Right now, I’m using:
New-ItemProperty -Path 'HKCU:SoftwareMicrosoftWindowsCurrentVersionInternet Settings' -Name "WarnonZoneCrossing" -Value "0" -PropertyType DWORD -Force
It works, but I need to do it for another user.
submitted by /u/SathedIT
[link] [comments]
The post Is it possible to add a registry value for another user with Powershell? appeared first on How to Code .NET.