Friday, April 17, 2009 |

COMPUTER TRICKS

COMPUTER TRICKS

Add item to right click

1.Copy/Paste the following code in Notepad And then Save it as .reg

Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Registry Editor\command]
@="Location Of The Application"

To add Application Shutdown

[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\[Shutdown]\command]
@="shutdown -s -f -t 5"


To add Application Add/Remove

[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Add/Remove\command]
@="control appwiz.cpl"


To add Application Control Panel

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Control Panel\command]
@="rundll32.exe shell32.dll,Control_RunDLL"



To add Application Reboot

[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\[Reboot]\command]
@="shutdown -r -f -t 5"


http://www.sourcecodesworld.com/special/clipboard.asp
Go to internet options of explorer -_ tools menu ->Internet option -> Security Custom level in settings - Select disable under allow past
operations via
script.


Want to know full information about ur computer?

Just GOTO
START > RUN
& TYPE

dxdiag

Increase system performance

if you have 512 megs or more of memory,
u can increase system performance
by having the core system kept in memory
steps are

Start Regedit
Go to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\DisablePagingExecutive
Set the value to be 1
Reboot the computer

FOLDER OPTIONS ARE MISSING

Many times we find that the folder options missing in windows explorer

here is the solution for that
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


HIDE UR FOLDERS IN JUST FEW STEPS WITHOUT USING SOFTWARES

suppose u want to hide a folder named abc which is in D: of ur computer

go to command prompt
start--->run--->cmd-->d:


after changing it from C: to D:
type D:/>attrib +h +s abc

the above command is to hide the folder

to show the folder

type D:/>attrib -h -s ab

Multiple Yahoo Messanger IN the same PC (machine)

Multiple Yahoo Messenger IN the same PC (machine)
the steps for this trick are

Go to run. Type 'regedit'.

Go to HKEY_CURRENT_USER.

Double click 'softwares’.

Click on 'Yahoo'.

Then click on 'Pager'

Click on test. On the right panel, right click and create a DWORD value.

Name it as 'plural'. By double clicking, change the default value to 1.

Multiple Logins at Gtalk..

Gtalk trick-How to open Multiple Gtalk windows???

1. Right-click Gtalk shortcut and select Properties.

2. The shortcut properties dialog box as shown below should popup.

3. Just add /nomutex to the existing text E.g.: "C:\Program Files\Google\Google Talk\googletalk.exe"/nomutex

4. Now you can launch multiple windows and use different ID's.

WINDOWS MEDIA PLAYER TRICK

windows media player trick
First, Click Start > Run > and type “regedit” to run Registry Editor

To remove recent play list in history HKEY_CURRENT_USER\Software\Microsoft\MediaPlayer\Player\RecentFileListTo remove recent URLs go to address: HKEY_CURRENT_USER\Software\Microsoft\MediaPlayer\Player\RecentURLListAnd delete play lists


To hide anchor window: When you are in skin mode, Windows Media Player displays Anchor window To hide anchor window, go to address: HKEY_CURRENT_USER\Software\Policies\Microsoft\WindowsMediaPlayerCreate a new DWORD and name “DoNotShowAnchor” and give value of 1

To disable Upgrade message: Go to following address: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MediaPlayer\PlayerUpgradeCreate a new String Value and name “AskMeAgain” and give value of NO

To enable DVD features: Go to HKEY_CURRENT_USER\Software\Microsoft\MediaPlayer\Player\SettingsCreate a new String and name “EnableDVDUI” and give value of YES.

To change title name: Go to:

HKEY_CURRENT_USER\Software\Policies\Microsoft\WindowsMediaPlayerCreate a new SRTING and type your name.

To remove WMP features: Go to: HKEY_CURRENT_USER\Software\Policies\Microsoft\WindowsMediaPlayerCreate a new DWORD and give value of 1 and name according to below Media Favorite = NoMediaFavoriteFind New Station = NoFindNewStationRadio Bar = NoRadiaBar

To lock applied skin: Go to : HKEY_CURRENT_USER\Software\Policies\Microsoft\WindowsMediaPlayerCreate a new String with name of Default Skin for example 9SeriesDefault.wmzCreate a new DWORD and name “SetAndLockSkin” and give value of 1.

Change the text on Start button in XP..

Modify Explorer.exe File In order to make the changes, the file explorer.exe located at C:\Windows needs to be edited. Since explorer.exe is a binary file it requires a special editor. For purposes of this article we have used Resource Hacker. Resource Hacker is a freeware utility to view, modify, rename, add, delete and extract resources in 32bit Windows executables and resource files (*.res). It incorporates an internal resource script compiler and decompiles and works on Windows 95/98/ME, Windows NT, Windows 2000 and Windows XP operating systems.

get this from
delphi.icm.edu.pl/ftp/tools/ResHack.zip

The first step is to make a backup copy of the file explorer.exe located at C:\Windows\explorer. Place it in a folder somewhere on your hard drive where it will be safe. Start Resource Hacker and open explorer.exe located at C:\Windows\explorer.exe.

The category we are going to be using is "String Table". Expand it by clicking the plus sign then navigate down to and expand string 37 followed by highlighting 1033. If you are using the Classic Layout rather than the XP Layout, use number 38. The right hand pane will display the string table. We’re going to modify item 578, currently showing the word “start” just as it displays on the current Start button.

There is no magic here. Just double click on the word “start” so that it’s highlighted, making sure the quotation marks are not part of the highlight. They need to remain in place, surrounding the new text that you’ll type. Go ahead and type your new entry. In my case we used Click Me!

You’ll notice that after the new text string has been entered the Compile Script button that was grayed out is now active. we won’t get into what’s involved in compiling a script, but suffice it to say it’s going to make this exercise worthwhile. Click Compile Script and then save the altered file using the Save As command on the File Menu. Do not use the Save command – Make sure to use the Save As command and choose a name for the file. Save the newly named file to C:\Windows.

Step 2 – Modify the Registry

!!!make a backup of your registry before making changes!!!

Now that the modified explorer.exe has been created it’s necessary to modify the registry so the file will be recognized when the user logs on to the system. If you don’t know how to access the registry I’m not sure this article is for you, but just in case it’s a temporary memory lapse, go to Start (soon to be something else) Run and type regedit in the Open field. Navigate to:

HKEY_LOCAL_MACHINE\ SOFTWARE\ Mcft\ Windows NT\ Currentversion\ Win logon

In the right pane, double click the "Shell" entry to open the Edit String dialog box. In Value data: line, enter the name that was used to save the modified explorer.exe file. Click OK.

Close Registry Editor and either log off the system and log back in, or reboot the entire system if that’s your preference. If all went as planned you should see your new Start button with the revised text.

MS OFFICE Word 2007 Voice Command

Use a Voice Command
You can use sound in Microsoft Office Word.
1. In the Word document, place your cursor where you want your voice message to go.
2. Click Insert, and then in the Text section, click the Insert Object button.
3. In the Object dialog box, on the Create New tab, in the list of object types, select Wave Sound.
4. Click OK, and then record your own voice note.

HOW TO HIDE UR DRIVES

How to Hide the drives(c:,d:,e:,a:...etc)
How to Hide the drives(c:,d:,e:,a:...etc)
This is a great trick you can play on your friends. To disable the display of local or networked drives when you click My Computer


1.Go to start->run. Type regedit. Now go to:

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer

Now in the right pane create a new DWORD item and name it No Drives(it is case sensitive). Now modify it's value and set it to 3FFFFFF (Hexadecimal) .Now restart your computer. So, now when you click on My Computer, no drives will be shown (all gone...). To enable display of drives in My Computer, simply delete this DWORD item that you created. Again restart your computer. You can now see all the drives again.

Hide ur drives || Lock ur drives Open Registry (go to run command, type "regedit" and press enter)then go to this key

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer

now right click in right side pane and create DWORD Value (blue color)

Rename it as "NoViewOnDrive" (for locking drive)
or
Rename it as "NoDrives" (for Hiding drive)

double click on it and put some numbers to lock ur desired Drive and click ok.

DRIVE NOS.
FOR A : 1
FOR C : 4
FOR D : 8
FOR E : 16
FOR F : 32
FOR G : 64
FOR H : 128

finally restart or log-off the computer to take effect.


Keep in mind that "0" is Default Value to Disable or remove this setting..


After locking the drive when u try to open it, u will see a MsgBox like this
"This operation has been cancelled due to restrictions in effect on this computer. Please contact your system administrator"

convert ur FAT partition to NTFS

To convert a FAT partition to NTFS, follow the following steps.

Click on Start, click Programs, & then click Command Prompt.

In Windows XP, click Start, & then click Run.


At the command prompt, type CONVERT [driveletter]: /FS:NTFS.
Convert.exe will attempt to convert the partition to NTFS.

NOTE: Although the chance of corruption or data loss during the conversion from FAT to NTFS is minimal, it is best to perform a full backup of the data on the drive that it is to be converted prior to executing the convert command. It is also recommended to verify the integrity of the backup before proceeding, as well as to run RDISK and update the emergency repair disk (ERD).

ACCESS UR FOLDERS AS "DRIVES"



You can create Virtual Drives in your Computer. Now you can access your Favorite Folders as a drive in My Computer.

What you can do ?
** Access your folders as a Drive !
** Fool 'Computer Beginners' or your 'Friends' (Non-Expert) , as the drive will show Disk Space of the folder's drive so it seems that the disk space has increased !!!

Do The Follwing :
► Start >> Run
► Type cmd and hit Enter
► This will open "Command Prompt"
► Type subst Z: E:\folder and hit Enter key.
→ You can replace Z: with your desired New Drive Letter (Except existing Drive letters)!
→ You can replace E:\folder with the path of your favorite folder !
► Now, type exit

*** This creates a new drive ! When you open this , it will open your folder !!!
*** Isn't it Awesome ?
*** And this is Exclusive at pcremix.blogspot.com !
-------------------------------------------------------------
But a Problem!
۩ On Restart the Virtual Drive Disappears !!!
-------------------------------------------------------------

Solution!
-------------------------------------------------------------
۩ We can make a batch file which will make the drive every time on startup !
Here is how?
► Open Notepad
► Type:
@ECHO OFF
subst Z: E:\folder
exit
► File >> Save As...
► Name it : Virtual Drive Emulator.bat
► Start >> All Programs
► Right Click on Startup >> Open
► This open the Startup folder
► Paste the Virtual Drive Emulator.bat file here !
*** That's all, now the drive will automatically be created when ever you start your pc

Add Items to the "Send to" Menu in Windows XP

When you right click a file or a folder, you see a 'Send To' menu in the right click menu. This menu makes the task of transferring files from one place to another easy and without opening the destination folder. By using the Send To command, you can quickly send a file to different locations including a floppy disk, your desktop, another person using e-mail, or the My Documents folder. The Send To folder contains the shortcuts for the destinations that are displayed on the Send To menu. Every user on the computer has a SendTo folder and can customize its contents.

By default, the Send To menu in Windows XP lists the following commands (destinations):
• Compressed (zipped) Folder
• Desktop (create shortcut)
• Mail Recipient
• My Documents
• 3 1/2 Floppy (A:)
• CD Drive

To add a destination to the Send To menu, you must add a shortcut to the Send To folder. To do this, follow these steps:
1. Click Start, and then click Run.
2. In the Open box, type send to, and then click OK.
3. Add a destination by doing one of the following:
• Use the drag-and-drop operation to move the item that you want to the Send To folder; to do so, right-click, and then click Create Shortcuts Here
-or-
• Point to New on the File menu, and then click Shortcut.

Follow the instructions in the Create Shortcut Wizard.
A new shortcut is created in the Send To folder, and it is displayed on the Send To menu.

To delete a destination from the Send To menu, just delete that shortcut file from the Send To folder.

Auto Logon In XP

Would you ever like to login in Windows without putting in login details ?? Well, if you are the administrator of your computer then you can force a user to login without putting in the login details. You can easily save some time by skipping the login screen completely, and coming directly to the desktop.

For automatically Login to XP just follow these steps ..



Click Start –> Run, and type “″
You will see a new Window, now in that window, Untick “Users must enter a user name and password to use this computer”.
Click OK, and the you will see a new window asking you to type in the username and password with default username as Administrator.
There you can put in the username you want to specify and put in the login details, click OK, and thats it, you are done with this.

This was so simple. Do try that if you are having different user accounts on a single computer, you can type in the guest account login details as well.

Shutdown Your Computer Within Seconds

If you want to shut down your computer in a hurry, or if a frozen application prevents you from shutting down in the normal ways, then you can use the following procedure to Shutdown your computer.
This method is absolutely safe, but you won’t get even a single opportunity to save your open documents.

To perform this emergency shutdown, press Ctrl+Alt+Del to display Task Manager.
Open the “Shut Down” menu and hold down the Ctrl key and click Turn Off. Poof! your system is Off within Seconds. You don’t even get a second thought to think upon.

1. It boasts how long it can stay up. Go to the Command Prompt in the Accessories menu from the All Programs start button option, and then type ’systeminfo’. The computer will produce a lot of useful info, including the uptime. If you want to keep these, type ’systeminfo > info.txt’. This creates a file called info.txt you can look at later with Notepad. (Professional Edition only).

2. You can delete files immediately, without having them move to the Recycle Bin first. Go to the Start menu, select Run… and type ‘gpedit.msc’; then select User Configuration, Administrative Templates, Windows Components, Windows Explorer and find the Do not move deleted files to the Recycle Bin setting. Set it. Poking around in gpedit will reveal a great many interface and system options, but take care — some may stop your computer behaving as you

3. You can lock your XP workstation with two clicks of the mouse. Create a new shortcut on your desktop using a right mouse click, and enter ‘rundll32.exe user32.dll,LockWorkStation’ in the location field. Give the shortcut a name you like. That’s it — just double click on it and your computer will be locked. And if that’s not easy enough, Windows key + L will do the same.

4. For those skilled in the art of DOS batch files, XP has a number of interesting new commands. These include ‘eventcreate’ and ‘eventtriggers’ for creating and watching system events, ‘typeperf’ for monitoring performance of various subsystems, and ’schtasks’ for handling scheduled tasks. As usual, typing the command name followed by /? will give a list of options.

5. XP has IP version 6 support — the next generation of IP. Unfortunately this is more than your ISP has, so you can only experiment with this on your LAN. Type ‘ipv6 install’ into Run… (it’s OK, it won’t ruin your existing network setup) and then ‘ipv6 /?’ at the command line to find out more. If you don’t know what IPv6 is, don’t worry.

6. XP will treat Zip files like folders, which is nice if you’ve got a fast machine. On slower machines, you can make XP leave zip files alone by typing ‘regsvr32 /u zipfldr.dll’ at the command line. If you change your mind later, you can change things back by typing ‘regsvr32 zipfldr.dll’.

7. Windows key + Break brings up the System Properties dialogue box; Windows key + D brings up the desktop; Windows key + Tab moves through the taskbar buttons.

8. Internet Explorer 6 will automatically delete temporary files, but only if you tell it to. Start the browser, select Tools / Internet Options… and Advanced, go down to the Security area and check the box to Empty Temporary Internet Files folder when browser is closed.

9. The Start Menu can be leisurely when it decides to appear, but you can speed things along by changing the registry entry HKEY_CURRENT_USER/Control Panel/Desktop/MenuShowDelay from the default 400 to something a little snappier. Like 0.

10. You can rename loads of files at once in Windows Explorer. Highlight a set of files in a window, then right click on one and rename it. All the other files will be renamed to that name, ith individual numbers in brackets to distinguish them. Also, in a folder you can arrange icons in alphabetized groups by View, Arrange Icon By… Show In Groups.

0 comments:

Post a Comment