Monday, March 29, 2010

Windows Xp / Vista / 7 auto login

  1. Click Start, click Run, type regedit, and then click OK.Locate the following registry key:
  2. HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon
  3. Using your account name and password, double-click the DefaultUserName entry, type your user name, and then click OK.
  4. Double-click the DefaultPassword entry, type your password under the value data box, and then click OK.

    If there is no DefaultPassword value, create the value. To do this, follow these steps:
    1. In Registry Editor, click Edit, click New, and then click String Value.
    2. Type DefaultPassword as the value name, and then press ENTER.
    3. Double-click the newly created key, and then type your password in the Value Data box.
    If no DefaultPassword string is specified, Windows XP automatically changes the value of the AutoAdminLogon registry key from 1 (true) to 0 (false) to turn off the AutoAdminLogon feature.
  5. Double-click the AutoAdminLogon entry, type 1 in the Value Data box, and then clickOK.

    If there is no AutoAdminLogon entry, create the entry. To do this, follow these steps:
    1. In Registry Editor, click Edit, click New, and then click String Value.
    2. Type AutoAdminLogon as the value name, and then press ENTER.
    3. Double-click the newly created key, and then type 1 in the Value Data box.
  6. Quit Registry Editor.
  7. Click Start, click Restart, and then click OK.
After your computer restarts and Windows XP starts, you can log on automatically.

If you want to bypass the automatic logon to log on as a different user, hold down the SHIFT key after you log off or after Windows XP restarts. Note that this procedure applies only to the first logon. To enforce this setting for future logoffs, the administrator must set the following registry key:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon

Value:ForceAutoLogon
Type: REG_SZ
Data: 1
You can also use turn on automatic logon without editing the registry in Microsoft Windows XP Home Edition and in Microsoft Windows XP Professional on a computer that is not joined to a domain. To do this, follow these steps:
  1. Click Start, and then click Run.
  2. In the Open box, type control userpasswords2, and then click OK.

    Note When users try to display help information in the User Accounts window in Windows XP Home Edition, the help information is not displayed. Additionally, users receive the following error message:
    Cannot find the Drive:\Windows\System32\users.hlp Help file. Check to see that the file exists on your hard disk drive. If it does not exist, you must reinstall it.
  3. Clear the "Users must enter a user name and password to use this computer" check box, and then click Apply.
  4. In the Automatically Log On window, type the password in the Password box, and then retype the password in the Confirm Password box.
  5. Click OK to close the Automatically Log On window, and then click OK to close theUser Accounts window.

Wednesday, March 24, 2010

How To Speed Up Your Windows XP By Disabling File Indexing


File indexing is a Windows service that like many others, is totally useless – unless you do a lot of searching on your computer. As most users don’t, it’s a good idea to disable it to speed up actions like opening and closing files and folders on your Windows XP.

To disable the Indexing Service:

Go to “My Computer” and right click on your hard drive. At the bottom of the window that opens, you should see a check box titled “Allow Indexing Service to index the disk for fast file searching.” Uncheck it.

Press OK and you’re done! Your computer should be a little faster after a restart.

Sunday, March 14, 2010

How to set up a direct Wi-Fi connection in Windows XP?

1. Go to Control Panel and open Network Connections folder. If you have installed your Wi-Fi adapter correctly, you will find a Wireless Network Connection icon on the right pane under LAN or High-Speed Internet.



2. Locate the Wireless Network Connection icon on the right pane. Right-click on it and click Properties to open Wireless Network Connection properties window.
3. On the Wireless Networks tab of the Wireless Network Connection properties window, click Add under Preferred networks. The Wireless Networks tab only appears if your wireless network adapter supports Windows XP's Wireless Zero Configuration (WZC) service and you have enabled it according to your adapter manufacturer directions or if it is possible simply uninstall the utility (software) that comes with your adapter but do not remove the driver.


4. On the Association tab, type the name of your ad-hoc wireless network in Network name (SSID).

Tuesday, March 9, 2010

How to make fake error messages (easy)



before you you start i want you to know that this is completely harmless and just for fun

1.Open notepad
2.Copy this
x = MsgBox("text here", ,"title here")
3.Paste in notepad and save as for example "test.vbs"
4.Pow you have an error message,you can customize it as you want


You can see this video if you got lost or if you didn't understand the instructions above :)

copy this URL in your browser http://www.youtube.com/watch?v=mmiplY4VuTg

Sunday, March 7, 2010

The Simplest Way To Schedule Your Computer To Shutdown


Ever wanted to schedule your computer to shutdown at specific time? Windows has a secret trick that allows you to do just that :)

1) Go to Start -> Run. Type in 'shutdown -s -t 120' and press Enter.

2) Your computer will shut down in 120 seconds. Change 120 to any number (in seconds) you like :)

Important: If at any time you wish to cancel the operation, type in the command 'shutdown -a'.

PS: You could also use 'at 22:13 shutdown -s' to specify the time to shutdown. Just change 22:13 to any time that you want (must be in 24 hours format)



End Notes:

-s and -t used above are command switches, which is explained in the list below:
-s Shutdown the computer
-t Set a given time for shutdown, in seconds
-r Restart the computer
-l Log off the user
-a Cancels a system shutdown already in progress
-f Forces running applications to close without warning
-i Display a GUI. It must be the first switch

You may use any of these switches to your liking. Normally I'll also add -f to the command so that it will ensure that the computer will shutdown. (but make sure you don't have any unsaved work!)
source
www.thesimplest.net

The Simplest Way To Send Free SMS Worldwide



Using cloud computing technology, this website allows everyone to send Free SMS worldwide! No Registration required.
1) Go to http://for-ever.us/
2) Type in the recipient's number (international format - country code followed by mobile number), your message, verification code and click Send!



3) Your recipient will receive the SMS almost instantly.

The recipient will not know who sent the SMS so it might be a good idea to state who you are in your message :)

Tips To Keep Your System Faster

Follow these tips and you will definitely have a much faster and more reliable PC!



1. Wallpapers: They slow your whole system down, so if you're willing to compromise, have a basic plain one instead!



2. Drivers: Update your hardware drivers as frequently as possible. New drivers tend to increase system speed especially in the case of graphics cards, their drivers are updated by the manufacturer very frequently!



3. Minimizing: If you want to use several programs at the same time then minimize those you are not using. This helps reduce the overload on RAM.



4. Boot Faster: The 'starting Windows 98/XP' message on startup can delay your booting for a couple of seconds. To get rid of this message go to c:\ and find the file Msdos.sys. Remove the Read-Only option. Next, open it in Notepad or any other text editor. Finally, go to the text 'Options' within the file and make the following changes: Add BootDelay=0. To make your booting even faster, set add Logo=0 to remove the Windows logo at startup.



5. Restart only Windows: When restarting your PC, hold down Shift to only restart Windows rather than the whole system which will only take a fraction of the time.

Saturday, March 6, 2010

On Screen Keyboard

On screen keyboard is one of the coolest windows features that displays a virtual keyboard on the computer screen that allows people with mobility impairments to type data by using a pointing device or joystick..
To use it go to start-> run and type osk

Use Keyboard As Mouse

When mouse isn’t working properly , this trick can be very helpful. To activate mouse keys all you do is press Alt+Left shift key + NumLock and click OK or press enter .

Use the Numerical pad for controlling the mouse pointer.
5 is for click.
+ is for double click
- for right click.

Thursday, March 4, 2010

A Faster Way To Shut Down And Log Off Your Windows XP



If you’re experiencing slow shutdowns and log offs on your Windows XP, this trick will help you.

Instead of accessing the shutdown menu via Start->Turn Off Computer, open the Task Manager by pressing Ctrl+Alt+Delete.

Press “Shut Down” at the top of the Task Manager and choose what you want your Windows XP to do:

* Stand By
* Hibernate
* Turn Off
* Restart
* Log off
* Switch User

The task will be performed in a matter of seconds.

Tuesday, March 2, 2010

How to Remove Windows XP's Messenger

Theoretically, you can get rid of it (as well as a few other things). Windows 2000 power users should already be familiar with this tweak.

Fire up the Windows Explorer and navigate your way to the %SYSTEMROOT% \ INF folder. What the heck is that thingy with the percentage signs? It's a variable. For most people, %SYSTEMROOT% is C:\Windows. For others, it may be E:\WinXP. Get it? Okay, on with the hack! In the INF folder, open sysoc.inf (but not before making a BACKUP copy first). Before your eyes glaze over, look for the line containing "msmsgs" in it. Near the end of that particular line, you'll notice that the word "hide" is not so hidden. Go ahead and delete "hide" (so that the flanking commas are left sitting next to one another). Save the file and close it. Now, open the Add and Remove Programs applet in the Control Panel. Click the Add / Remove Windows Components icon. You should see "Windows Messenger" in that list. Remove the checkmark from its box, and you should be set. NOTE: there are other hidden system components in that sysoc.inf file, too. Remove "hide" and the subsequent programs at your own risk.

keyboard shortcuts that are available in Windows XP

General keyboard shortcuts
CTRL+C (Copy)
CTRL+X (Cut)
CTRL+V (Paste)
CTRL+Z (Undo)
DELETE (Delete)
SHIFT+DELETE (Delete the selected item permanently without placing the item in the Recycle Bin)
CTRL while dragging an item (Copy the selected item)
CTRL+SHIFT while dragging an item (Create a shortcut to the selected item)
F2 key (Rename the selected item)
CTRL+RIGHT ARROW (Move the insertion point to the beginning of the next word)
CTRL+LEFT ARROW (Move the insertion point to the beginning of the previous word)
CTRL+DOWN ARROW (Move the insertion point to the beginning of the next paragraph)
CTRL+UP ARROW (Move the insertion point to the beginning of the previous paragraph)
CTRL+SHIFT with any of the arrow keys (Highlight a block of text)
SHIFT with any of the arrow keys (Select more than one item in a window or on the desktop, or select text in a document)
CTRL+A (Select all)
F3 key (Search for a file or a folder)
ALT+ENTER (View the properties for the selected item)
ALT+F4 (Close the active item, or quit the active program)
ALT+ENTER (Display the properties of the selected object)
ALT+SPACEBAR (Open the shortcut menu for the active window)
CTRL+F4 (Close the active document in programs that enable you to have multiple documents open simultaneously)
ALT+TAB (Switch between the open items)
ALT+ESC (Cycle through items in the order that they had been opened)
F6 key (Cycle through the screen elements in a window or on the desktop)
F4 key (Display the Address bar list in My Computer or Windows Explorer)
SHIFT+F10 (Display the shortcut menu for the selected item)
ALT+SPACEBAR (Display the System menu for the active window)
CTRL+ESC (Display the Start menu)
ALT+Underlined letter in a menu name (Display the corresponding menu)
Underlined letter in a command name on an open menu (Perform the corresponding command)
F10 key (Activate the menu bar in the active program)
RIGHT ARROW (Open the next menu to the right, or open a submenu)
LEFT ARROW (Open the next menu to the left, or close a submenu)
F5 key (Update the active window)
BACKSPACE (View the folder one level up in My Computer or Windows Explorer)
ESC (Cancel the current task)
SHIFT when you insert a CD-ROM into the CD-ROM drive (Prevent the CD-ROM from automatically playing)
CTRL+SHIFT+ESC (Open Task Manager)





Microsoft natural keyboard shortcuts
Windows Logo (Display or hide the Start menu)
Windows Logo+BREAK (Display the System Properties dialog box)
Windows Logo+D (Display the desktop)
Windows Logo+M (Minimize all of the windows)
Windows Logo+SHIFT+M (Restore the minimized windows)
Windows Logo+E (Open My Computer)
Windows Logo+F (Search for a file or a folder)
CTRL+Windows Logo+F (Search for computers)
Windows Logo+F1 (Display Windows Help)
Windows Logo+ L (Lock the keyboard)
Windows Logo+R (Open the Run dialog box)
Windows Logo+U (Open Utility Manager)