Exploitacious / Windows_Toolz

Automated Windows 10 System Debloat Script to get machines ready for business deployment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tools, Scripts and more for Windows 10, 11, and Server 2016+

Popular Links:

System Debloat One-Liner

curl -L cleanup.umbrellaitgroup.com -o cleanup.cmd && cleanup.cmd

Windows Update Reset

curl -L wureset.umbrellaitgroup.com -o WUReset-Unattented.cmd && WUReset-Unattented.cmd

Search and Destroy anything to do with Solarwinds (N-Able)

curl -L swnuke.umbrellaitgroup.com -o swnuke.cmd && swnuke.cmd

Gather Windoes Logs and Generate a CSV Timeline

curl -L gatherlogs.umbrellaitgroup.com -o Gather-Logs.cmd && Gather-Logs.cmd

Setup my Linux Shell

sudo kali-tweaks (set up a few things first) then
curl -s https://raw.githubusercontent.com/Exploitacious/Windows_Toolz/main/NotWindows/ShellSetup.sh | sudo bash

About

Automated Windows 10 System Debloat Script to get machines ready for business deployment

License:The Unlicense


Languages

Language:PowerShell 85.0%Language:Batchfile 11.1%Language:Shell 3.9%