Subscribe to our RSS Feeds

COMPUTER TROUBLSOOTING 43

0 Comments »
Hidden User Account
For my next trick I will make a user account disappear, yet remain a full functioning account. Today's Security Tip is another way to lock down your system, and it does this by hiding specified user accounts. This feature is only available in XP and 2000, so unfortunately the rest of you are out of luck. This process does involve an easy registry edit, but if you're uncomfortable with that you might want to think twice about attempting this.
Normally when you log into XP, you see the startup screen where you see all the icons for the users who can access. What this tip does is allow you to hide a desired account from this screen. If you want to log on as this user you have to press Cntrl+Alt+Del twice at the Welcome screen to make a Windows Security dialog box appear. Here you can type in the user name and password of the hidden account and log in. Limited Users shouldn't be able to see any sign of you except for the listing in the Documents and Settings folder. Other administrative users will be able to see your hidden account in Control Panel/User Accounts, so keep this in mind when you're planning this out.
All right, now down to the good stuff. If having a hidden account sounds like your cup of tea, and you have no problem with small Registry augmentation, then let's go:

* First we need to open up the Registry Editor. Go to Start/Run and type "regedit" and click OK

* You should be looking at the Registry editor, and what we need to do now is navigate to H-KEY\Software\Microsoft\Windows NT\CurrentVersion\Winlogon\SpecialAccounts\Userlist . You will not see this folder if you do not have "show hidden system files" turned on.

* Once here we need to create another DWORD value. This is easier than it sounds, right click on the User list label file on the left side of the screen and select New>DWORD . You'll see the new entry in the right pane of the window, rename this value the name of the user account you want hidden (exactly how it is listed in the Startup screen, case sensitive) and leave the value at 0.

* Close your Registry Editor and restart the PC. When the Welcome screen comes up you'll notice that there's no icon for the user you just concealed. So how do you log in? This is where you press Cntrl+Alt+Del 2x's and the Windows Security Dialog box will come asking you to authenticate (name/password) after this the system should log you in.

Here's one more thing you might want to keep in mind, Windows logon screen. This is the screen where you see the available users you can choose to log in as. You can turn this option on/off in the User Accounts ( Start/Control Panel/User Accounts then "Change the way Users log in or off" and "Use Windows Welcome Screen" and you need to turn it off if you plan on using a hidden account and there are no other accounts on the system. The reason why is that the Windows doesn't have any user accounts to display in the Welcome screen, so it will continuously reboot. Now if you do run into this or any problems simply enter Safe mode at the next boot, this will allow you to go to the User Accounts Window and fix any problems. If you find that you can't log in at all with your hidden account go back and look at the registry value you created. Make sure you're spelling the user name is correct and that it's in the right location in the registry
10:45 PM

COMPUTER TROUBLSOOTING 42

0 Comments »
Control all open windows using windows shortcut keys
A cool tip to minimize and maximize all your active windows programs. You can do all using your mouse, but if you want to do this with keyboard then simply press Windows key+M to minimize all active programs and later maximize it using Windows key+Shift+M.
If you want to minimize the all active windows programs one by one then use the shortcut by pressing Alt+Space+N keys and sequentially maximize the active windows programs using shortcut Alt+Space+X keys
10:43 PM

COMPUTER TROUBLSOOTING 41

0 Comments »
Here are the steps to perform a clean boot in Windows XP

Make sure you are logged on as an administrator or a member of the Administrators group.

1. Click Start, click Run, type msconfig, and click Ok.

2. On the General tab, click Selective Startup, and then clear the Process System.ini File, Process Win.ini File, and Load Startup Items check boxes. You won’t be able to clear the Use Original Boot.ini check box.

3. On the Services tab, select the Hide All Microsoft Services check box, and then click Disable All.

4. Click OK, and then click Restart to restart your computer.

5. After Windows starts, check to see if you still have the same problem or error.

Run msconfig again and check the General tab to make sure that the check boxes that you cleared are still cleared. Continue to step 6 if none of the check boxes are selected. If the Load System Services check box is the only disabled check box, your computer is not clean booted. If additional check boxes are disabled and the issue is not resolved, you may require help from the manufacturer of the program that places a check mark back in Msconfig.

If none of the check boxes are selected, and the issue is not resolved, you may have to repeat steps 1 through 5, but you may also have to clear the Load System Services check box on the General tab. This temporarily disables Microsoft services and permanently deletes all system restore points. Do not do this if you want to retain your restore points for System Restore or if you must use a Microsoft service to test the issue.

6. Click Start, click Run, type msconfig and then click Ok.

7. On the General tab, select the Process System.ini File check box, click Ok, and then click Restart to reboot your computer. If the issue continues, the issue is with an entry in your System.ini file. If the issue does not continue, repeat this step for the Process Win.ini File, Load Startup Items, and Load System Services check boxes until the issue occurs. After the issue occurs, the last item that you selected is the item where the issue is occurring.

Note Microsoft strongly recommends that you do not use System Configuration Utility to modify the Boot.ini file on your computer. Doing so may make your computer unusable.
10:42 PM

COMPUTER TROUBLSOOTING 40

0 Comments »
Set automatically saving document option in word?

Microsoft Word also has an important feature of saving your work automatically into the current document. By default, Word automatically saves your current document after every ten minutes. But you can set this time according to your document importance. To change this time, follow these steps:
Choose Options command from Tools menu.
Select the Save tab in the dialog box. Click the Save Auto Recover info every check box and enter the time in minutes.
Click the OK button of dialog box.
8:46 PM

COMPUTER TROUBLSOOTING 39

0 Comments »
LOCK YOUR PRIVATE FOLDER
Suppose you want to lock the folder movies in d: which has the path D:\movies.In the same drive create a text file and type
ren movies movies.{21EC2020-3AEA-1069-A2DD-08002B30309D}
Now save this text file as loc.bat

Create another text file and type in it
ren movies.{21EC2020-3AEA-1069-A2DD-08002B30309D} movies
Now save this text file as key.bat
Now you can see 2 batch files loc and key. Press loc and the folder games will change to control panel and you cannot view its contents. Press key and you will get back your original folder.
try it out
8:43 PM