Remote Support scripts

Chocolatey


Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))



choco install adobereader

choco install Googlechrome -fy

choco install google-drive-file-stream

choco install choco-upgrade-all-at



( manually set upgrade time in scheduled task to daytime hours )



Allow Chrome update



Navigate to the following registry key:

\HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Update


Double-click the '(Default)' registry.

Type '1' in the dialog box under 'Value data. ..



WSUS delete key

\HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate



Open services as admin and restart 'windows update' service





— Jan 7, 2010 10:08:27 PM