Here is a reg file that will do what you want.
REGEDIT4
[HKEY_CURRENT_USER\SOFTWARE\Policies\Microsoft\Internet Explorer\Toolbars\Restrictions]
"NoCommandBar"=dword:00000001
Yes the registry edits would need to be reversed. If you haven't made the reg edits yet, boot the UBCD and make a copy of the C:\WINDOWS\system32\config folder somewhere. If you run into problems, you can just use the UBCD to restore the config folder (which contains the registry).
If you...
I've done this several times, no need to run fixmbr, but you need to do a registry change
to point Windows to the new drive. If you just copy everything over without the registry
change, you won't be able to log on to Windows.
Install the new drive and use diskmgmt.msc to create a...
Put this into a batch file. Change the copy destinations to your server's names. This batch file will handle multiple files dropped onto it.
:loop
if [%1]==[] exit
copy %1 F:\server1
copy %1 \\server2
copy %1 \\10.1.0.3
shift
goto loop
Paste the below text into notepad and save as "Show Desktop.scf" and move this file down to the quick launch toolbar.
[Shell]
Command=2
IconFile=explorer.exe,3
[Taskbar]
Command=ToggleDesktop
Download Handle v2.10 from www.sysinternals.com.
Run it from command prompt like: handle ut2004
This will show which process has ut2004-betademo.exe in use. Then kill this process from task manager.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.