My personal tweak guide for everytime I fresh install Windows OS
An AIO utility for your system. It includes installation of apps, enabling and disabling of features and configurations.
- Disable Hibernation
- Enable End Task with Right Click
- Replace Powershell 5 with Powershell 7 (Optional)
- Adobe Network Block
- Adobe Debloat
- Disable Intel MM
- Set Display to Performance
- Set Time to UTC for Dual Boot
- Remove OneDrive
Note
The Remove MS Edge option did not work
Go to Local Machine to affect all users and enable the following:
- Everything in Privacy, Activity History and Clipboard, Microsoft Edge (Legacy), Cortana, Windows Explorer, Windows Copilot, Location Services, User Behavior, and Taskbar
- Everything in Security besides
DRM
- Everything in Microsoft Defender and SpyNet besides
reporting of malware and infection information
- Everything in Miscellaneous besides
Key Management Service Online Activation
- Set everything to default in App Privacy besides
user account information
,diagnostics information
,phone calls
,call history
,radios
, andcontacts
- Set everything to default in Windows Update
Great for uninstalling pre-install applications.
In powershell, run the command:
& ([scriptblock]::Create((irm "https://win11debloat.raphi.re/")))
and set the mode to Option 3
to proceed
A script for removing Edge and WebView
In powershell, run the command:
iex(irm https://cdn.jsdelivr.net/gh/he3als/EdgeRemover@main/get.ps1)
and type 1
to enable the removal of edge user data and type 2
to proceed
Changes the default mode of drag and drop action for folders and files to move instead of copying
Download the Drag&DropDefaultSetToMove
REG file and open it and restart Explorer
Changes the default mode of drag and drop action for folders and files to move instead of copying
Download the RemoveCopilotFromAllUsers
REG file and open it and restart Explorer
To undo it, do the same for UndoCopilotRemove
REG file
Removes the Dev Home (Preview) app
In Powershell, run the command:
Get-AppxPackage *Windows.DevHome* | Remove-AppxPackage