reg & regedit allow abbreviations, PowerShell doesn't. Using the full path is preferred if you don't know what app will read your reg file.HKCU? ive only ever used HKEY_CURRENT_USER in a reg/bat/cmd file.
Oops, my bad. Copied it from the OneDrive page w/o checking. The entire doc repeats the same error of surrounding dword with " ".[HKCU\SOFTWARE\Policies\Microsoft\OneDrive]
"EnableHoldTheFile"="dword:00000001"
hmmentire doc repeats the same error of surrounding dword with " "
It should be vice versa - as i understand GPO settings override registry keys - but good point as i same time understand all the Settings clicks in NTL change regkeys and not GPO settings even some may be same when you're making an Image add reggies.I had issues with group policies being applied by reg files, reported them to nuhi. Gonna see what happens here, wonder if its connected.
I always wonder about the real difference between these two & since the discussion is going for these, let me ask the question right nowIt should be vice versa - as i understand GPO settings override registry keys - but good point as i same time understand all the Settings clicks in NTL change regkeys and not GPO settings even some may be same when you're making an Image add reggies.
Export your current user policy with LGPO, as parsed text. Append this to the output, and import back to user policy.GPO settings is limited from registry settings as you have a lot more regs can accomplish what your want. Ie i have a certain way i want my joblist to be present as attached which i dont find in GPO settings.
Sir if somebody wants to tweak "Network List Manager Policies" can it be done via reg tooGPO & reg edit do the same thing.
GPO is enforceable, they revert your reg edit.
Everyone can reg edit. Non-experts think GPO's are too much hassle.
If you don't need enforcement, take the reg edit a GPO creates and use it directly, bypassing the GPO.