A personal guide and repository of scripts to accelerate and optimize a fresh Windows 10 installation.
Before running scripts, you may need to allow local scripts to run on your system.
Set-ExecutionPolicy -ExecutionPolicy RemoteSignedirm https://get.activated.win | iex- Step: Choose option (1) HWID for permanent activation.
Use Privacy.sexy to generate a cleanup script.
- Recommendation: Stick to the Standard ruleset for a balance of stability and privacy.
Get-AppxPackage | where-object {$_.name โnotlike โ*store*โ} | Remove-AppxPackage- Font: Download Fira Code v6.2 (Monospaced font with programming ligatures).
- Use Spinel for streamlined app deployment.
git config --global user.name "YourUsername"
git config --global user.email "your@email.com"If you encounter Microsoft Visual C++ 14.0 is required during a pip install:
choco install visualstudio2022buildtools --package-parameters "--add Microsoft.VisualStudio.Workload.MSBuildTools;includeRecommended --add Microsoft.VisualStudio.Workload.VCTools;includeRecommended --quiet" -yEnable pnpm via Node.js Corepack:
corepack enable pnpm