Jul22

How do I disable User Account Control (UAC) in Windows Server 2008?

Categories: Windows
Control Panel => User Accounts   Click "Turn User Account Control on or off"   Uncheck "Use User Account Control (UAC) to help protect your computer"   Click on "OK" button...
 
Dec4

What is a quick way to get a .NET assembly's PublicKeyToken?

Categories: Windows
The quick and dirty way is to go into the .NET command prompt and type the following:   sn -T MyDotNetAssembly.dll   The above utilizes the strong name utility that comes with the .NET Framework....
 
Oct9

Adding command prompt option to Windows Explorer in Windows 2003 server

Categories: Windows
1.      Navigate in your Registry to HKEY_LOCAL_MACHINE/Software/Classes/Folder/Shell and create a key called "Command Prompt" without the quotes. 2.      Set the default string to whatever text you want to appear in the right-cl...