├── GPOs ├── Backup.xml ├── Bkupinfo.xml ├── DomainSysvol │ └── GPO │ │ ├── Machine │ │ ├── microsoft │ │ │ └── windows nt │ │ │ │ ├── Audit │ │ │ │ └── audit.csv │ │ │ │ └── SecEdit │ │ │ │ └── GptTmpl.inf │ │ └── registry.pol │ │ └── User │ │ └── registry.pol └── lgpo.txt ├── LGPO.exe ├── LICENSE ├── README.md ├── _config.yml ├── config ├── office_config.xml └── packages.config ├── init.ps1 └── winactivate ├── gatherosstate.exe ├── slc.dll └── winactivate.cmd /GPOs/Backup.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/classy-giraffe/WinShush/HEAD/GPOs/Backup.xml -------------------------------------------------------------------------------- /GPOs/Bkupinfo.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/classy-giraffe/WinShush/HEAD/GPOs/Bkupinfo.xml -------------------------------------------------------------------------------- /GPOs/DomainSysvol/GPO/Machine/microsoft/windows nt/Audit/audit.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/classy-giraffe/WinShush/HEAD/GPOs/DomainSysvol/GPO/Machine/microsoft/windows nt/Audit/audit.csv -------------------------------------------------------------------------------- /GPOs/DomainSysvol/GPO/Machine/microsoft/windows nt/SecEdit/GptTmpl.inf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/classy-giraffe/WinShush/HEAD/GPOs/DomainSysvol/GPO/Machine/microsoft/windows nt/SecEdit/GptTmpl.inf -------------------------------------------------------------------------------- /GPOs/DomainSysvol/GPO/Machine/registry.pol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/classy-giraffe/WinShush/HEAD/GPOs/DomainSysvol/GPO/Machine/registry.pol -------------------------------------------------------------------------------- /GPOs/DomainSysvol/GPO/User/registry.pol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/classy-giraffe/WinShush/HEAD/GPOs/DomainSysvol/GPO/User/registry.pol -------------------------------------------------------------------------------- /GPOs/lgpo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/classy-giraffe/WinShush/HEAD/GPOs/lgpo.txt -------------------------------------------------------------------------------- /LGPO.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/classy-giraffe/WinShush/HEAD/LGPO.exe -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/classy-giraffe/WinShush/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/classy-giraffe/WinShush/HEAD/README.md -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/classy-giraffe/WinShush/HEAD/_config.yml -------------------------------------------------------------------------------- /config/office_config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/classy-giraffe/WinShush/HEAD/config/office_config.xml -------------------------------------------------------------------------------- /config/packages.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/classy-giraffe/WinShush/HEAD/config/packages.config -------------------------------------------------------------------------------- /init.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/classy-giraffe/WinShush/HEAD/init.ps1 -------------------------------------------------------------------------------- /winactivate/gatherosstate.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/classy-giraffe/WinShush/HEAD/winactivate/gatherosstate.exe -------------------------------------------------------------------------------- /winactivate/slc.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/classy-giraffe/WinShush/HEAD/winactivate/slc.dll -------------------------------------------------------------------------------- /winactivate/winactivate.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/classy-giraffe/WinShush/HEAD/winactivate/winactivate.cmd --------------------------------------------------------------------------------