Skip to content

dimictech/Device-Guard-Detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

To disable or enable Device Guard, follow these instructions:

Disable Device Guard

Run PowerShell with administrator rights and paste the following command:

irm https://raw.githubusercontent.com/petardimicc/DisableDeviceGuard/main/DisableDeviceGuard.ps1 | iex

Enable Device Guard

Run PowerShell with administrator rights and paste the following command:

irm https://raw.githubusercontent.com/petardimicc/DisableDeviceGuard/main/EnableDeviceGuard.ps1 | iex

Note: Auto restarting is disabled. Please manually restart your computer after running these commands.

About

Small script to disable Windows Device Guard that blocks password saving for remote RDP computers.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published