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