Solution for Running windows 10 slow.
- disable chrome predictions
- disable services superfecth and widnwos search
- Make registery changes to – Syvstem>current control set>enum>PCI>”hard ware ID” > Device parameters>MSISupport assign value to 0
- Disable defender if there is any antivirus installed
- Run power shell commands -Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}
Get-AppXPackage | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}
Dism /Online /Cleanup-Image /RestoreHealth
Dism /online /cleanup-image /restorehealth /source:c:\mount\windows\
How to install software bypass admin accoung.
Set __COMPAT_LAYER=RunAsInvoker
Start SteamSetup.exe
**Re-register and reinstall the Microsoft Store app
Press Windows key + X
Click and Run Windows PowerShell (Admin)
Copy and paste the command below then press Enter.
Get-AppXPackage *WindowsStore* -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}
Restart your computer
how to skip microsoft login during setup in windows 11 home
To skip the Microsoft login during Windows 11 Home setup and create a local account, use the Shift + F10 shortcut at the network screen to open Command Prompt and type oobe\bypassnro, which restarts the PC to show “I don’t have internet” for a limited setup, or use start ms-cxh://localonly for a direct local account prompt
During Initial Setup (OOBE)
- Disconnect from Internet: At the “Let’s connect you to a network” screen, unplug your Ethernet or disconnect from Wi-Fi.
- Open Command Prompt: Press Shift + F10 (or Fn+Shift+F10 on some laptops).
- Enter Command: Type
start ms-cxh:localonlyand press Enter to reveal the local account option. - Create Local Account: Follow prompts to set up a username and password.