Skip to content

Latest commit

 

History

History
23 lines (11 loc) · 583 Bytes

README.md

File metadata and controls

23 lines (11 loc) · 583 Bytes

UnbloatWindows

powershell script to unbloat windows.

Please read the script inside of powershell editor before running as it may disable things you may use.

Script requires admin rights

Additionally consider:

net user Guest /active no

Disable Guest account

Check for processes

Get-CimInstance -Class Win32_Process | Select-Object -Property Name, HandleCount, ProcessId, ParentProcessId, Path, CommandLine, WriteTransferCount, ReadTransferCount, WorkingSetSize

Ref:

https://www.vergiliusproject.com/kernels/x86/Windows%2010/2110%2021H2%20(November%202021%20Update)