Komponente: PowerShell - UAC deaktivieren

Post Reply
cka
Posts: 153
Joined: Mon, 21 May 2012, 13:22

Komponente: PowerShell - UAC deaktivieren

Post by cka »

Hier ein Beispiel zur Deaktivierung der UAC über die Powershell:

New-ItemProperty -Path HKLM:Software\Microsoft\Windows\CurrentVersion\policies\system -Name EnableLUA -PropertyType DWord -Value 0 -Force
Restart-Computer
Regards,

CKa
Technical Support Germany,
Panda Security
Post Reply

Return to “HowTo's von User für User”