Windows Tips
Windows Tips
Windows Tips
If you want to permanently delete files without moving them to Recycle bin, hold
down the Shift key while pressing delete. If you don't want the recycle bin altogether,
right-click the Recycle Bin and click on Properties. On the Global Tab, select Do not
move files to the Recycle Bin. If you enable configure drivers independently, you can
set this up for the drivers you want.
Preview Images
You can easily preview your Image files by enabling "Web View" from the toolbar or
from the Windows Explorer menu, select View > As Web page. A better way to
preview images is as thumbnails instead of icons. To enable this view in Windows
Explorer, right-click the folder you want to preview and click on Properties. Check the
box against Enable thumbnail view and click OK to exit the dialog box. Now, form the
View menu, select Thumbnails.
• Open control Panel > System > Performance and click on File System.
• Check the Enable write-behind caching on all removable disk drives check box
under the removable Disk tab and click OK
Note: If this result in a problem with disk operations, uncheck the Enable write-
behind caching on all removable disk drives check box.
Automatic maintenance
The Windows Maintenance Wizard can automate a lot of routine system maintenance
tasks. To open this wizard, choose Start > Programs > Accessories > System Tools >
Maintenance Wizard. It sets up the Task Scheduler to regularly run Scandisk, Disk
Defragmenter and Disk Cleanup.
Clean Desktop
To hide all the icons on your Desktop, open the Registry Editor and navigate to
HKEY_CURRENT_USER\Software\Microsoft \Current Version\Policies\Explorer. Add a
DWORD value and name it NoDesktop. Change it's value to 1. Close the Registry
Editor and restart Windows.
ToolTips
To disable ToolTips in Windows, open the Registry Editor and navigate to
HKEY_USERS\.DEFAULT\Control Panel\Desktop. Double-click UserPreferencemask
and change its value to 3E 00 00 00. Chose the Registry Editor and restart Windows.
Associations in a jiffy
To associate files of a certain type with a different program, hold down the Shift key
while right-clicking on a file of that type and click on Open With... from the context
menu. Select the program you want to open files of this type with and enable Always
use this program to open this type of file. Henceforth, the file will always open with
this program when double-clicked.
A clean Registry
As time passes the computer's registry accumulates a lot of corrupted, unused, and
unnecessary register keys, especially if keys are not removed when you uninstall a
program. As a result, you might experience problems and your machine might
function slower than expected. The latest version of Microsoft's RegClean could
delete a lot of such registry junk. You can download this from zdnet Just search for
RegClean and it will let you download it. Best of all, it is free !!
Put a password in the place of YOURPASSWORD but leave the quotes. Save the
document, exit Notepad,
refresh the folder (or hit F5), enter your new password, and the next time
you try to enter that folder,
you'll be prompted for your password. If you enter a wrong password you'll
end up in C: drive!
Redialing
Dial-Up Networking provides for automatic redial.
A clean Run!
To remove unwanted items form the Run menu:
Bitmap as icons
You can preview bitmaps (.BMP files) as icons in Explorer instead of the default icon
of the application it is associated with. Open the Registry Editor and navigate to
HKEY_ CLASSES_ROOT\Paint.Picture\DefaultIcon. Double-click the Default string and
change it's value to '%1' (without quotes). Close the Registry Editor and restart
windows.
• Right-click anywhere on the free space of the Desktop and click properties
• Select the Effects tab from the Display Properties
• In the Visual effects frame, enable Smooth edges of screen fonts
HKEY_CURRENT_USER\Identities\[nr of id]\Software\Microsoft\Outlook
Express\[vers]
Then create a new DWORD value called NoSplash, and assign the value 1.
Remember to take a backup of the Registry before doing this! For more information
on how to backup your registry,
Break an RGB color value into its components in Visual Basic Use :
r = color And &HFF&
g = (color And &HFF00&) \ &H100&
b = (color And &HFF0000) \ &H10000
There are some system colors that have funny values like &H8000000F&.
Unfortunately they don't work this way. You can use the GetSysColor API function to
find these color values. Use And to mask off the leftmost digit. Then use GetSysColor
to see get the color value.
Public Declare Function GetSysColor Lib "user32" Alias "GetSysColor" _
(ByVal nIndex As Long) As Long
One final case occurs if you use Point to get the color of a pixel that does not exist.
For example, on a form with ScaleMode = vbPixels, Point(-100, -100) returns -1
because there is no
pixel at (-100, -100).
The following subroutine breaks a color into its components. If the color is -1, the
routine leaves r, g, and b unchanged. Depending on your application, you may want
to set them to default values such as 0 or 255.
N o t e P a d to M y P r o g r
BE CAREFUL: The file must weight the same than the original; if not, it could not
work.
[Even then the file may not work. For example, it might calculate its checksum and
notice that you have made changes. This is certainly a dangerous technique. So at
least make a backup copy of the file before you mess with it.
Open a project.
From the Project menu, click References.
From the list, select Microsoft ActiveX Data Objects 2.1 Library.
From the list, select Microsoft ADO Ext. 2.1 for DDL and Security.
From the list, select Microsoft Jet and Replication Objects 2.1 Library.
Click OK.
This should let you now use an Access 2000 database with an ADODC control.
However Data form Wizard will still face problems!
Error1:
' Resume ends error handler mode.
MsgBox "First error handler."
Resume Error1Resume
Error2:
' Resume ends error handler mode.
MsgBox "Second error handler."
Resume Error2Resume
End Sub
Edit boot.ini. Add " /noguiboot" right after "/fastdetect". Upon restarting, the splash
screen will be gone. It can be re-enabled by removing the new switch.
Windows XP keeps a record of all files on the hard disk so when you do a search on
the hard drive it is faster. There is a downside to this and because the computer has
to index all files, it will slow down normal file commands like open, close, etc. If you
do not do a whole lot of searches on your hard drive then you may want to turn this
feature off:
Open My Computer.
At the bottom of the window you'll see "Allow indexing service to index this disk for
faster searches," uncheck this and click ok.
A new window will pop up and select Apply to all folders and subfolders.
It will take a minute or two for the changes to take affect but then you should enjoy
slightly faster performance.
This is a unique technique for WinXP. We know that it is necessary to scrub registry
and TEMP files for Win9X/ME/2000 periodically. Prefetch is a new and very useful
technique in Windows XP. However, after using XP some time, the prefetch directory
can get full of junk and obsolete links in the Prefetch catalog, which can slow down
your computer noticeably.
Easy enough tweak to usually find out about it on your own, but still, some of us still
don't find it right away. So here it is:
There, now Windows will still look nice and perform faster.
Start MS Dos Prompt (Start run CMD), and type: CHKNTFS /T:4
CHKNTFS /?
Just like Windows 2000, Windows XP still fails to set the DMA mode correctly for the
IDE device designated as the slaves on the primary IDE and secondary IDE
channels. Most CD-ROMS are capable of supporting DMA mode, but the default in XP
is still PIO. Setting it to DMA won't make your CD-ROM faster, but it will consume
less CPU cycles. Here's how:
Open the Device Manager. One way to do that is to right-click on "My Computer",
select the Hardware tab, and select Device Manager.
Under the "Advanced Settings" tab, check the "Device 1" setting. More than likely,
your current transfer mode is set to PIO.
Repeat the step for the "Secondary IDE Channel" if you have devices attached to it.
Reboot.
8)Load Internet Explorer the Fastest Way Possible:
Edit your link to start Internet Explorer to have -nohome after it. For Example:
"C:\Program Files\Internet Explorer\IEXPLORE.EXE" -nohome
This will load internet explorer very fast because it does not load a web page while it
is loading. If you want to go to your homepage after it is loaded, just click on the
home button.
Right-click My Computer.
Select Properties.
Click Advanced.
Choose Performance.
10)Shutdown XP Faster:
Like previous versions of windows, it takes long time to restart or shutdown windows
XP when the "Exit Windows" sound is enabled. To solve this problem you must
disable this useless sound.
Go to settings > Control Panel > Sound, Speech and Audio devices > Sounds and
Audio Devices > Sounds.
Then under program events and windows menu click on "Exit Windows" sub-menu
and highlight it. Now from sounds you can select, choose "none" and then click
Apply and OK.
Now you should see some improvements when shutting down your system.
11)Easily Disable Messenger:
This does not slow down Outlook Express or hinder system performance.
Click Start, click Run, type GPEDIT.MSC to open Group Policy in the Microsoft
Management Console.
The instructions on your screen describe how to configure this setting. Click
Properties to display the setting dialog.
Click Enabled, and choose CD-ROM drives, then click OK, to stop CD autoplay.
Does your computer have the right time? If your computer is not part of a domain,
you can synchronize your computer clock with an Internet time server. To do so:
Select the time server you want to use and make sure to select the Automatically
synchronize with an Internet time
Click on the APM tab, then check the "Enable Advanced Power Management support."
You can now change various graphical effects (mainly animations and shadows).
Click on System.
This tweak is for broad band cable connections on stand alone machines with WinXP
professional version - might work on Home version also. It may also work with
networked machines as well.
This tweak assumes that you have let WinXP create a connection on install for your
cable modem/NIC combination and that your connection has tcp/ip - QoS - file and
print sharing - and client for Microsoft networks , only, installed. It also assumes
that WinXP will detect your NIC and has in-box drivers for it. If it doesn't do not try
this.
In the "My Network Places" properties (right-click on the desktop icon and choose
properties), highlight the connection
then at the menu bar choose "Advanced" then "Advanced Settings". Uncheck the
two boxes in the lower half for the
bindings for File and Printer sharing and Client for MS networks. Click OK.
If you are connected to a LAN and have problems with jerkey graphics, this might be
the solution:
Right-click "MyComputer".
Select "Manage".
Select "Connection Type" and manually set the value of your NIC. (Not "Auto Sense"
which is default.).
We all know that you really shouldn't try to run Windows XP on anything less that
about a Pentium 3 of some sort if you are out for speedy operations and amazing
reaction times, but for those of us with the good old Pentium 2's who want to see
just how well we can run XP, we have to tweak as much as we can where-ever we
can. A real killer to the system's performance is Windows Media Player. Although it
may look desirable and fancy with it's rounded off edges and 3rd-Dimensional
appearance, the truth is, it takes up a large amount of that precious processing
power. All of these troubles however, lead to one thing in particular with this 'new-
look' over-rated music and video player...the Visualizations. The look-great I'll admit
but like a lot of software these days, it has no purpose. If you run the task manager,
and click the Performance tab along the top, you'll see that when Windows Media
Player is running and nothing else is active, it takes up around 50% of the processors
power. Once these visualizations are turned off, it barely takes up 2-3% of the
processors power, which leaves much more room for other applications to work
efficiently.
Double-click on System.
Click the System Restore tab.
Hit Apply.
Similarly u can also put restart button on ur desktop just replace –s in above line
by –r
If u don’t want shutdown button on ur desktop u can the go to start >run and
type
Shutdown –r = Restart
I hope u guys liked tip given for resetting passwords in first part. If u have
guest or limited user account on PC than that control userpasswords2 tip does
not help u much. Windows will still ask u admin password for resetting users
passwords .
Ok go and Download a tool called CIA COMMANDER this is just what we want.
This tool will create a copy protected bootable floppy which will allow u to boot
any computer and also help u to get into any NTFS partition .First select floppy as
first bootable device from BIOS. CIA shows u every thing to u in GUI.
After booting CIA will allow u to reset any user password even administrator’s
password. It also includes a file manager, registry editor and a text/hex editor.
Present version of CIA does not support FAT partitions but sooner its new version
will even support FAT partition based system.
I have read on some tutorials about a tool called NTFS Pro which looks almost
like CIA .
If your system hangs about 2 or 3 minutes at startup, where you can't access
the Start
Transfer) running in the background. Microsoft put out a patch for this but it
didn't
Editing explore in windows xp is very easy with available tools its not as difficult
like old dos based tedious method here u need just one tool called RESOURCE
HACKER
As explorer_1 and explorer_2 .exe respectively and keep them in windows folder
only. We will edit explorer_1 and will keep explorer_2 as backup copy if anything
goes wrong. Open explorer_1.exe in resource hacker and go to String table and
edit whatever u want to even u can change start button by ur name or anything
else
After editing even a single word do not forget to click the COMPILE button.
Change icon or u can change animated message such as when u install a new
programs so when u go to all programs a animated message comes “New
Program Installed” u can change it by ur sentence etc. now we have edited the
explore_1 now go To File menu in Resource hacker and save it as explorer_1.exe
it will ask u that explorer_1.exe is already present do u want to replace it, click
YES. Now we have our edited explorer.
If you like to view your files in Windows Explorer using the "Details" view here is
a tweak to speed up the listing of file attributes:
Viewing files in Windows Explorer using the "Details" mode shows various
attributes associated with each file shown. Some of these must be retrieved from
the individual files when you click on the directory for viewing. For a directory
with numerous and relatively large files (such as a folder in which one stores
media, eg: *.mp3's, *.avi's etc.), Windows Explorer lags as it reads through each
one. Here's how to disable viewing of unwanted attributes and speed up file
browsing:
In "Details" mode right-click the bar at the top which displays the names of the
attribute columns.
Explorer will apply your preferences immediately, and longs lists of unnecessary
attributes will not be displayed.
If you do not use hibernation, make sure you do not have it enabled, which
reserves disk space equal to your RAM. If you have a hidden file on the root
directory of your C-drive called hiberfil.sys, hibernation is enabled. To remove
that file:
When you add drives to your computer, such as an extra hard drive, a CD drive,
or a storage device that corresponds to a drive, Windows automatically assigns
letters to the drives. However, this assignment might not suit your system; for
example, you might have mapped a network drive to the same letter that
Windows assigns to a new drive. When you want to change drive letters, follow
these steps:
Right-click My Computer, and then click Manage.
Under Computer Management, click Disk Management. In the right pane, you’ll
see your drives listed. CD-ROM drives are listed at the bottom of the pane.
Right-click the drive or device you want to change, and then click Change Drive
Letter and Paths.
Click Change, click Assign the following drive letter, click the drive letter you want
to assign, and then click OK.
Tired of that annoying little window that pops up to tell you that new software is
installed? If it gets in the way when you’re logging off, turn it off completely. To
do this:
Click Start, right-click at the top of the Start menu where your name is displayed,
and then click Properties.
In the Taskbar and Start Menu Properties dialog box, on the Start Menu tab, click
Customize.
Click the Advanced tab, and then clear the Highlight newly installed programs
check box.
Click Start > Programs > Accessories, then right–click Windows Explorer, and
click Properties.
Click OK.
Use Windows Explorer to open the folder that contains the program's executable
(.exe) file.
Under or pick a Control Panel icon , click Display. The Display Properties dialog
box is displayed.
In the Display Properties dialog box, click the Desktop tab, and then click
Customize Desktop. The Desktop Items dialog box is displayed.
Under Desktop cleanup , click to clear the Run Desktop Cleanup Wizard every 60
days check box if you do not want the Desktop Cleanup Wizard to automatically
start every 60 days.
In the Welcome to the Desktop Cleanup Wizard dialog box, click Next.
In the Shortcuts dialog box, a list of shortcuts are displayed in the Shortcut to
Clean Up list. The shortcuts that you click are removed from the desktop and
placed in the Unused Desktop Shortcuts folder on the Windows desktop.
If you do not want a shortcut to be removed from the desktop, click to clear the
check box for that shortcut, and then click Next when you are finished.
In the Completing the Desktop Cleanup Wizard dialog box, view the items in the
Shortcuts box to confirm that you want them removed from the desktop, and
then click Finish.
The Desktop Cleanup Wizard moves the selected shortcuts to the Unused
Desktop Shortcuts folder and then quits.
If a shortcut that you want is removed, follow these steps to restore the shortcut:
On the Desktop, double-click the Unused Desktop Shortcuts folder. The Unused
Desktop Shortcuts dialog box is displayed. Note: If the Unused Desktop
Shortcuts dialog box is maximized, click the Restore Down button (appears to the
left of the red Close button).
Click the Automatic Updates tab, and then click one of the following options:
- Download the updates automatically and notify me when they are ready to be
installed. (This is the default setting.)
- Notify me before downloading any updates and notify me again before installing
them on my computer.
Click the Automatic Updates tab, and then click Turn off automatic updating. I
want to update my computer manually.
If you choose not to use automatic updating, you can still install specific updates
from the Windows Update Web site. Windows Update is a catalog of items such
as drivers, security fixes, critical updates, the latest Help files, and Internet
products that you can download to keep your computer up-to-date.
Click Yes when you are prompted to install any required software or device
drivers.
Click Remind Me Later in the Automatic Updates dialog box before you download
or install the update.
In the Reminder dialog box, you can specify the amount of time Windows should
wait before reminding you.
If the reminder is for downloading, Windows reminds you only when you are
connected to the Internet.
If the reminder is for installing, Windows reminds you according to the schedule
that you specify.
If you want Windows to download an update, make sure that the check box
beside it is selected.-or-
If you do not want Windows to download an update, click to clear the check box
beside it.
Your selected updates are downloaded in the background; this behavior allows
you to continue working uninterrupted. Downloading does not interfere with or
slow down other network activity, such as Internet browsing.
After the download process has started, you can pause or resume downloading at
any time. If you close your Internet connection or restart your computer after
pausing a download process, Windows automatically resumes the download
process the next time you are connected to the Internet.
During the download process, click the icon that is displayed in the notification
area, and then click Pause.
When you are ready for Windows to start downloading again, click the Automatic
updating icon, and then click
Resume.
If you decide not to download a specific update, you can prompt Windows Update
to offer that update again.
Click the Automatic Updates tab, and then click Restore Declined Updates.
One of the most full featured Windows XP configuration tools available is hidden
right there in your system, but most people don't even know it exists. It's called
the Local Group Policy Editor, or gpedit for short. It just like old Poledit.exe.
To start this editor:
gpedit.msc
After you hit Enter, you'll be greeted by gpedit, which lets you modify almost
every feature in Windows XP without having to go to regedit.
If you want to save your ISP settings (name, phone, login id etc.) for future
installations: Start Regedit
Go to HKEY_CURRENT_USER \ RemoteAccess
Select Registry / Export Registry
Make sure Selected branch is checked
For the name, enter any name that will help you remember the purpose of the .reg
file
Now if you need to restore your ISP settings after a new installation of Windows, you
just need to import this file
In order to force passwords that just use alpha-numeric characters Start Regedit
Go to HKEY_LOCAL_MACHINE \ Software \ Microsoft \ Windows \ CurrentVersion \
Policies \ Network
Create a DWORD entry called AlphanumPwds
Give it a value of 1
5.Speeding Up Internet Searches
When you go to a web site, the first thing that happens is that a query goes out to
the DNS server for IP address of the web site.
In order to eliminate this query, you can simply add the IP address and web name
into the HOSTS file in the Windows directory.
To find the IP address, just PING the web name (ping www.microsoft.com) For
example, Microsoft would be:
You can do this for all the sites you regularly visit.
If Win98 is not automatically dialing your Internet Connection: Open up the Dial Up
Networking box
Click on Connections / Settings
Uncheck Prompt for information before dialing.
This command line will pop up the "Make new connection" window. rundll
rnaui.dll,RnaWizard /1
If you modem goes offline frequently, it may be due to a temporary lost carrier. To
lengthen the time the modem will go offline after the carrier is lost, change the
modem properties. Open up the Control Panel
Double click on the Modem icon
Click on Properties / Connection / Advanced
In the Extra Settings, enter S10=10
This will enable the modem to stay connected without a carrier for up to 10 seconds.
For Win95, to make that modem dial much faster: Open up the Control Panel
Double click on the Modem icon
Click on Properties / Connection / Advanced
In the Extra Settings enter S11=x , where x is how many milliseconds each tone
sounds. Try S11 = 1, then dial, you'll be surprised.
Normally when you open up the modem icon in the system try, it shows the port
connect speed.
So see your actual modem speed: Go Control Panel
Open up the Modems icon
Click Properties
Click on the Connection tab
Click the Advanced button
In the Extr Settings, put ATW2L0 (the last character is a zero)
As already mentioned, you can use long file names in an MS DOS Box.
But you can even use UNC-style network names. Example: DIR \\server\share1\dir1
will give you all files on the computer named "server", in the share named "share1"
and in the directory "dir1".
This does not work with CD, but it will work with MD, RD, DIR, COPY, MOVE, REN,
and so on.
I use this in combination with a batch file to copy files to a number of computers on
a network
To change the number of rings before Dial up Networking Server answers: Find the
INF file for the modem in the \WINDOWS\INF directory. The filename will begin with
"mdm" and end with characters desciptive of the manufacturer, ie. "supra" for Supra
Express modem.
Make a copy of this file.
Edit this file with notepad and look for a string "HKR, Answer, 1,, "ATA<cr>".
Change to HKR, Answer, 1,, "None".
A few lines up from this should be the line HKR, Monitor, 1,, "ATS0=0<cr>" Change
the value of the S0 register to the number of rings you would like to have the
modem answer on.
Remove the modem by using the Control panel | System | Device Manager.
Reinstall the modem using the REFRESH Button.
This should install the modem using the updated INF file.
There are some system checks you can use to see how good your ISP and Phone
lines are.
You either net OEM SR2 or the ISDN Accelerator Pack 1.1 installed Make sure
SYSMON is installed. You can add this through the Control Panel / Add New Programs
Run SYSMON
Select Edit / Add Item
Click on Dial-Up Networking Adapter
Select CRC Errors
Click on OK
If you have lots of CRC errors, either the phone lines or your modem is having
problems.
You can also add Framing Errors and Timeout Errors if you are still having problems
and your
By default, when you create a shortcut to a network application, both the Drive letter
and UNC connection are stored as part of the shortcut.
The reasoning that if the drive letter gets reassigned or deleted, the UNC connection
will serve as an additional way to ensure that the application is available.
This can also be a problem because when you want to re-assign the drive to a new
server, it will still make the connection to the old one through the UNC To disable this
feature, there is a program called SHORTCUT.EXE in the Admin / Apptools / Envvars
directory.
Execute the program with a -? to see a description of the available switches.
You can dial your ISP from a command line. This can make it easy to create a batch
file that will
do things like dial, start your e-mail and web browser. The syntax is:
rundll rnaui.dll,RnaDial connectoid
Note: The RnaDial and connectoid components of the command line are case
sensitive
Occasionally, when trying to use your modem, you might get the following errors:
Another program is using the selected Telephony device. Try again after the other
program completes.
or
Cannot initialize port
The state of Windows 95 device contention is determined by the value for the "COM
n AutoAssign=x"
setting in the [386Enh] section of the System.ini file,
where n is the number of the serial port and x is a value from -1 to 1000.
The default setting in Windows 95 is -1. This setting causes Windows 95 to not
release a serial port previously used
by a non-Windows-based program.
Com n AutoAssign=0
If you do not have a logon password, Windows95 might have problems when you try
and browse the network.
Try the following steps to solve the problem. Start REGEDIT
Go to Hkey_Local_Machine \ Software \ Microsoft \ Windows \ Current_version \
Network \ Real mode net
Delete the line that says AUTOLOGON=0
Save the changes and reboot the system
Start REGEDIT
Go to HKEY_LOCAL_MACHINE \ System \ CurrentControlSet \ Services \ Class \
Modem \ 0000 \ Init
Change the settings to the values for your modem
23.Increasing the Modem Timeout
If your modem it timing out during file transfers or loading Web Pages,
you might try increasing the timeout period. To change it:
Start Regedit
Go to HKEY_LOCAL_MACHINE / System / CurrentControlSet / Services / Class /
Modem / XXXX / Settings
Where XXXX is the number of your modem
Move to the right panel and double click on Inactivity Timeout
The number of minutes for a timeout should be entered between the brackets.
For example, a US Robotics Sportster could have S19=<30> to set it to 30 minutes.
To create a shortcut that will open your default e-mail program starting a new e-
mail, Right click on an open area of the desktop
Select New / Shortcut
For the Command Line, enter mailto:
For the title enter something like New E-Mail
When you click on this your default e-mail program should start with a new e-mail
form.
You can create a nice 3D effect for your windows Start Regedit
Go to HKEY_CURRENT_USER \ Control Panel \ Colors
Make sure the following setting are there:
ButtonHilight=128 128 128
ButtonShadow=255 255 255
To create the icons, create a shortcut on the desktop. For Shutdown, the command is
C:\WINDOWS\RUNDLL.EXE user.exe,exitwindows
For Restart, the command is C:\WINDOWS\RUNDLL.EXE user.exe,exitwindowsexec
If your Start Menu Program or Favorites are not sorting alphabetically, it is easy to fix
this: Start Regedit
Go to
HKEY_CURRENT_USER/Software/Microsoft/Windows/CurrentVersion/Explorer/MenuO
rder
Under here is are Favorites and Start Menu folders
In each there is a value called Order
Simply delete (or rename this) and restart Winodws
Your Favorites or Start Menus should now sort alphabetically
Run Regedit
Go to HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\explorer
Create a new string called Max Cached Icons
Give it a value of 10000
This will increase response time in windows and give the Shellicon cache file more
elbow room
An easy way to remove those irritating arrows from your desktop shortcut icons and
not change their properties Right click the Desktop / Properties / Appearance tab
Select Item
Scroll for Icon
The default size is 32
Change this to 30
Clicking Apply
To make changes to the Desktop like window size, positon after rebooting: Start
Regedit
Go to
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
To change the icon of a Folder on desktop: Using the Explorer, move the folder from
the Desktop directory to another directory on the hard drive
Right click on the new folder and select "Create Shortcut"
Move the shortcut to the Desktop
Right click and select a new icon
Start Regedit
Open HKEY_CURRENT_USER /ControlPanel /Desktop /DragFullWindows
On "DragFullWindows" properties change 0 to 1
If you need to get a screen shot, and you do not have a screen capture program, try
this: Hit the Print Screen key. This copies a bitmap of the full screen into the
Windows clipboard. Start up a graphics editor and paste it in.
Alt + Print Screen will capture only the active window.
Select Properties
Select the Appearance tab
Go to the item list and find scrollbar.
Increasing the value in the Size field will increase the scrollbar width.
Add a SHORTCUT TO THE RECYCLE BIN in your SEND TO folder. That way you can
just right click on a file you want to delete, and send it to the recycle bin without
having to confirm each time.
Normally you have to have a name for an icon, just spaces are not allowed.
To create an icon with no name attached: Make sure NumLock is on
Highlight the Icon you want to change
Right-Mouse click and select Rename
While holding down the Alt key, type 0160
Now the icon will have no name below it.
To Create Multiple Icons with No Name - From John R.
How to move or close the start button! Click on the Start button
Press the Esc key
Press the Alt and the - keys together
This will give you a menu, you can move or close
But if you move it you need to use the arrow keys and not the mouse.
To change a drive's icon when you open My Computer Create a file called
AUTORUN.INF on the root of your hard drive
Enter the lines
[autorun]
ICON=Name of the ICON file
For the name of the icon file you can either specify the path and name (e.g.
ICON=C:\WINDOWS\ICONS\MY_ICON.ICO) or
a specific icon in a library (e.g. ICON=ICONFILE.DLL,2
Start Regedit
Go to:HKEY_USERS \ .Default \ Software \ Microsoft \ Windows \ CurrentVersion \
Explorer
Add binary value to Explorer:link="00,00,00,00"
Now You can make Shortcuts to desktop without Shortcut To" text.
I have recently found that if you want to send something from A: drive or from any
where to any drive, you can just make a short cut of that drive in subdirectory
SENDTO.
For example I have two hard drives, a Floppy Drive, and a CDROM
After I have make a copy of each of my drive I will be able to send a whole directory
of E:\XXX from the CDROM drive to A: drive or any other drive that i have had made
the short c t in the SENDTO subdir of WINDOWS.
To change the name of the Start button: Copy EXPLORER.EXE in your Windows
directory to another directory
Start a hex editor (I've been using Diskedit from Norton)
Edit EXPLORER.EXE
Search for the string 53 00 74 00 61 00 72 00 74
This is the word Start with the letters separated by a null character
The section you are in should also have the words "There was an internal error..."
also separated with the null character immediately following
Now just replace the Start letters with any of your choice (up to 5 characters only)
Exit Windows
Boot to DOS
Copy your new Explorer file over the original
To change the Start button icon:
Click the Start Button once with your right mouse button. You should see a right-
button menu (called a context menu because it offers different choices in different
contexts).
You should see the items Open, Explore, and Find on the context menu. Click Explore
with your left mouse button.
An Explorer file management window should open. A directory tree should appear in
the left pane, with the right pane displaying the contents of the Start Menu folder.
Right-click any empty space within the right pane. A context menu should appear.
Click New and then Folder.
The Explorer will create a highlighted icon called New Folder. Type in the following
string, all on one line, replacing the words New Folder with this new line. You must
type the period, the curly braces, all four hyphens, and the hexadecimal numbers
exactly as shown. After the closing curly brace, press Enter.
Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}
Other Folders can be added following the same instructions. Dial-Up
Networking.{992CFFA0-F557-101A-88EC-00DD010CCC48}
Printers.{2227A280-3AEA-1069-A2DE-08002B30309D}
Inbox.{208D2C60-3AEA-1069-A2D7-08002B30309D}
My Computer.{20D04FE0-3AEA-1069-A2D8-08002B30309D}
Recycle Bin.{645FF040-5081-101B-9F08-00AA002F954E}
Network Neighborhood.{208D2C60-3AEA-1069-A2D7-08002B30309D}
Desktop.{00021400-0000-0000-C000-000000000046}
Briefcase.{85BBD920-42A0-1069-A2E4-08002B30309D}
Fonts.{BD84B380-8CA2-1069-AB1D-08000948F534}
You can shut off the animation displayed when you minimize and maximize windows.
This tip makes navigating Windows 95 a lot faster especially for those that don't
have
super fast video cards. Open Regedit
HKEY_CURRENT_USER
Control panel
Desktop
WindowMetrics
Right Mouse Click an empty space in the right pane.
Select new/string value.
Name the new value MinAnimate.
Doubleclick on the new string value (MinAnimate) and click on "Modify"
Enter a value of 0 for Off or 1 for On then hit
Close Regedit and all programs then reboot.
Startup Screen
Create a 320x400 bitmap in the root directory and name it LOGO.SYS
You can use LOGOW.SYS file in the Windows directory as a starter
Logoff Screens
There are several files called LOGOX.SYS
They are actually bitmaps 320x400 that just have a different extension
The hidden one in the root directory LOGO.SYS is the startup logo.
There are two files in the Windows directory.
LOGOW.SYS is the Wait while Shutting down ... screen
LOGOS.SYS is the You may now shut-off or Reboot screen
To edit them, rename them with a BMP extension and use your favorite graphic
editor
You can edit these files or create you own
They just need to be the same size
To start Explorer from whatever subdirectory you are in when shelled out in DOS:
Type "Start .\"
The Explorer will start in that very same directory
"Start ..\" will start the Explorer one directory above the current one.
"Start \" will start the Explorer at the root of the drive.
To have an Explorer window be the default when you open up a Folder: Open up any
folder.
Select View / Options
Select File Types
Go down to Folder
Click on Edit
Highlight Explore
Click on Set Default
Click on Close
Click on Close again
Now when you open a folder, you will get an Explorer window with the programs or
shortcuts in the right panel
and the regular explorer window in the left panel.
To quickly have Explorer expand all subfolders for a selected drive or folder,
simply press the asterisk (*) key on the numeric keypad
6.Easier File Copying with Explorer
One difference between Explorer and File Manager is that with File Manager
you could open up two windows to more easily copy files between drives.
To do the same thing with Explorer: Close all running applications
Start two copies of Explorer
Press Ctrl-Esc to bring up the task bar
Right click on an open space
Select Tile Horizontally or Vertically depending on your preference
Your two Explorer sessions will now split the screen and you can copy between them
by
dragging files like before.
Normally when you start the Explorer, it expands the folders on the root of the C:
Drive.
For those computers with multiple hard drives plus CD ROM Drives, this might not
always be what you want.
If you want it to start without expanding any drives, use the following switches:
EXPLORER /n, /e, /select, c:\
You can use the Explorer to easily open up a DOS window to a specific directory.
From Explorer Option Menu select File Types
Highlight the object for Folder - NOT File Folder
Click the Edit button
From the 'Edit File Type' panel click the 'New' button
Action is '&Goto DOS Prompt'
Application used is C:\windows\command.com /k cd %1
Select OK, then Close and Close.
Now from Explorer secondary (right) click the folder you want to go to in DOS
From the menu select 'GotDOS Prompt' (or hit G) and you are in that directory with a
DOS windows
For Win NT 4.0 same tip, but substitute cmd.exe for command.com)
Adding a second Explorer to the menu that pops up when right clicking on any folder
or the Start Button.
This is handy to be able to open Explorer non-expanded and also for being able to
open a second Explorer (non-expanded) while already in Explorer. Open My
Computer
Choose View-Options-File Types
Select the File Folder file type
Click Edit
For ACTION, type EXPLORER2
For APPLICATION USED, type C:\WINDOWS\EXPLORER.EXE /n,/e,/select,C:\
Click OK and close all windows
Run REGEDIT
Expand HKEY_CLASSES_ROOT
Locate and expand DIRECTORY
Locate and expand SHELL
Locate and expand EXPLORER2
Select COMMAND
On the right window RIGHT CLICK on DEFAULT
Select MODIFY
Remove the space and %1 at the end of the line
Click OK and close REGEDIT
EXPLORER2 will show up and launch a non-expanded view of Explorer whenever you
right-click on the START BUTTON or any folder, even if you are already in Explorer.
The whole procedure can be done in REGEDIT, but this may be safer for users not
experienced with REGEDIT
The column widths in the right hand panel of the Explorer might not be the correct
sizes to display all the file information.
To automatically adjust all the columns at once to show all the information, Click
somewhere on the right-hand panel
Simply press the Ctrl-+ key.
The Name, Size, Type and Modified columns will automatically adjust themselves to
display all their information.
Note: The + is the one on the numeric keyboard
If you use Web View for your Explorer, you can change the background that appears.
Edit or recreate the file >C:\Windows\Web\Wvleft.bmp
Make sure you keep the file dimensions the same 182x237 pixels
To stop Windows from changing the case of your filenames to upper or lower case:
Start Regedit
Go to HKEY_CURRENT_USER \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \
Explorer \ Advanced
Double-click DontPrettyPath (or create this key with a type of REG_DWORD if it
doesn't exist)
Set the value to 1 to keep the case as you type it or 0 to adjust the case as Explorer
requires
Click OK
Close Regedit
For Windows98, ME or Windows 2000, if you have View as Web Page enabled but do
not see a picture preview in Explorer: Start Regedit
Normally the Explorer shows drive labels as "Compact Disk", "Removable Disk" ect.
To change the name of this label for specific drives:
Start Regedit
Go to HKEY_LOCAL_MACHINE / SOFTWARE / Microsoft / Windows / CurrentVersion /
Explorer
Create a key called DriveIcons
Within DriveIcons, create another key with the drive letter you want to change
(..\DriveIcons\K)
Create another within the drive letter key called DefaultLabel
Give the Default Value for this key the label you want to appear for that drive letter.
(Jazz Drive etc.)
Restart the computer
To change the icon used for specific drives in Explorer Start Regedit
Go to HKEY_LOCAL_MACHINE / SOFTWARE / Microsoft / Windows / CurrentVersion /
Explorer
Create a key called DriveIcons
Within DriveIcons, create another key with the drive letter you want to change
(..\DriveIcons\K)
Create another key within the drive letter key called DefaultIcon
Set the default value equal to the icon you want to use.
If you have a file that has more than one icon in it, such as a DLL file, use the
standard C:\full_path\icon_file.dll,x
where x is the number of the icon within the file icon_file.dll.
You can change the default sound heard when navigating to folders in the Explorer.
Start Regedit
Go to HKEY_CURRENT_USER \ AppEvents \ Schemes \ Apps\ Explorer \ Navigating\
.current
Change the default value to the wav file you want to use.
Leaving it blank will turn off the sound.
This also changes the default sound when opening a page in the Internet Explorer.
When you right click on a folder or file with the Explorer, a list of options is available.
As more applications get installed, this list may get too large for you. To remove
items from the list:
Start Regedit
Go to the following sections in the Registry and delete the subkey with the string you
noted in Step 1.
HKEY_CLASSES_ROOT\Folder\shell
HKEY_CLASSES_ROOT\file
HKEY_CLASSES_ROOT\Directory\shell