Monday, August 30, 2010

Computer Tricks!!

Clean ur RAM by notepad
Clean Ur RAM--
U may recognize that ur system gets slower and slower when playing and working a lot with ur pc. That's cause ur RAM is full of remaining progress pieces u do not need any more.

So create a new text file on ur desktop and call it .. uhm.. "RAMcleaner" or something...

Type

FreeMem=Space(64000000)
in this file and save it as RAMcleaner.vbs [ You may choose the "All Files" option when u save it ]

Run the file and ur RAM is cleaned
Of course u can edit the code in the file for a greater "cleaning-progress".


FreeMem=Space(1280000000)
 
How To Customise Your start Button

First you need a tool called "Resource Hacker". This free program allows you to change resources in any .exe file such as "Explorer.exe", which includes the [Start] button's Label. You can visit Download.com and search there for "Resource Hacker".
After you download it, follow the guide here:--


Step 1:

A - Run "Resource Hacker" and open the file "%windir%\Explorer.exe".
B - You see a Tree of all Resources in this file, expand the "String Table"
C - Find the "start" and replace it with your own text. then press the [Compile Script] button.
D - Save "Explorer.exe" as "MyStart.exe" DONT save it as Explorer.exe, do "save as.." and give it a new name.
E - Quit "Resource Hacker".

Step 2:

A - Click on the [Start] button and choose the "Run..." item from the start menu. (Or use the shortcut key WinKey+R)
B - Type "RegEdit" in the Run "Dialog Box". And then press the [Ok] buton to run the "Registry Editor" program.
C - Go to: "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsNT\CurrentVersion\Winlogon" and find the "Shell" property.
D - Replace value of the "Shell" property to "MyStart.exe".
E - Quit "Registry Editor".
F - Restart your system.
Note about Registry Editor:
if you did not find the key "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsNT\CurrentVersion\Winlogon", you can search the Registry for the "Explorer.exe", to do this use the Edit Menu | Find Next (Ctrl+F).
 
DELETE SHUTDOWN BUTTON FROM START MENU

Another easier method will b thru the group policy editor...

1) Run ( Windows key+ R)
2) Type gpedit.msc
3)User Configuration >> Administrative templates >> Taskbar and start menu >> Locate
" Prevent access to Shut Down command.."

ENJOY.... 
 
FOLDER OPTION MISSING

Windows explorer due to some virus or trojan effect.
Here's the solution-->

Open Run and then type "gpedit.msc".
Now goto User Configuration > Administrative templates > Windows Component > Windows Explorer.
Click on Windows Explorer you will find the 3rd option on the right side of screen "Removes the Folder Option menu item from the Tools menu"
Just check it, if it is not configured then change it to enable by double clicking on it and after applying again set it to not configured.

I hopes that you will find the option after restarting windows..

Change the NAME OF RECYCLE BIN


1. Click Start
2. Click Run
3. Type regedit and hit ENTER
4. In the registry editor go to the following key:

HKEY_CURRENT_USER\Software\Microsoft\Windows\ShellNoRoam\MUICache

5. Double click on the following value:
@C:\WINDOWS\system32\SHELL32.dll,-8964

6. AFTER DOUBLE CLICKING Change the NAME FROM RECYCLE BIN to whatever you wish.

7. Click OK and close out regedit
8. Click on a blank area of the desktop and select refresh from the context menu.
9. After the screen refreshes, you recycle bin will be renamed to whatever you decided.

No comments:

Post a Comment