You get a blank screen after installing graphic driver on Windows 11 (e.g. Intel HD Graphics 520 graphic driver).
So you want to log in Windows safe mode to remove or disable the installed graphic driver.
Solution:
Turn on your computer.
When you see the Windows logo and circle progress, press the Power button and hold it for 10 seconds. You computer will be turned off.
Turn on your computer again.
When you see the Windows logo, if you do not see Preparing Automatic Repair or Please Wait message then press the Power button and hold it for 10 seconds again.
Repeat the 3rd and 4th step until you see Preparing Automatic Repair or Please Wait message.
Click Advanced options button.
Click Troubleshoot button.
Click Advanced options button.
Click Startup Settings button.
Click Restart button.
Press number 4 or number 5 to enter Windows safe mode.
Solution for solving graphic driver issue:
This solution is useful when you want to use your computer as a server without proper Intel HD Graphics 520 graphic driver and control your computer via remote desktop connection.
Log in Windows safe mode without networking. If you want to avoid logging into safe mode then you may log in your machine via remote desktop connection.
Install the latest graphic driver.
Open Device Manager.
Disable graphic driver.
Log in Windows normal mode.
Open Device Manager.
Right click your display adapter and select Update driver.
Select Browse my computer for drivers option.
Select Let me pick from a list of available drivers on my computer option.
You are responsible for capturing and analyzing requirements for a project to enhance a legacy system however misunderstandings happen too frequently among your team members.
Context:
A maintenance project is very different to a greenfield project. The key difference is that a business analysist who is responsible for discovering requirements must be not only domain expert but also be able to communicate with technical experts very well. In other words, the business analysist must both be familiar with the legacy system workflows and have adequate technical background.
Suggestion:
Collect existing artifacts, including software products, user guide, administrative guide, installation guide, deployment schema, design specification.
Build a glossary and reference sources.
Get initial agreement about terminologies (terms).
List all system roles.
Walk through the existing user interfaces to determine existing roles and related core use cases.
Collect business problems or needs.
Distill navigation flow and user interfaces related to customer’s problems or needs. Try to find out the exact screens in the existing system related to customer’s problems or needs.
Clarify terminologies. Ask for example values, files, tools for doing something related to unclear or ambiguous terms.
Identify correct problems by asking for demonstration of the issues or limitations of the current system, step-by-step illustrated examples with actual existing values, drawing sketches for guessed needs using a pencil or a tool.
Identify correct needs by asking for user guide, video demonstration of a feature, 3rd party installation files and custom scripts if available, example input data and output reports.
Document business needs by creating use cases with mockups. There might be a need of review of the existing source code and database to indentify initial draft technical solutions when creating these use cases to ensure that they are feasible.
Identify affected features by revising the use cases with additional steps, mockups, data inputs/outputs, descriptions. There might be a need of review of the existing source code and database to indentify initial draft technical solutions when identifying the affected features.
Identify affected roles by revising the use cases with additional or new business rules for all related roles.
Some enhancemens related to technical aspects might require collecting existing technical artifacts. These artifacts might inlcude current database or data schemas, and current software products and source code if possible.
Install tools related to existing source code, then build and run existing source code and database if they are available.
Collect technical problems or needs by listing current technology issues using notes or diagrams.
Analyze techincal needs. These might be data integrity issue (missing or duplicated fields? missing or duplicated rows?) or performance issue (too many rows to handle by current software?).
Finally document technical needs by creating an existing architecture and a proposed future architecture. There is surely a need of review of the existing source code and database to indentify initial draft technical solutions when creating existing architecture and a proposed future architecture.
Things that have to be discovered and confirmed:
Legacy systems: Examples might be access to legacy systems, captured UI screenshots of each sub-systems, parts of database schemas, example data, example legacy source code, legacy codebase.
Problems: Examples might be lack of documentation and expertise, non-scalable architecture, high cost development for new features, unfriendly UI/UX, performance issue.
Goals: Examples might be migration of legacy system to event-driven, cloud based microservice architecture with modern UI/UX.
Budget: Used to select appropriate technologies. Some cloud services, e.g. Salesforce Platform or AWS relational databases, might be very expensive.
Initial text or diagrams: Ask for clarifications of ambiguous terms or components. Does initial proposed solution just need to be general? Should proposed architecture need to be adapted to specific problems, needs, legacy codebase, existing data, and budget?
3. Updating packages for a solution using VS Studio Package Manager Console
Open Tools > NuGet Package Manager > Package Manager Console.
Execute the commands below.
Update-Package
4. Reinstalling packages for a solution using VS Studio Package Manager Console
Open Tools > NuGet Package Manager > Package Manager Console.
Execute the commands below.
Update-Package –reinstall
5. Configuring package restore when building a project using VS Studio :
Open Tools > NuGet Package Manager > Package Manager Settings.
6. Reverting PackageReference project to packages.config:
Copy and overwrite project file from backup created by Visual Studio or from source control system.
Delete all obj and bin files.
7. Fixing “Could not load file or assembly…” issue:
Example issue:
Could not load file or assembly 'Microsoft.IdentityModel.Tokens.Saml, Version=8.0.2.0
Open Visual Studio > Solution > Project > References > Microsoft.IdentityModel.Tokens.Saml > Properties and identify file or assembly version, e.g. 8.1.2.0.
Open Visual Studio > Solution > Project > web.config, search for Microsoft.IdentityModel.Tokens.Saml and modify the version for the file or assembly. Example:
You have a Windows Server 2016 server. The server Windows updates are being downloaded and installed automatically. This may affect your customers’ usage. You want to disable it so that you can install Windows updates when you find most appropriate.
Solution:
Open Command Prompt (Admin).
Type sconfig and press Enter.
Press 5 (Windows Update Settings:), then press Enter.
Press D (to select DownloadOnly option), then press Enter.
Click OK button.
Press 13 (Restart Server), then press Enter.
Click Yes button to restart your server.
To disable automatic reboots in inactive hours, you can try the steps below.
1. Click Start and type Task Scheduler. 2. Expand Task Scheduler Library >> Microsoft >> Windows . 3. Click UpdateOchestrator. 4. Right-click on Reboot and select Disable.