Windows Konfigurationen (Snippets): Unterschied zwischen den Versionen

Aus Wiki-WebPerfect
Wechseln zu: Navigation, Suche
(Die Seite wurde neu angelegt: „== Windows User Account Control (UAC) deaktivieren (Benutzerkontensteuerung) == <source lang="powershell">New-ItemProperty -Path HKLM:Software\Microsoft\Window…“)
(kein Unterschied)

Version vom 20. April 2017, 14:52 Uhr

Windows User Account Control (UAC) deaktivieren (Benutzerkontensteuerung)

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