Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save nosmall/860c682f0f00420344df8bfc9816101f to your computer and use it in GitHub Desktop.
Save nosmall/860c682f0f00420344df8bfc9816101f to your computer and use it in GitHub Desktop.
ren utilman.exe to utilman.old copy cmd.exe to utilman.exe
Toto nastavení GPO zablokuje spouštění Utilman z login screenu v rámci celé domény :)
----------------------------------------------------------------------------------
Computer Configuration > Policies > Windows Settings > Security Settings > File System
>>>> Add File > Type in the following;
Navigate to C:\Windows\System32
Find UTILMAN.EXE
Right Click, then Properties
Security, Advanced, Permissions (Continue)
Change the owner at the top from "TrustedInstaller" to "Administrators" (ensure you have and Administrator account)
Add a permission, and then click Select a "Principal"
Type in "Everyone", Check Names, then OK
Change type to "Deny" and "Full Control"
Click OK, then Log Out.
c:
cd windows\system32
ren utilman.exe utilman.old
copy cmd.exe utilman.exe
net user administrator /active:yes
Více na: https://www.zive.cz/clanky/jak-se-dostat-do-windows-kdyz-neznate-heslo-nebo-nejste-administrator/sc-3-a-188700/default.aspx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment