Monday 1 August 2011

Some computer tips and tricks vol2

Changing a Folder's Icon

To change the icon of a Folder on desktop:

1. Using the Explorer, move the folder from the Desktop directory to another directory on the hard drive
2. Right click on the new folder and select "Create Shortcut"
3. Move the shortcut to the Desktop
4. Right click and select a new icon
Full Window Drag ( Without Plus! )
1. Start Regedit
2. Open HKEY_CURRENT_USER /ControlPanel /Desktop /DragFullWindows
3. On "DragFullWindows" properties change 0 to 1
Fixing Corrupted Desktop Icons

Easier way to reset icons then deleting SHELLICONCACHE.

There's no need to exit Win95 and delete the SHELLICONCACHE file in order to reset icons that you may have changed (like Network Neighborhood).
1. Go to Control Panel, Display, Appearance Tab.
2. Select Icon from the Item drop down list.
3. Change the Size up or down one and apply.
4. Change the Size back to your original and apply.
If your Start Menu is slow or your icons are black for some reason, it means your Shelliconcache file is corrupt and should be deleted.
Delete the hidden file.
It will be recreated the next time you start Win95

Getting Screen Shots

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. 

Increasing the Size of the Scroll Bar

How to adjust the width of the scroll bar:
1. Select Properties
2. Select the Appearance tab
3. Go to the item list and find scrollbar.
4. Increasing the value in the Size field will increase the scrollbar width.
Unable to Create Shortcuts on the Desktop

If you can't create shortcuts on your Desktop, you might have a corrupted registry.
1. Start Regedit
2. Go to HKEY_CLASSES_ROOT\.lnk\ShellNew\Command
3. Make sure it has a value of:
4. RunDLL32 AppWiz.Cpl,NewLinkHere %1 if you don't have IE 4
5. or RunDLL32 AppWiz.Cpl,NewLinkHere %2 if you have IE 4.0 or IE 4.01
Removing the InBox from the Desktop


A faster way to remove "Inbox" from the Deskop is to

1. Right mouse click on "Inbox"
2. Select delete
3. It will then tell you "you cannot store the inbox in the recycle bin. . .etc"
4. Click "Yes"
5. Wait 2 secs and it's gone.
Customizing Individual Folder Icons

To change a folder's icon:
1. Open Notepad and enter two lines,

[.ShellClassInfo]
IconFile=file name,number
(e.g. IconFile=C:\Icon\CustomFolder.ico,0)
2. Save the file as DESKTOP.INI in the folder you wish to change.
3. Click Start -> Run, type in the command line,
ATTRIB +S "folder name"
4. Open Explorer or My Computer and refresh (press F5 key).
This tip only work Windows 95/NT 4.0 + IE 4.0 with shell integration, or Windows 98/NT 5.0.

Removing the Recycle Bin

To remove Recycle Bin from the desktop:
1. Run REGEDIT.
2. Find NAMESPACE key in left pane (HKEY_Local_Macine \ Software \ Microsoft \ Windows \ Current Version \ Explorer \ Desktop \ Namespace)
3. Expand NAMESPACE (click '+' box)
4. Delete the value RECYCLE BIN in right pane
Adding Send To the Recycle Bin


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.
Having Icons with No Name

Normally you have to have a name for an icon, just spaces are not allowed.
To create an icon with no name attached:
1. Make sure NumLock is on
2. Highlight the Icon you want to change
3. Right-Mouse click and select Rename
4. While holding down the Alt key, type 0160
5. Now the icon will have no name bellow it.
To Create Multiple Icons with No Name -
1. Follow directions detailed above
2. With the second icon simply add one space-bar character AFTER the 0160 number.
3. Each successive icon gets an additional space-bar character at the end (to prevent a duplicate naming error).

No comments:

Post a Comment