W4RH4WK / Debloat-Windows-10

A Collection of Scripts Which Disable / Remove Windows 10 Features and Apps
Other
6.03k stars 851 forks source link

Install OneDrive #251

Closed jorzuniga closed 4 years ago

jorzuniga commented 4 years ago

How can I delete this policies Disable OneDrive via Group Policies

force-mkdir "HKLM:\SOFTWARE\Wow6432Node\Policies\Microsoft\Windows\OneDrive" Set-ItemProperty "HKLM:\SOFTWARE\Wow6432Node\Policies\Microsoft\Windows\OneDrive" "DisableFileSyncNGSC" 1

When I make this to change to 0 value, the system dont save the data and if I reboot the value change to 1 again

W4RH4WK commented 4 years ago

Should be this one:

image

Luffitys commented 4 years ago

Issue should be marked as closed, since there's no further report/input