Skip to content

Windows

Solution for Running windows 10 slow.

  1. disable chrome predictions
  1. disable services superfecth and widnwos search
  2. Make registery changes to – Syvstem>current control set>enum>PCI>”hard ware ID” > Device parameters>MSISupport assign value to 0
  3. Disable defender if there is any antivirus installed
  4. 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)

  1. Disconnect from Internet: At the “Let’s connect you to a network” screen, unplug your Ethernet or disconnect from Wi-Fi.
  2. Open Command Prompt: Press Shift + F10 (or Fn+Shift+F10 on some laptops).
  3. Enter Command: Type start ms-cxh:localonly and press Enter to reveal the local account option.
  4. Create Local Account: Follow prompts to set up a username and password.