Setting a Registry Value.
i new powershell. simple question.
i need set regsitry value. in key on system.
hkey_local_machine\software\microsoft\windows\currentversion\authentication\logonui\background
a dword=1
thank you.
new-itemproperty hklm:\software\microsoft\windows\currentversion\authentication\logonui\background -name oembackground -value 1 -propertytype dword
Windows Server > Windows PowerShell
Comments
Post a Comment