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