Optimize your Windows 10 by removing bloatware and tweaking the operating system without overclocking.
This guide provides steps to enhance the performance of Windows 10 by removing unnecessary files and services, and optimizing system settings. Follow the instructions carefully to achieve a faster and more efficient Windows 10 experience.
-
Move Script Files to Local Disk C:
- Transfer the script files to the root of Local Disk C.
-
Open PowerShell as Administrator:
- Right-click on PowerShell and select "Run as Administrator".
-
Navigate to Local Disk C:
- Type
CD C:\
and press Enter.
- Type
-
Set Execution Policy:
- Type
Set-ExecutionPolicy Unrestricted -Scope CurrentUser
and press Enter. - Type
A
and press Enter to confirm.
- Type
-
Unblock Script Files:
- Type
ls -Recurse *.ps*1 | Unblock-File
and press Enter. (This may take some time)
- Type
-
Navigate to Scripts Directory:
- Type
CD SCRIPTS
and press Enter.
- Type
-
Run the Desired Script:
- Type
.\NAMA-SCRIPTS
and press Enter. For example,.\block-telemetry.ps1
and press Enter. You can use the Tab key for auto-completion.
- Type
-
Available Scripts:
.\block-telemetry.ps1
(Collects data uploaded to Microsoft).\disable-services.ps1
(Disables services required for telemetry).\disable-windows-defender.ps1
(Disables Windows Defender).\experimental_unfuckery.ps1
(Disables Cortana and other built-in apps).\fix-privacy-settings.ps1
(Disables built-in Windows apps like location privacy, etc.).\optimize-user-interface.ps1
(Speeds up Windows by removing animations).\optimize-windows-update.ps1
(Windows Update with notifications, no auto-download).\remove-default-apps.ps1
(Removes rarely used software, the rest can be uninstalled manually).\remove-onedrive.ps1
(Disables OneDrive)
-
Run Additional Commands:
iex ((New-Object System.Net.WebClient).DownloadString('https://git.io/JJ8R4'))
iwr -useb https://christitus.com/win | iex
-
Run Windows10 Boost.bat as Administrator:
- This cleans up unnecessary residual files.
-
Download Microsoft Photos:
-
Restart:
- Restart your computer to apply all changes.