Run regedit at the command prompt to open the registry editor Navigate to: HKEY_LOCAL_MACHINESoftwareMicrosoftWindowsCurrentVersionUninstall Find the applications unintsall string and paste
MAP Network Drive in SQL Management Studio
First you need to change the permissions to allow xp_cmdshell: [code language=”sql”] — To allow advanced options to be changed.
Simple way to manage Automatic Start for multiple VMs at once
A simple command to see all Automatic Start actions is to run: [sourcecode language=”powershell”] get-vm -ComputerName HypervHost | select name,auto* [/sourcecode]