PS C:\WINDOWS\system32> Push-Location
PS C:\WINDOWS\system32> Set-Location C:\
PS C:\> Set-Location HKLM:\Software\Wow6432Node\Microsoft\jet\4.0\Engines\Excel
PS HKLM:\Software\Wow6432Node\Microsoft\jet\4.0\Engines\Excel> Set-ItemProperty . TypeGuessRows "0"
PS HKLM:\Software\Wow6432Node\Microsoft\jet\4.0\Engines\Excel>Pop-Location
PS C:\>
I am able to run the above commands on my local machine in Power shell command editor.
And looking to deploy into server, need to know the process of implementation? (should i save it as a .cmd/.bat/.ps1)?
What are the actual steps for the implementation into a server?