GPO’s For Enterprise Windows 10 Roll Out

There is a big list by Microsoft I went through – https://technet.microsoft.com/itpro/windows/manage/manage-connections-from-windows-operating-system-components-to-microsoft-services#BKMK_WiFiSense , Microsoft also provides a DISA STIG Baseline ( here )  however I have gone […]

Installing VSTO run once

How to uninstall vsto “%CommonProgramFiles%\Microsoft Shared\VSTO\10.0\VSTOInstaller.exe” /uninstall \\path\to\vsto\AddIn.vsto How to silently install vsto “%CommonProgramFiles%\Microsoft Shared\VSTO\10.0\VSTOInstaller.exe” /install /silent \\path\to\vsto\AddIn.vsto How to install via group policy Bat Login Script […]