T TreeMan New Member Jan 13, 2018 #1 Any insight on how to prevent the the store from updating/installing apps?
Kasual Well-Known Member Jan 13, 2018 #2 TreeMan said: Any insight on how to prevent the the store from updating/installing apps? Click to expand... To achieve that, you need to integrate a reg tweak with NTLite: Code: [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\WindowsStore] "AutoDownload"=dword:00000002 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsStore\WindowsUpdate] "AutoDownload"=dword:00000002
TreeMan said: Any insight on how to prevent the the store from updating/installing apps? Click to expand... To achieve that, you need to integrate a reg tweak with NTLite: Code: [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\WindowsStore] "AutoDownload"=dword:00000002 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsStore\WindowsUpdate] "AutoDownload"=dword:00000002