Welcome to dowhileloop.com Sign in | Help

July 2008 - Posts

Install or uninstall .Net services
To register the service: %windir%\Microsoft.NET\Framework\v2.0.50727\InstallUtil.exe ServiceName.exe To unregister it: %windir%\Microsoft.NET\Framework\v2.0.50727\InstallUtil.exe /U ServiceName.exe If using x64 platform change Framework to Framework64 Read More...