Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » Click or miss » Windows Server » Script recipes   (RSS)
A nice demo that shows you several things: - Windows Server virtualization (a separate partition running a striped-down version of Windows to manage all other virtual machines) - Running an 8-proc virtual machine - 64-bit and 32-bit machines running concurrently Read More...
The copy command can be very useful for quick operations. However, there are a number of tricks that are not widely known. 1) Copying the contents of a source directory into the current directory: just specify the source directory! y:\privates>copy Read More...
What is your favorite method of launching CMD.EXE as Local System? I found the following method after a little experimentation. Just run the command below to create a generic service called TESTSVC. C:\>sc create testsvc binpath= "cmd /K start" type= Read More...
 
Page view tracker