Pages

Friday, May 14, 2010

Windows 7 :New Keyboard Shortcut Keys

We love shortcuts! They make our lives easier and our computing more productive. For those of us whose hands ache from over using the mouse, shortcuts can add hours of pain-free computer time.

Along with the new window management features in Windows 7 comes shortcuts for those features to completely bypass the mouse. This makes the new features more user-friendly, and solidifies the hope that Microsoft really is listening to their customers. Well, at least the share our affection for shortcuts.

Windows Logo + Right Arrow: Sends the window to the right half of the screen. This is a new feature in Windows 7—usually, you must drag the window all the way to the very bottom right corner for Windows to recognize you want to dock this window on the right. This shortcut sends the window there with just a button click.

Windows Logo + Left Arrow: Sends the window the left half of the screen. When used with the shortcut above, you can see your windows side by side. This is great for comparing products online or fact checking with the internet in one window and a Word file in another.

Windows Logo + Home: Minimizes or restores everything but the current window. Windows 7 allows users to “shake” the current window to minimize all other windows. This shortcut takes the place of the awkward shaking.

Windows Logo + +: Hitting this shortcut will zoom in. Windows 7 has a magnifier that works with almost any window. This shortcut activates the magnifier.

Windows Logo + –: Conversely, this shortcut allows you to zoom out. It should be easy to remember—plus zooms in, minus zooms out.

Windows Logo + G: Displays gadgets in front of other windows. So, if you are making use of the gadgets and want to see what they are doing behind your current windows, just quickly hit this shortcut and the gadgets appear on top of your current windows.

Windows Logo + Up Arrow: Maximizes the current window.

Windows Logo + Down Arrow: Minimizes the current window.

FREE AIRTEL GPRS ON MOBILE

HERE IS THE FULLY WORKING MOBILE OFFICE

Procedure to use

For s40 users:

Download the Prov file and send it to your mobile by any other mobile using Bluetooth.

Your mobile detects it as gprs setting save that setting and select it as default setting!!

For s60 users:

Create a new setting in your mobile

Access Point= airtelgprs.com

Proxy address= 80.239.242.253

Port= 80 (Remember its 80 not 8080)

Link for modded opera mini—

Link for prov file—-

Thursday, May 13, 2010

Auto Logon to Windows XP

Windows XP has the ability to store your password and other pertinent information in the registry so that you can automate the logon process. Keep in mind though, while this is a very convenient method, it has its security risks. Anyone using your computer will have access to your account and your network. Only use this setting if the other people within your network are trusted.

Warning: This tweak involves editing the Windows registry. Mistakes made while editing can have serious effects on your Windows installation. Be sure that you have made a backup copy of the registry prior to making any changes.

Here is how to configure Windows XP to auto logon:

1. Go to Start>> Run. Type in: regedit [Enter] or click OK.
2. Drill down to the following registry key:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsNT\CurrentVersion\Winlogon
3. Click the Winlogon entry in the left pane once to empty its contents into the right pane.
4. Find the DefaultUserName entry in the right pane and double click it.
5. In the Value data test box, type in your user name. Click OK.
6. Back in the right pane, locate the entry titled; DefaultPassword. Double click this entry and type in your password in the value data text box. Click OK.

Note: If the DefaultPassword entry does not exist. You will need to create this entry. Here's how:

a. Hold your mouse over the right pane and right click an empty area.
b. Click New>> String Value.
c. A new entry at the bottom of the right pane will now appear. Name it DefaultPassword. Press Enter.
d. Now, double click your new DefaultPassword entry and type in your password in the Value Data box.

7. Back in the right pane, locate the entry titled AutoAdminLogon. Double click this entry and change the value from 0 to 1. Click OK. The "1" entry turns the feature ON and the "0" turns the feature OFF.

Note: If the AutoAdminLogon entry does not exist, follow the instructions above and create this new string entry.

8. Exit the Windows Registry and restart your computer.

Encourage Windows XP to Power Off at Shutdown

Do you want your computer's power to turn off when you shut it down, so you won't have to manually push the power button? Here's how:

1. Click Start, then click the Run command.
2. Type REGEDIT in the Open text box and click OK.
3. Navigate to the following Registry key: HKEY CURRENT USER\Control Panel\Desktop
4. Find the PowerOffActive entry in the right pane of the Registry Editor and double click on it.
5. In the Edit String dialog box, replace the 0 in the Value data text box with a 1, then click OK.
6. Restart the computer.

This does not work all the time as it depends on the type of hardware (motherboard) you have in your computer, but it won't hurt anything, so give it a try.

To create a Standby mode desktop shortcut

1. Right-click an empty area of your desktop
2. Select New>>Shortcut. This will invoke the Create Shortcut Wizard
3. In the text box, copy and paste the following code: %windir%\System32\rundll32.exe powrprof.dll,SetSuspendState
4. Click Next, then rename your shortcut: Standby
5. Click Finish.

That's it!

Wednesday, May 12, 2010

DOS Tips and Tweaks 1

Expanding Full Path or File Name

NT 4.0 Only


Expand full path/file name with defined char using Command Prompt in Win NT 4.0
You can expand the full name of a file or directory using a character of your choice.

1. Close all Command Prompts
2. Start the Registry Editor
3. Open HKEY_CURRENT_USER\Software\Microsoft\Command Processor
4. If not present, add Key: CompletionChar
5. If you like to use TAB-Key for expand: set value (REG_SZ): "9"

You can test it:

1. Open up a DOS window
2. Type: CD (followed by TAB)
3. The first available directory will appear
4. Press TAB again, the next one will appear
5. The same can be done with the DIR command


Adding DOSKEY to your DOS Window


One way to have DOSKEY available when you open a DOS window would be to have it in the AUTOEXEC.BAT file.
This takes away conventional memory, even when you don't have a DOS window open.
To only use DOSKEY when you open a DOS window:

* Right click on your DOS shortcut
* Select Properties
* Click on the Program tab
* Add DOSKEY > NUL to the Batch File field
* You can also add /INSERT if you prefer


Showing DOS Error Codes


If you want to see what error codes are being generated by DOS programs,
start your DOS session with the addition of a /Z parameter to the COMMAND.COM program.

Changing Directories in DOS


Normally, you can move up one directory level by typing CD ..
The DOS with Windows95 allows you to continue moving up beyond the first directory by simply adding more periods
For example, to move up two levels, type CD ...


Entering Long Paths in a DOS Window

If you have to enter a long path and program name in a DOS window,

1. Open up the Explorer
2. Go to the folder you want
3. Drag it to the DOS window
4. The path will be inserted into the window

This can come is useful with the long path names and all the ~'s you would normally need to type.
If you need to change directories, type in the CD before you drag the directory.


Having DOS Programs Prompt for Input


When you normally create a shortcut for a DOS program, it does not prompt you for any input and just runs the program
To change that, simply add a ? after the program name in the CMD field.
For example:
C:\WINDOWS\COMMAND\EDIT.COM ?
will start the DOS editor and prompt you for a file name to edit.


Verbose Directory Listing

To see your free memory and other useful info in detail:

1. Open a DOS box
2. Go to the directory that you want to get specific info about, or if you just want to see memory info go to any directory (I use the root).
3. Type DIR /V
4. The /v argument stands for "verbose".
5. All sorts of good information comes up.



Easy way to open up DOS prompt in a specific directory


With the advent of long directory names, it can be difficult to open up a DOS box and CD to the directory you want
particularly if it is several layers of long names deep.
An easy way is to:

1. Open up Explorer and highlight the directory you want to be in
2. Select Run / Command from the Start Menu
3. Your DOS prompt will now be in the directory you highlighted in Explorer

DOS Tips and Tweaks 1

Expanding Full Path or File Name

NT 4.0 Only


Expand full path/file name with defined char using Command Prompt in Win NT 4.0
You can expand the full name of a file or directory using a character of your choice.

1. Close all Command Prompts
2. Start the Registry Editor
3. Open HKEY_CURRENT_USER\Software\Microsoft\Command Processor
4. If not present, add Key: CompletionChar
5. If you like to use TAB-Key for expand: set value (REG_SZ): "9"

You can test it:

1. Open up a DOS window
2. Type: CD (followed by TAB)
3. The first available directory will appear
4. Press TAB again, the next one will appear
5. The same can be done with the DIR command


Adding DOSKEY to your DOS Window


One way to have DOSKEY available when you open a DOS window would be to have it in the AUTOEXEC.BAT file.
This takes away conventional memory, even when you don't have a DOS window open.
To only use DOSKEY when you open a DOS window:

* Right click on your DOS shortcut
* Select Properties
* Click on the Program tab
* Add DOSKEY > NUL to the Batch File field
* You can also add /INSERT if you prefer


Showing DOS Error Codes


If you want to see what error codes are being generated by DOS programs,
start your DOS session with the addition of a /Z parameter to the COMMAND.COM program.

Changing Directories in DOS


Normally, you can move up one directory level by typing CD ..
The DOS with Windows95 allows you to continue moving up beyond the first directory by simply adding more periods
For example, to move up two levels, type CD ...


Entering Long Paths in a DOS Window

If you have to enter a long path and program name in a DOS window,

1. Open up the Explorer
2. Go to the folder you want
3. Drag it to the DOS window
4. The path will be inserted into the window

This can come is useful with the long path names and all the ~'s you would normally need to type.
If you need to change directories, type in the CD before you drag the directory.


Having DOS Programs Prompt for Input


When you normally create a shortcut for a DOS program, it does not prompt you for any input and just runs the program
To change that, simply add a ? after the program name in the CMD field.
For example:
C:\WINDOWS\COMMAND\EDIT.COM ?
will start the DOS editor and prompt you for a file name to edit.


Verbose Directory Listing

To see your free memory and other useful info in detail:

1. Open a DOS box
2. Go to the directory that you want to get specific info about, or if you just want to see memory info go to any directory (I use the root).
3. Type DIR /V
4. The /v argument stands for "verbose".
5. All sorts of good information comes up.



Easy way to open up DOS prompt in a specific directory


With the advent of long directory names, it can be difficult to open up a DOS box and CD to the directory you want
particularly if it is several layers of long names deep.
An easy way is to:

1. Open up Explorer and highlight the directory you want to be in
2. Select Run / Command from the Start Menu
3. Your DOS prompt will now be in the directory you highlighted in Explorer

Your Ad Here DOS Tips and Tweaks Wednesday, December 9, 2009 Posted by Team : Evilhackerz at 2:19 AM here are two additional switches that can be used

here are two additional switches that can be used when doing a DIR

1. /B - Shows only the long filename, no details
2. /Z - Shows the short filename, with details
3. /B /Z - Shows only short filename, with no details


DOS Command History


If you use DOSKEY in either your AUTOEXEC.BAT file or as part of the properties of your
you can show and recall the history of commands you enter and the DOS prompt.

* To recall previous commands, use the up arrow key.
* A complete list of previous commands can be shown if you press the F7 key
* To use one, press F9 and the number of the command you want to use
* To clear the cache, press Alt+F7


Changing a File's Date and Time Stamp


You can change the Date and Time stamp of a file to the current setting.
Type:
COPY filename /B + ,, /Y

Removing the Microsoft Copyright from a DOS Prompt

By default, when you open a DOS window, the Microsoft Copyright notice shows.
To disable it, add the /K switch in the Program tab
For example: C:\WINDOWS\COMMAND.COM /k

Setting the Number of Lines in a DOS Window

To set the number of lines displayed when you open up a DOS window:

1. Create a shortcut for the MS-DOS Prompt
2. Right click on it
3. Select Properties
4. Click on the Program tab
5. In the Batch file:, line enter mode con: lines=xx (where xx is the number of lines you want displayed)
6. Valid numbers for xx are 25 or 43

Submitted by John Karwoski

Starting DOS Fast
Want to start DOS fast outside of the START button? Drag it to your desktop.
Want to start it even FASTER without the mouse?

1. Change the shortcut properties of the DOS icon to something unique, like Ctrl-Alt-Z.
2. Then to start DOS from within Win95/98?/NT just enter C-A-Z and poof! it's there.
3. If you toggle away, and hit the shortcut sequence again, you'll get the "old" DOS box, not a new one.


Long Filenames in a DOS Box


More long filenames in DOS paths...
You don't need the close double quote when entering long folder names in DOS.

CD "\program files
works as well as
CD "\program files"

You can use long file names in a MS DOS Box.
All you have to do is pu the long file name in quotes.
Example: cd "program files"
Expanding Full Path or File Name

NT 4.0 Only


Expand full path/file name with defined char using Command Prompt in Win NT 4.0
You can expand the full name of a file or directory using a character of your choice.

1. Close all Command Prompts
2. Start the Registry Editor
3. Open HKEY_CURRENT_USER\Software\Microsoft\Command Processor
4. If not present, add Key: CompletionChar
5. If you like to use TAB-Key for expand: set value (REG_SZ): "9"

You can test it:

1. Open up a DOS window
2. Type: CD (followed by TAB)
3. The first available directory will appear
4. Press TAB again, the next one will appear
5. The same can be done with the DIR command

Your Ad Here DOS Tips and Tweaks Wednesday, December 9, 2009 Posted by Team : Evilhackerz at 2:19 AM here are two additional switches that can be used

here are two additional switches that can be used when doing a DIR

1. /B - Shows only the long filename, no details
2. /Z - Shows the short filename, with details
3. /B /Z - Shows only short filename, with no details


DOS Command History


If you use DOSKEY in either your AUTOEXEC.BAT file or as part of the properties of your
you can show and recall the history of commands you enter and the DOS prompt.

* To recall previous commands, use the up arrow key.
* A complete list of previous commands can be shown if you press the F7 key
* To use one, press F9 and the number of the command you want to use
* To clear the cache, press Alt+F7


Changing a File's Date and Time Stamp


You can change the Date and Time stamp of a file to the current setting.
Type:
COPY filename /B + ,, /Y

Removing the Microsoft Copyright from a DOS Prompt

By default, when you open a DOS window, the Microsoft Copyright notice shows.
To disable it, add the /K switch in the Program tab
For example: C:\WINDOWS\COMMAND.COM /k

Setting the Number of Lines in a DOS Window

To set the number of lines displayed when you open up a DOS window:

1. Create a shortcut for the MS-DOS Prompt
2. Right click on it
3. Select Properties
4. Click on the Program tab
5. In the Batch file:, line enter mode con: lines=xx (where xx is the number of lines you want displayed)
6. Valid numbers for xx are 25 or 43

Submitted by John Karwoski

Starting DOS Fast
Want to start DOS fast outside of the START button? Drag it to your desktop.
Want to start it even FASTER without the mouse?

1. Change the shortcut properties of the DOS icon to something unique, like Ctrl-Alt-Z.
2. Then to start DOS from within Win95/98?/NT just enter C-A-Z and poof! it's there.
3. If you toggle away, and hit the shortcut sequence again, you'll get the "old" DOS box, not a new one.


Long Filenames in a DOS Box


More long filenames in DOS paths...
You don't need the close double quote when entering long folder names in DOS.

CD "\program files
works as well as
CD "\program files"

You can use long file names in a MS DOS Box.
All you have to do is pu the long file name in quotes.
Example: cd "program files"
Expanding Full Path or File Name

NT 4.0 Only


Expand full path/file name with defined char using Command Prompt in Win NT 4.0
You can expand the full name of a file or directory using a character of your choice.

1. Close all Command Prompts
2. Start the Registry Editor
3. Open HKEY_CURRENT_USER\Software\Microsoft\Command Processor
4. If not present, add Key: CompletionChar
5. If you like to use TAB-Key for expand: set value (REG_SZ): "9"

You can test it:

1. Open up a DOS window
2. Type: CD (followed by TAB)
3. The first available directory will appear
4. Press TAB again, the next one will appear
5. The same can be done with the DIR command

Command Prompt Tricks Tips & Hacks

1. systeminfo


With this command, you can retrieve the following information:

Host Name
OS Name
OS Version
OS Manufacturer
OS Configuration
OS Build Type
Registered Owner etc


2. driverquery

Get Installed Driver Information

3. ipconfig /all

information about your network connection and IP address


4. subst W: C:\windows

Map A Drive Letter to a Folder

5. tasklist

List All Tasks Running On The Computer

6.taskkill /im programnames.exe /f

to Kill A Program

BROADBAND CABLE

This tweak is for broad band cable connections on stand alone machines with winXP professional version - might work on Home version also. It will probably work with networked machines as well but I haven't tried it in that configuration.

This is for winXP only, it does not work on win2000.

In the referenced post I mentioned removing the PSched registry entry. This way however is better and gives a noticeable connection speed increase. I use 3 Com cards so I don't know how it works on others at this point. I have others but I didn't test on them. It does not involve editing the registry. 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.

Install the speed tweaks from the above referenced post if you want. The change this tweak makes is noticible without them.

Before beginning:

A. 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

B. Continue as indicated below

steps:
1. from the winXP cd in the support directory from the support cab, extract the file netcap.exe and place it in a directory on your hard drive or even in the root of your C:\ drive.

2. next, open up a command prompt window and change directories to where you put netcap.exe. then type "netcap/?". It will list some commands that are available for netcap and a netmon driver will be installed. At the bottom you will see your adapters. You should see two of them if using a 3Com card. One will be for LAN and the other will be for WAN something or other.

3. Next type "netcap/Remove". This will remove the netmon driver.

4. Open up control panel / system / dev man and look at your network adapters. You should now see two of them and one will have a yellow ! on it. Right click on the one without the yellow ! and choose uninstall. YES! you are uninstalling your network adapter, continue with the uninstall. Do not restart yet.

5. Check your connection properties to make sure that no connection exists. If you get a wizard just cancel out of it.

6. Now re-start the machine.

7. After re-start go to your connection properties again and you should have a new connection called "Local area connection 2". 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.

8. Choose connection properties and uncheck the "QOS" box

9. re- start the machine

10 after restart enjoy the increased responsiveness of IE, faster page loading, and a connection speed boost.

Why it works:

It seems that winXP, in its zeal to make sure every base is covered installs two separate versions of the NIC card. One you do not normally see in any properties. Remember the "netcap/?" command above showing two different adapters? The LAN one is the one you see. The invisible one loads everything down and its like your running two separate cards together, sharing a connection among two cards. this method breaks this "bond" and allows the NIC to run un-hindered.

Change your CD Key

You don't need to re-install if you want to try the key out ... just do this:

1. Go to Activate Windows
2. Select the Telephone option
3. Click "Change Product Key"
4. Enter xxxxx-xxxxx-xxxxx-xxxxx-xxxxx ( your 25 character product key)
5. Click "Update"

Now log off and log back in again. It should now show 60 days left, minus the number of days it had already counted down.
Note: If your crack de-activated REGWIZC.DLL and LICDLL.DLL, you are going to have to re-register them.

Use your Windows Key

The Windows logo key, located in the bottom row of most computer keyboards is a little-used treasure. Don''t ignore it. It is the shortcut anchor for the following commands:

Windows: Display the Start menu
Windows + D: Minimize or restore all windows
Windows + E: Display Windows Explorer
Windows + F: Display Search for files
Windows + Ctrl + F: Display Search for computer
Windows + F1: Display Help and Support Center
Windows + R: Display Run dialog box
Windows + break: Display System Properties dialog box
Windows + shift + M: Undo minimize all windows
Windows + L: Lock the workstation
Windows + U: Open Utility Manager
Windows + Q: Quick switching of users (Powertoys only)
Windows + Q: Hold Windows Key, then tap Q to scroll thru the different users on your pc

Add a Map Drive Button to the Toolbar

Do you want to quickly map a drive, but can’t find the toolbar button? If you map drives often, use one of these options to add a Map Drive button to the folder toolbar.

Option One (Long Term Fix)

Click Start, click My Computer, right-click the toolbar, then unlock the toolbars, if necessary.

Right-click the toolbar again, and then click Customize.

Under Available toolbar buttons, locate Map Drive, and drag it into the position you want on the right under Current toolbar buttons.
Click Close, click OK, and then click OK again.

You now have drive mapping buttons on your toolbar, so you can map drives from any folder window. To unmap drives, follow the above procedure, selecting Disconnect under Available toolbar buttons. To quickly map a drive, try this option.

Option Two (Quick Fix)
Click Start, and right-click My Computer.
Click Map Network Drive.
If you place your My Computer icon directly on the desktop, you can make this move in only two clicks!

How to Enable Auto-Complete Feature In The Command Prompt

1. Log on as Administrator,
2. Click Start, and then click Run,
3. Type Regedit and OK,
4. Double click HKEY_LOCAL_MACHINE,
5. Double click SOFTWARE,
6. Double click Microsoft,
7. Double click Command Processor,
8. In the right pane of Regedit, double click the 'CompletionChar' DWORD value,
9. Type 9 click OK,
10. Close Regedit,
11. Click start/programs/accessories/command prompt,
12. Type 'cd d' and hit the Tab key: the first folder that matches the 'd' letter is displayed (you can switch from folders pushing several times the Tab key).

WinXP Clear Page file on shutdown

WINXPCPS.REG (WinXP Clear Page file on shutdown)

This Registration (.REG) file clears the Page file when you power off the computer.
Restart Windows for these changes to take effect!
ALWAYS BACKUP YOUR SYSTEM BEFORE MAKING ANY CHANGES!

Browse to: HKEY_LOCAL_MACHINE \ System \ CurrentControlSet \ Control \ Session Manager \ Memory Management

and add the DWORD variable "ClearPageFileAtShutdown"=dword:00000001

You can also do this without reg hacking.
Go to Control panel Administartative tools, local security policy. then goto local policies ---> security options.
Then change the option for "Shutdown: Clear Virtual Memory Pagefile"