2 lines
210 B
PowerShell
2 lines
210 B
PowerShell
new-item -Path HKCU:\Software\Policies\Microsoft\Office\16.0\Common\Internet
|
|
New-ItemProperty -Path HKCU:\Software\Policies\Microsoft\Office\16.0\Common\Internet -Name OnlineStorage -PropertyType DWORD -Value 3 |