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.
Convert your drives to dynamic disks and then create a spanned volume. Read more about it here. Although the article is for Windows 2000 it also applies to Windows XP Pro.
Like this
for /f "tokens=2-4 delims=/ " %%a in ('date /t') do md %%c%%a%%b & cd %%c%%a%%b
or
for /f "tokens=2-4 delims=/ " %%a in ('date /t') do set date=%%c%%a%%b
md %date%
cd %date%
for /f "tokens=2-4 delims=/ " %%a in ('date /t') do md %%a-%%b-%%c
To put the year first:
for /f "tokens=2-4 delims=/ " %%a in ('date /t') do md %%c%%a%%b
The FrontPage and Xerox folders are protected by Windows File Protection. They will be recreated unless you either disable WFP or edit sfcfiles.dll. WFP is useful so I recommend the sfcfiles.dll edit.
This is only for XP Home/Pro with SP1 installed.
Boot into safe mode and use a hex editor to...
Open up a command prompt and paste the following into it or paste into a batch file and run it.
set var="%appdata%\Microsoft\Internet Explorer\Quick Launch\Show Desktop.scf"
echo [Shell] >%var%
echo Command=2 >>%var%
echo IconFile=explorer.exe,3 >>%var%
echo [Taskbar] >>%var%
echo...
Per Q305098 make sure you have EnableBigLba registry value set to 1 in the following registry subkey:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\atapi\Parameters
The only way I've found is to disable zip integration from run or command prompt with
"regsvr32 /u zipfldr.dll". Re-enable with "regsvr32 zipfldr.dll".
Or for an alternative search utility try Agent Ransack.
Check your c:\boot.ini file for a switch called /noguiboot. This switch would cause bootup to behave the way you described. If it's there just remove that switch.
This thread made me curious (I was also bored). I made this batch file which will create a folder called folder in the root of your hard drive. I have not been able to delete this folder by any means in DOS, Win9x, or XP. Pretty cool. Don't try this unless you want an undeletable folder ;)...
Open the network control panel and change the primary network logon to Windows logon. On next reboot enter anything you want for a username but leave the password blank. You will not be prompted again for a logon.
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.