GET PRODUCT KEY OF INSTALLED WINDOWS XP AND MS OFFICE.
CLICK THIS LINK BELOW:
SAMI
About Me
Blog Archive
-
▼
2009
(53)
-
►
February
(12)
- COMPUTER TROUBLESHOOTING 35
- COMPUTER TROUBLESHOOTING 34
- COMPUTER TROUBLESHOOTING 33
- COMPUTER TROUBLESHOOTING 32
- COMPUTER TROUBLESHOOTING 31
- COMPUTER TROUBLESHOOTING 30
- COMPUTER TROUBLESHOOTING 29
- COMPUTER TROUBLESHOOTING 28
- COMPUTER TROUBLESHOOTING 27
- COMPUTER TROUBLESHOOTING 26
- COMPUTER TROUBLESHOOTING 25
- COMPUTER TROUBLESHOOTING 24
-
►
January
(24)
- COMPUTER TROUBLESHOOTING 23
- COMPUTER TROUBLESHOOTING 22
- COMPUTER TROUBLESHOOTING 21
- COMPUTER TROUBLESHOOTING 20
- COMPUTER TROUBLESHOOTING 19
- COMPUTER TROUBLESHOOTING 18
- COMPUTER TROUBLESHOOTING 17
- COMPUTER TROUBLESHOOTING 16
- COMPUTER TROUBLESHOOTING 15
- COMPUTER TROUBLESHOOTING 14
- COMPUTER TROUBLESHOOTING 13
- COMPUTER TROUBLESHOOTING 12
- COMPUTER TROUBLESHOOTING 11
- COMPUTER TROUBLESHOOTING 10
- COMPUTER TROUBLESHOOTING 9
- COMPUTER TROUBLESHOOTING 8
- COMPUTER TROUBLESHOOTING 7
- COMPUTER TROUBLESHOOTING 6
- COMPUTER TROUBLESHOOTING 5
- COMPUTER TROUBLESHOOTING 4
- COMPUTER TROUBLESHOOTING 3
- COMPUTER TROUBLESHOOTING 2
- COMPUTER TROUBLESHOOTING 1
- বিসমিল্লাহীর রাহমানির রাহিম
-
►
February
(12)
Block any installed application from lunching on your computer
Today tip will help you to block any windows built-in applications or other third party programs from being executed on a target computer. If you want to restrict an application from running your family members and co-workers then AppLocker provides a simple solution to do so. However this tip is very useful for you, if you are sharing your computer with others or you do not want that other persons run all installed applications. This trick will work in nearly all of the windows versions like windows 2000, XP, 2003 and 2008.
AppLocker provides us a complete solution to block any programs from being executed on a target computer. You can download this tool for any windows version using AppLocker(http://www.computeronlinetips.com/Free-Dump/AppLockerV1102.zip) link. Download it and run the easy setup.
After installation, double click on AppLocker icon on your desktop to start the Application Locker software. Now this application will display the list of computer software programs like Microsoft Word, Excel, Internet Explorer and many others.
Here click on any application checkbox and then click on Save button to block any software. For example, if you want to block Internet Explorer then select the checkbox of internet explorer and now after saving the change click on Internet Explorer to start it
Now here you can add other application other than the default lock application list, you can lock other programs by clicking the “Configure” button to open the configuration window. Type the caption you want displayed on the ‘Lock application list’. Then, type the programs executable file name and click the ‘Add’ button to add new applications.
Disable the right click functionality on the desktop
Today tip is very useful particularly for home users who want to protect their system default settings against unwanted changes that other users can make. For example changes in system desktop appearance, themes, and screen saver as well as other display settings. Using registry editor, you can disable the right click functionality on desktop to access the "Display Properties" dialog box and this will also prevent users to access windows explorer.
Follow the given steps to disable the right click functionality on desktop:
To use this feature, you will need to be logged into your computer with administrative rights.
Click Start button and type regedit in Run option then press Enter for next
Here locate the location to:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
Here in right side panel, right click to create a new DWORD value with the name NoViewContextMenu (it is case sensitive), then assign number 1 in value data box.
Now close the registry editor and restart your computer after any changes to go into effect.
But next time, if you want to enable right click functionality on desktop then simply change the value of data box or delete the NoViewContextMenu DWORD item.
Turn Off the Dr. Watson Debugger
Dr. Watson is a program error debugger that detects and diagnoses program errors in Windows and creates log files that contain the diagnostic data.
To turn off the Dr Watson debugger, apply the following Windows registry change:
Always be sure to backup your registry before making any changes !
To edit the registry go to Start, then Run and type in regedit and click Ok. To backup your registry go to File then Export and choose a location and name for your registry backup.
Hive: HKEY_LOCAL_MACHINE
Key: SOFTWARE\Microsoft\Windows NT\CurrentVersion\AeDebug
Name: Auto
Type: REG_DWORD
Use a Value of 0 to disable
Use a Value of 1 to enable
To re-enable Dr Watson, you can also type drwtsn -i from a command prompt
Helpful DOS Commands
Sometimes when troubleshooting your computer you will need to use command line based utilities to find information or run programs that you can’t do within Windows. In this section we will go over some of the more helpful DOS based commands that you can use to solve your computer problems.
To get to a command prompt go to Start, Run and type cmd (command for Windows 98) and click Ok.
Some of these commands use switches which are different options that will make the command do different things. Switches are usually used by typing a / and then the switch after the command. For example: Command /switch. You can also type Command /? for help on that particular command such as the available switches and how to use them.
* Chkdsk - Creates and displays a status report for a hard drive based on the file system and also lists and corrects errors on the disk.
/f : Fixes errors on the disk.
/r : Locates bad sectors and recovers readable information.
* Copy - Copies one or more files from one location to another
* Del - Deletes specified files.
/p : Prompts you for confirmation before deleting the specified file.
*
Dir - Displays a list of a directory's files and subdirectories.
/p : Displays one screen of the listing at a time.
*
Exit – Exits the command prompt utility.
*
Gpupdate - Refreshes local and Active Directory-based Group Policy settings, including security settings.
*
Hostname - Displays the host name portion of the full computer name of the computer.
*
Ipconfig - Displays all current TCP/IP network configuration values and refreshes Dynamic Host Configuration Protocol (DHCP) and Domain Name System (DNS) settings.
/all : Displays the full TCP/IP configuration for all adapters.
/renew : Renews DHCP configuration for all adapters.
/release : Sends a DHCPRELEASE message to the DHCP server to release the current DHCP configuration and discard the IP address configuration.
* Mkdir - Creates a directory or subdirectory.
* Mmc - Opens Microsoft Management Console (MMC).
* Move - Moves one or more files from one directory to the specified directory.
* Nbtstat - Displays NetBIOS over TCP/IP (NetBT) protocol statistics, NetBIOS name tables for both the local computer and remote computers, and the NetBIOS name cache.
-A IPAddress : Displays the NetBIOS name table of a remote computer, specified by the IP address.
-n : Displays the NetBIOS name table of the local computer.
-RR : Releases and then refreshes NetBIOS names for the local computer that is registered with WINS servers.
* Netstat - Displays active TCP connections.
* Ping - Verifies IP-level connectivity to another TCP/IP computer by sending Internet Control Message Protocol (ICMP) Echo Request messages.
* Print - Sends a text file to a printer.
* Rename - Changes the name of a file or a set of files.
* Shutdown - Allows you to shut down or restart a local or remote computer. Used without parameters, shutdown will logoff the current user.
-l : Logs off the current user.
-s : Shuts down the local computer.
-r : Reboots after shutdown.
-a : Aborts shutdown.
-f : Forces running applications to close.
-m [\\ComputerName] : Specifies the computer that you want to shut down.
-t xx : Sets the timer for system shutdown in xx seconds. The default is 20 seconds.
*
Sfc - Scans and verifies the versions of all protected system files after you restart your computer.
/scannow : Scans all protected system files immediately.
/scanonce : Scans all protected system files once.
/scanboot : Scans all protected system files every time the computer is restarted.
/revert : Returns the scan to its default operation.
*
Time - Displays or sets the system time.
*
Ver - Displays the Windows XP version number.
*
Xcopy - Copies files and directories, including subdirectories.
Changing your computer’s boot order
There may come a time when you need to boot from a floppy for troubleshooting purposes or boot from a CD to install a new operating system.
To do this you can change the boot order in your computer’s BIOS (basic input/output system). The BIOS is built in software that determines what the computer is setup to do without using information from the hard drive or operating system.
To get to your BIOS settings, start your computer and look for what it says you need to do to enter setup. You may have to press the delete or F2 key. Not all systems are the same.
Once you get into the BIOS there will most likely be a section named Boot. From there you can change which drive the system looks at first to boot from.
Funny Computer Trick
Check out these funny trick.
Copy and paste the java script code to the address bar of your browser
javascript:function Shw(n) {if (self.moveBy) {for (i = 35; i > 0; i--) {for (j = n; j > 0; j--) {self.moveBy(1,i);self.moveBy(i,0);self.moveBy(0,-i);self.moveBy(-i,0); } } }} Shw(6)
2: Press enter and watch your window's "shaking it". You can change the value of i if you wish :-)
Increase the speed of your slow internet connection
Today broadband internet connection is available in all the major cities, but in some area people are still using slow dial-up internet connection. So don’t worry, you can enjoy your dial-up internet connection faster than its normal speed using internet accelerator. The Web Accelerator application designed to provide the full acceleration for your routine web sites browsing. With the help of Web Accelerator you can browse your internet 4 to 6 times faster than normal dial-up connection. Basically this services compressing the website text data, images and heavy graphics to open or download this data with high speed.
This technique is more useful for static websites and for email applications but don't accelerate with secure and downloading audio or video files. Some good web accelerator retains your system cache to reuse websites with faster speed and can also block windows pop-up. If you are using FTP sites and downloading any program using dial-up, then web accelerator is not for you. There are various web accelerator software are free available on internet, visit and download it to enjoy your connection.
General Tips about Windows XP
Windows XP General Tips | Microsoft Windows XP Professional and Home Edition Few general tips about Microsoft Windows XP.
There are two types of Windows used by single users. First one is Microsoft Windows XP Professional and 2nd is Microsoft Windows XP Home Edition.
If you are confused that which windows you are using. I'll tell you the procedure.
Click on "Start Menu"
Click on "Run Command"
Type "winver" (without quotes) and press Enter
You can see Windows Full Name covered with red oval.
Windows XP Professional Edition provides more functionality over network while Windows XP Home Edition is designed only for home users who are not using networking.
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
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
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.
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.
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
Uninstall the windows XP using command prompt
Today tip will help you uninstall the upgraded version of windows XP using the command prompt options. If you have upgraded your operating system from the previous versions of windows 98 Second Edition, or Windows Millennium Edition (Me) and now you wants to revert to the operating system that was previously installed on your computer. Windows XP can be removed by uninstalling from a Command Prompt option in Safe mode because XP includes the Uninstall Windows XP option.
Follow the given steps to revert to the operating system that was previously installed on your computer:
To manage windows XP, first you should log onto your computer with administrative rights
First boot your system in Safe mode by pressing F8 button at the same time before the windows logo appears.
First click on Start button and type cmd in Run option then press Ok button to display the Command Prompt.
At the command prompt type cd/ command and press enter.
Now again type the command cd\windows\system32 and press enter button. After execution of this command, system will change the previous directory mode.
Now type the command at command prompt osuninst.exe to start the process.
Now on the computer screen, follow the instructions on the screen to begin uninstalling Windows XP from your computer to restore the previous operating system
Turn Your Num Lock On Forever
You can set your Num Lock to stay on by default when you logon your system.
There are two different techniques to set Num Lock stay on by default.
If you can use Registry Editor correctly then Click on start button and type Regedt32.exe in Run command. Here Navigate to HKEY_USERS\.Default\Control Panel\Keyboard and change the value for InitialKeyboardIndicators from 0 to 2.
You can do same by configuring the script to change the NUM LOCK state. Click Start button and then open Notepad. Copy the giving code and paste in Notepad.
set WshShell = CreateObject("WScript.Shell")
WshShell.SendKeys "{NUMLOCK}"
Now save this file with name "num.vbs" must including the quotes. At the end copy this file to user startup folder. The path for this folder is Documents and Settings\All Users\Start Menu\Programs\Startup.
Now restart the computer. Num Lock should come on and stay on.
Close All Windows Programs quickly
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.
Preview Windows before Switching using Alt+Tab keys
Today tips will really impress you to provide the detail preview of application window icons using the Microsoft PowerToy. Sometimes you are confused about all that files which you have opened different time and you want to preview all windows before switching to them.
Here I will tell you how you can preview windows applications before switching to them.
First press the Alt+ Tab keys to preview the icons of running windows applications. When you have done this step then window will display a box which contain all that programs and windows you have opened. You have to hold down the Alt keys to switch them. You keep tabbing when you are doing this until you have highlighted one of them.
You are flying blind when you are using Alt+Tab keys. You can’t see a window before switching to it. This will create problem for you when you have opened many windows in a program and you don’t know about that file which you will be switching to.
Here I have solution for this problem. Here is an Alt+ Tab Replacement tweak which is named as Microsoft PowerToy. Jest visit the following link to download it from http://www.microsoft.com/windowsxp/Downloads/powertoys/Xppowertoys.mspx
After you have downloaded this tweak then first run the setup to install it. After installing, when you will use the Alt+ Tab keys you will get a preview of that window which you are going to switching.
Adding your favorite image to a folder
Dear friends here I have a very useful and interesting tip for you. Sometimes you have to face some problem to distinguish the folders because in standard configuration of window explorer each folder seems closely the similar to others.
If you want to explore your folder in windows explorer's thumbnail view and make these folders are prominent then it is easier to distinguish using text name, for example you're download audio files or digital photos. But if you want to add image to a folder to distinguish with others then you should choose that folder which you want to decorate.
First open Window Explorer and right click on the folder to display the folder menu. Now choose Properties option from the menu, here a new dialog windows will appear with title "Program Properties".
Select Customize tab and click on "Choose Picture" button to add favorite image./p>
The image which you want to use navigates to that image and then clicks "Open" to view a sample of the picture inside the folder icon. Click on Ok button, if you are satisfied from that image .If you are not satisfied then choose another image.
Now at the end, go to View menu to display the folder in Explorer's thumbnail with image.
Speed up your internet by 20%
Microsoft reserves 20% of your available bandwidth for their own purposes like Windows Updates and interrogating your PC etc
You can get it back:
Click Start then Run and type "gpedit.msc" without quotes.This opens the group policy editor. Then go to:
Local Computer Policy
then Computer Configuration
then Administrative Templates then Network then QOS Packet Scheduler and then to Limit Reservable Bandwidth.
Double click on Limit Reservable bandwidth. It will say it is not configured, but the truth is under the 'Explain' tab i.e."By default, the Packet Scheduler limits the system to 20 percent of the bandwidth of a connection, but you can use this setting to override the default."
So the trick is to ENABLE reservable bandwidth, then set it to ZERO. This will allow the system to reserve nothing, rather than the default 20%.It works on Win 2000 as well.
Disable the Send an error report to Microsoft
In Windows XP and Windows server 2003, when any computer application crashes, you may receive a message “send error report to Microsoft”. This windows feature may be useful if you are using windows registered version or you have installed Microsoft recommended software’s on your computer, otherwise a simple error message disturbing you, nothing else. This error message close the document; you were working on when the application crashed. You can disable or enable this feature in windows XP.
To disable the Error reporting feature, follow the giving steps:
First Right click on My Computer and select Properties option then go to advanced tab.
Here at bottom click on the button name “Error Reporting”.
Select the item name "Disable error reporting". But it is good think to leave a tick in the check box "But notify me when critical errors occur". Click "OK" to exit the "Error Reporting" window and then click "OK" again to exit System Properties.
Get Your Computer Details
Want to figure out all your computer specs? Stuff like CPU speed, RAM, Hard Drive space, screen resolution, etc? It's actually not as easy as it should be. Maybe I'm missing something, but as far as I can tell, you have to go to separate areas in Windows to figure this it out.
RAM & Windows Version -
Right-click My Computer and select Properties . The screen that pops up will give you info on what version of Windows you're running and how much RAM is currently installed in the machine.
Hard Drive Space -
Open My Computer , right-click the C: drive, and select Properties from the resulting menu. You'll get a handy little Pie chart that gives you used and available HD space.
Screen Resolution -
Right-click the Windows Desktop and select Properties . Hit the Settings tab on the resulting screen. You'll see your resolution and color depth listed there.
CPU Speed -
Windows XP will actually give you this if you right-click My Computer, Properties . However, older versions of Windows won't give you the slightest hint as to the CPU speed.
So, what can you do?
First place to look is towards the top of the screen when the computer first starts up. Some machines will display the type of processor and speed. If you have some sort of splash screen come up when you first turn on the computer, try hitting the Escape key. Sometimes that will remove the splash screen and let you see the "real" screen behind it.
If that doesn't work, you may need to find a third party software utility to check CPU speed.
Clear all windows history files with a single click
this tip will help you to manage the all types of user history in windows operating system. This is a built-in feature of all windows keeps track the user's history, for example the websites you have visited, the documents you have opened and the keywords or files for which you've searched. However this tip is very useful for you, if you are sharing your computer with others or you do not want that the other persons know about your last visited documents history. You can clear these kinds of user's history with a single click on desktop icon named Cleanmru.reg. There is no need to clear each history file one by one. This trick will work in nearly all of the windows versions like windows 2000, XP and 2003.
Follow the given steps for configuration to clear recently opened documents automatically:
To edit the computer registry, first you should log onto your computer with administrative rights.
Here copy the following 6 lines and paste in notepad then save with the name Cleanmru.reg on your desktop.
REGEDIT4
[-HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\TypedURLs]
[-HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\RunMRU]
[-HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\RecentDocs]
[-HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\ComDlg32\
LastVisitedMRU]
[-HKEY_CURRENT_USER\Software\Microsoft\Search Assistant\ACMru]
CD-ROM Cleaning Tips
If your CD drive creating problem to read CD disc, taking time to read and showing message there is no disc in the drive. These are the symptoms of dirty or weak CD-drive lens, because dirty lens can create errors in reading or writing and soon will not work at all.
Follow the given steps to care and clean a CD-Drive.
First make sure your discs are clean, unscratched and you?€™re loaded it properly.
Always use laser lens cleaner to clean drive lens.
Insert the laser lens cleaner disc and play it for 2 to 3 min.
Using CD drive cleaner properly clean the CD-ROM laser from dust. If your drive still creating problem then open it and clean the lens with a cotton swab.
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.
To add a picture system properties
If you want to put your own picture into the system properties box this is what to do:
Create or edit a picture and resize it to 180 (wide) pixels and 120 (high)
It is a good idea to have a similar background as the properties box sometimes Windows chooses one for you. On one of my photos it put a black background and I could not see my picture.
Save your file as oemlogo.bmp and save it in the System32 folder.
This is a picture I quickly resized, added text, and saved as oemlogo.bmp
TO ADD INFORMATION AT SYSTEM PROPERTIES:
Open notepad.
Copy this information into it:
[General]
Manufacturer=MANJUR ELAHI SAMI
Model=SAMIRATS
SupportURL=http://WWW.SAMIRATSBD.BLOGSPOT.COM
[Support Information]
Line1=SAMIRATS
Line2=THE ULTIMATE SEDATE HOSTER
Line3=http://WWW.SAMIRATSBD.BLOGSPOT.COM
Line4=MANJUR ELAHI SAMI.
Line5=SAMIRATS.BLOG@GMAIL.COM
Now after all those = signs you can write whatever you like. For example you can put the correct model and manufacturer of your computer.
Then save it as oeminfo.ini You have to write the file name in yourself.
I usually save it to the desktop so I can find it and edit it more.
Now all you have to do is copy and paste that file into your system32 folder which is located in C:\WINDOWS\system32
Now open your Systems Properties box and it will be change.
Create a desktop shortcut Of Windows registry editor (regedit)
If you are like me and always accessing the window registry to edit it , then you really need this shortcut on the desktop.
The usual way to get into the registry editor is to go to the start menu, open the run dialog box, then type in regedit, and finally press enter. Why would you do all that when you can simply click on a icon on your desktop or even have the registry editor icon in the quick launch toolbar.
Here's how to create a desktop shortcut to open the registry editor:
Go to the blank desktop and right click for a menu to appear.
Choose New from the menu.
Then choose shortcut.
Now we need to type an item location or browse for one.
Type regedit and then press nest.
Now type a name that you want to call the shortcut. For example regedit.
Then press finish and your shortcut to the registry editor will be on the desktop.
Restrict user's to access shutdown button
This tip is very interesting for home and some small office users, who wants to restrict user's ability to shutdown their computer. You can hide the Shutdown button from the Start menu using registry editor and also restrict access to shutdown, if a user clicks on Ctrl+Alt+Del.
Follow the given steps to hide system shutdown button from start menu:
To use this feature, you will need to be logged into your computer with
administrative rights.
Click Start button and type regedit in Run option then press Enter for next.
Here locate the location to:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion \Policies\Explorer
Here in right side panel, right click to create a new DWORD value with name NoClose.
Now assign number 1 to its value data box.
Now close the registry editor and restart your computer after any changes to go into effect.
But next time, if you want to unhide the shutdown button then simply change the value data box to 0 or delete this DWORD item.
Again close the registry editor and restart your computer after any changes to go into effect.
SELF EXCUTIVE FLIE
If you are confused that which windows you are using. I'll tell you the procedure.
Click on "Start Menu"
Click on "Run Command"
Type "winver" (without quotes) and press Enter
You can see Windows Full Name covered with red oval.
Windows XP Professional Edition provides more functionality over network while Windows XP Home Edition is designed only for home users who are not using networking.
Making Self Extractable Compressed File
Microsoft Windows XP has built-in utility to make self extractable compressed file. Its name is "IExpress". This utility is a useful utility for transfer multiple files from one computer to another computer. Advantage is that destination computer doesn't need any software for un-compression. This utility creates self extractable ".exe" file
SPECIAL FOLDERS
If you are logged in Windows XP then your login has some special folders according to logged-in user like every logged-in user has own settings in a special folder. Every logged-in user has own desktop folder. Every logged-in user has own "My document" folder.
I am going to explain method to get those special folders. Type the following commands in "Run command".
Get home drive of Windows type the following command in "Run command"
%HOMEDRIVE%
Open Windows folder. It will open folder where Windows is installed.
%WinDir%
Get and open Common Program Files folder.
%CommonProgramFiles%
Get and open Application data folder of current user.
%AppData%
Get and open folder which has all user profiles.
%ALLUSERSPROFILE%
Get and open home path of logged-in user.
%HomePath%
Get and open Program Files folders (Program Files folder has all installed program of Windows).
%ProgramFiles%
Open System drive. Normally it is C: but it can be different in some circumstances.
%SystemDrive%
Open System root folder.
%SystemRoot%
Open temporary files folder.
%Temp%
or
%Tmp%
Open current user's profile folder.
%UserProfile%
Open Desktop folder.
%UserProfile%Desktop
Note: These commands are not case sensitive. You can use these commands in any case like you can use %SystemRoot% or %SYSTEMROOT% or %SyStEmRoOt%. Every case will work on Windows.
7 EASY STEPS TO SPEED UP SLOW PC
When your computer was new it ran smoothly at top speed. The actual speed of course depends on the speed of your computer chip,amount of memory and various other things which relate directly to the components of your machine. A computer with a Celeron chip or equivalent will run slower than one with the latest dual core processor. If you want a really fast computer you will have to spend a bit more money for the right components.
This being said there are many other factors which influence the speed at which your computer surfs and runs programs.
(1.) If your computer boots slowly it is likely due to a large number of programs in your start menu. You should take a look at what is in there and remove programs which you do not often use at startup. You don’t have to delete them from the computer. Just take them out of the start menu and you can easily access them when you need them.
(2.) If you have seldom or never used programs on your hard drive get rid of them. Uninstall them completely,don’t just delete them. This can free up quite a bit of hard drive space which will help the computer to run faster.
(3.) If you have not defragmented you hard drive for some time do it now. This alone often results in noticeably better performance.
(4.) Remove temporary files and cookies. These items will greatly slow down your machine. Do this regularly and you will see a difference in performance of your computer.
(5.) Permanently delete all deleted emails and older sent and received emails you do not need. If you have not done this in a long time it will surprise you how much disk space you can free up.
(6.) If you have insufficient memory in your machine you should upgrade by adding some more. A minimum of 1 gigabyte of ram is needed to handle a lot of programs.
(7.) If your registry is overloaded this is the most likely cause of slow running and freezing. Your computer registry is a database used by all windows operated computers to run the computer and programs. Over time it becomes choked with many fragments of programs and other data. The operating system must find it’s way through all this unwanted registry material to locate the data it uses to run the machine. This causes slow running,freezing and even crashing. All windows operated computers suffer from this problem. Only one thing can be done to correct it and that is to clean the registry of all the useless entries.
If you have sufficient computer knowledge you may be able to clean the registry manually yourself. However make one error and you may disable the computer by removing an essential entry. You may then have to reinstall the operating system. This obviously is to be avoided as you will lose all the material you have in the computer.
There is a much safer and better way to clean the registry and that is to use a registry cleaner application. Several companies offer these registry repair utilities for download on the internet. Most of them will offer you a free scan of your registry to first of all find out if you do in fact have a registry problem. You can study the report you are provided with and decide what you want to do. You can choose to remove the unwanted material from the registry yourself or pay the very reasonable fee to have it done quickly and safely for you.
We would definitely recommend using the registry cleaner application to do the work safely and properly. Once you download the program it remains on your hard drive and you can use it regularly to clean and keep your registry in top shape. If you choose to do nothing your registry will become more bloated as time goes by and the computer will become ever slower and more balky.
We purchased and tested several of the popular registry cleaner programs available on the internet. In order to make the test meaningful we ran each program on the same computer to see how they performed in locating errors. We did not run the repair untill all the utilities had been tested. We found a good,better and best amongst these programs and found that one of them was clealy superior to the others.
Would you like to know which registry cleaner we found to do the best job? Would you like to know a lot more about how to speed up a slow computer? Just check out our website. You will be offered a free scan to fix registry problems: REGISTRY REPAIR
System Password Protection
You should always lock your computer when you leave it. A password will protect your computer from others. There are three or four methods to lock your computer manually, but you can lock your computer automatically using screen saver option. You can turn on automatically lock dialog box after specified time.
Follow the giving steps to set screen saver to lock computer automatically:
First right click on your computer desktop then select the properties option.
In the Display Properties click on Screen saver tab.
Now select any screen saver file then in Wait field set any suitable time to turn on screen saver.
At the end check the Password Protected option and press OK. Now after specified time, when your screen saver will turn on, your computer will be automatically locked.
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.
Download the youtube videos on hard disk
Using this tip, you can easily download the youtube.com movies and save on your computer hard disk. Actually all videos are saved on youtube in flash video format, so you can simply play these videos on the website and can't save directly to your computer. But there are many tools are available in the market to download these videos on the hard disk, but here you can do this using a website. You can convert also the downloaded videos from youtube into any common video format, for example, windows media video file (wmv), windows video file (avi) and movie file (mpeg).
Follow the given steps to download videos from youtube on your computer:
First open www.youtube.com then plays any your favorite video.
For example, you search a video and the URL of that youtube video is
http://www.youtube.com/watch?v=pVkUG6XLItc
The ID if this search is pVkUG6XLItc after equal sign.
Now open a website http://youtube.navi-gate.org, now copy and paste above video ID in the search box, and press button ID search.
The result may be displayed in any different language, but don't worry, just click on download button and save this video on your computer hard disk. Now use any video converter to convert it in any other common format.
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.
Change the Registered User Information Windows 2000/2003/XP/Vista
Run the (REGEDIT.EXE).Open HKEY_LOCAL_MACHINE\ SOFTWARE\ Microsoft\ Windows NT\ CurrentVersion.To change the values of the RegisteredOrganization, RegisteredOwner, or ProductId, simply double-click on them.
REMOVE DELETE CONFIRMATION BOX
Although not strictly a performance tweak I love this fix as it makes my machine 'feel' faster. I hate the annoying 'are you sure?' messages that XP displays, especially if I have to use a laptop touchpad to close them. To remove these messages:
1. Right-click on the 'Recycle Bin' on the desktop and then click 'Properties'
2. Clear the 'Display Delete Confirmation Dialog' check box and click 'Ok'
If you do accidently delete a file don't worry as all is not lost. Just go to your Recycle Bin and 'Restore' the file.
SPEED UP COMPUTER
You may have noticed that everytime you open my computer to browse folders that there is a slight delay. This is because Windows XP automatically searches for network files and printers everytime you open Windows Explorer. To fix this and to increase browsing significantly:
1. Open My Computer
2. Click on Tools menu
3. Click on Folder Options
4. Click on the View tab.
5. Uncheck the Automatically search for network folders and printers check box
6. Click Apply
7. Click Ok
8. Reboot your computer
OPTIMIZED DISPLAY
Windows XP can look sexy but displaying all the visual items can waste system resources. To optimize:
1.Go to Start
2. Click Settings
3. Click Control Panel
4. Click System
5. Click Advanced tab
6. In the Performance tab click Settings
7. Leave only the following ticked:
- Show shadows under menus
- Show shadows under mouse pointer
- Show translucent selection rectangle
- Use drop shadows for icons labels on the desktop
- Use visual styles on windows and buttons
How to create One-Click Restart icon on your desktop? Today tip will help you to enjoy the quicker restart of your computer with a single click on desktop Restart icon. You can set the time when your computer will start the restart process. A single click on Restart icon will close the all running applications and start the restart properly after predefined time. This tip is very useful to save power and time as well. After the execution of this command, a small window will appear to start count time of system restart. To create a new shortcut, right click on any empty area of your desktop and go to New then Shortcut. SHUTDOWN -r -t 30 Here t 30 means time in second, for example if you want your computer will restart automatically after half minute then the command will be shutdown -r -t 30. But if you want your computer will restart without any countdown then type command as shutdown -r -t 00.
Follow the given steps to create the shutdown icon:
Now a small windows dialog box will appear with the title “Create Windows”. In the “Create Shortcut” window, type the following command.
click Next button to type the name of this shortcut and press Finish to close it.
this command starts a 30-second countdown for restart, which permits you to abort it (with a shutdown -a command).
At the end, when you click on restart icon, a windows dialog box will appear with the information” This system is shutting down. Please save all work in progress and log off. Any unsaved changes will be lost. This shutdown was initiated by administrator”.
Change the name of Recycle Bin
You can change the name of Recycle Bin of your system if you wish. It is very easy and interesting but it require some changes in windows registry,
First click on Start button > click on Run option.
Type here regedit.exe and press enter then you will find there regedit editor.
In regedit editor you will open HKEY_CLASSES_ROOT folder, In this folder open the CLSID folder then open the {645FF040-5081-101B-9F08-00AA002F954E} folder >ShellFolder folder at last.
Here simply change the data value from "40 01 00 20" to "70 01 00 20".
change the default location of program installation
You might want to change the location of your system default folder (C:\Program Files) from C drive toanother system drives (D or E drive). By default software setup will attempt to install program in C:\Program Files directory. It is good practice to make the backup of the installed programs, if you installed all your programs in other than C drive. If you have little knowledge about editing windows registry then you can configure your computer for this purpose.
Follow the given steps to configure windows registry:
Now modify the value to any other drive (for example D:\Program Files). First click on Start button then type Regedit in Run option. Here locate the location to: Go to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion Here in right side panel, double click on ProgramFileDir and here its default value is C:\Program Files. Now close the registry editor and restart your computer after any changes to go into effect.
Backup of your computer installed drivers
You can easily create the backup of your computer installed drivers (just the particular or all drivers) and use it to troubleshoot any driver problems. This backup will be very useful when you will format your computer window due to any reason. There is no need to search the drivers from internet or drivers CD, just import the driver backup and within five minute, you will complete the driver installation process. You can move this backup from one computer to other computer for installation.
To complete the all process, we will use a simple tool called DriverMax. Using this tool, we can easily export the backup of any specific or all drivers and then import it for reinstallation later or elsewhere. You can free download (with free registration code) this tool for windows XP and Vista also. Download it and run the easy setup.
After Installation launch DriverMax, the first screen you will get with title "DriverMax - Version" and options "Export drivers, Import drivers and Installed drivers report". Just click on "Export Driver" option to start backup process.
Now after welcome screen, system will take few seconds to create the list of all installed drivers and then show you all installed drivers list.
Here you can select any specific device driver or click on "Select all" button to create the backup of entire installed drivers.
Press the Next button and in next screen you can select the export type (simple backup or in zip format) and then choose the backup location (always choose drive other than C drive).
Again press the Next and system will take some time (depend upon the size of your drivers) to finish exporting the selected drivers.
Click the "Open extraction folder button" to view the backup files or press Close button to finish it.
Now you can use this backup files (using import option) to restore drivers backup or move to any other computer. Copy the Following link to download it.
RUN COMPUTER BY RUN COMMAND
PLEASE OPEN RUN WINDOW AND WRITE THE FOLLOWING ONE CODE AND THEACTION WILL PERFORM WHICH WRITTEN BY THE SIDE OF CODES
Fontview---------–Graphical font view
Fsmgmt.msc-------—Used to open shared folders
Firewall.cpl—-----Used to configure windows firewall
Ftp---------------ftp.exe program
Hostname---------–Returns Computer’s name
Hdwwiz.cpl-------—Used to run Add Hardware wizard
Ipconfig---------–Displays IP configuration for all network adapters
Logoff-----------—Used to logoff the computer
MMC--------------–Microsoft Management Console
Msconfig---------–Configuration to edit startup files
Mstsc------------—Used to access remote desktop
Mrc---------------Malicious Software Removal Tool
Msinfo32---------–Microsoft System Information Utility
Nbtstat----------–Displays stats and current connections using NetBIOS over TCP/IP
Netstat----------–Displays all active network connections
Nslookup---------–Returns your local DNS server
Osk —Used to access on screen keyboard
SPEED UP BROWSING
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters]
"CacheHashTableBucketSize"=dword:00000001
"CacheHashTableSize"=dword:00000180
"MaxCacheEntryTtlLimit"=dword:0000fa00
"MaxSOACacheEntryTtlLimit"=dword:0000012d
Make a new text file and rename it to dnscache.reg. Then copy and paste the above into it and save it. Merge it into the registry.
How to create One-Click Hibernation icon on your desktop?
Today tip will help you to start the quicker hibernation process with a single click on desktop icon. This is the easiest way to start the hibernation process in windows XP. A simple click on hibernation icon, close the all running applications and will start hibernation process properly. This tip is very useful to save energy and time as well. If any case this desktop shortcut does not work, then you should need to configure your computer to enable hibernation. Go on the Start button and select "Settings". Click on "Control Panel" then double-click on the "Power Options" icon. Click on the "Hibernate" tab and make sure the "Enable Hibernate" checkbox is checked.
Follow the given steps to create the shutdown icon:
To create a new shortcut, right click on any empty area of your desktop and go to New then Shortcut.
Now a small windows dialog box will appear with the title "Create Windows". In the "Create Shortcut" window, type the following command.
rundll32.exe PowrProf.dll, SetSuspendState
Click Next button to type the name of this shortcut and press Finish to close it. Now click on Hibernate icon to verify the process.
How to backup of your computer installed drivers?
You can easily create the backup of your computer installed drivers (just the particular or all drivers) and use it to troubleshoot any driver problems. This backup will be very useful when you will format your computer window due to any reason. There is no need to search the drivers from internet or drivers CD, just import the driver backup and within five minute, you will complete the driver installation process. You can move this backup from one computer to other computer for installation.
To complete the all process, we will use a simple tool called DriverMax. Using this tool, we can easily export the backup of any specific or all drivers and then import it for reinstallation later or elsewhere. You can free download (with free registration code) this tool for windows XP and Vista also. Download it and run the easy setup.
After Installation launch DriverMax, the first screen you will get with title "DriverMax - Version" and options "Export drivers, Import drivers and Installed drivers report". Just click on "Export Driver" option to start backup process.
Now after welcome screen, system will take few seconds to create the list of all installed drivers and then show you all installed drivers list.
Here you can select any specific device driver or click on "Select all" button to create the backup of entire installed drivers.
Press the Next button and in next screen you can select the export type (simple backup or in zip format) and then choose the backup location (always choose drive other than C drive).
Again press the Next and system will take some time (depend upon the size of your drivers) to finish exporting the selected drivers.
Click the "Open extraction folder button" to view the backup files or press Close button to finish it.
Now you can use this backup files (using import option) to restore drivers backup or move to any other computer. Copy the Following link to download it.
RUN COMPUTER BY RUN COMMAND
PLEASE OPEN RUN WINDOW AND WRITE THE FOLLOWING ONE CODE AND THEACTION WILL PERFORM WHICH WRITTEN BY THE SIDE OF CODES
Calc-----------–Calculator
Cfgwiz32-------–ISDN Configuration Wizard
Charmap---------character Map
Chkdisk--------–Repair damaged files
Cleanmgr-------–Cleans up hard drives
Clipbrd---------Windows Clipboard viewer
Control---------Displays Control Panel
Cmd------------–Opens a new Command Window
Control mouse--–Used to control mouse properties
Dcomcnfg-------–DCOM user security
Debug----------–Assembly language programming tool
Defrag---------–Defragmentation tool
Drwatson-------–Records programs crash & snapshots
Dxdiag---------–DirectX Diagnostic Utility
Explorer-------–Windows Explorer
How to enable the Hibernation feature in windows XP?
In windows environment, the hibernation is a built-in feature used to increases your work performance and also minimizes the windows startup time.
For example, if you have to keep open a lot of files and windows applications then you can leave you system in hibernate mode without closing the open programs. When you restart computer after hibernation, all the running files and applications will be restore as you have left them. Windows store the all hibernated information in the Hiberfil.sys file using system root folder.
The size of this file is roughly equal to the RAM of your system.
Follow the given steps to activate the hibernation in windows XP:
To use this feature, you will need to be logged into your computer with administrative rights.
First click on Start button> Control Panel, click on Performance and Maintenance then click on Power Options.
A new "Power Options Properties" dialog box will appear, select Hibernate tab and then select the "Enable hibernation"
How to disable auto-start applications on windows startup?
Using this tip, you can minimize the startup time of windows XP and Vista also. You can disable some optional windows applications like windows messenger, Yahoo messenger, QuickTime and many others auto startup programs that run automatically when you start your computer.
Follow the given steps to disable the windows auto run applications:
To use this feature, you will need to be logged into your computer with administrative rights.
Click Start button and type msconfig in Run option then press Enter for next.
A small System Configuration Utility dialog box will appear with many options like General, System.ini Win.ini, Boot.ini, Services, Startup and Tools.
How to restore the windows XP to a previous working state?
Today tip is very useful to recover the windows XP problems and then restore it in previous working state. You can recover the windows critical components and return your computer to earlier state without loss of personal data using windows XP built-in system restore feature. With new programs being installed, viruses infecting and spyware creates problem in your browsers it is not unusual for your computer to suddenly stop behaving correctly. So you can perform the windows recovery process and return your computer to earlier state within a minute.
Follow the given steps to run System Restore wizard:
To use this feature, you will need to be logged into your computer with administrative rights.
First click on Start button> All programs> Accessories> System Tools then click on System Restore.
Now a "Welcome to System Restore" wizard will start, first read the detail instruction on left side of the page.
WELCOME IN SAMI"S WORLD
MY HOBBY COMPUTER TROUBLESHOOTING
HERE I WILL GIVE SOME COMPUTER TROUBLESHOOTING
MY PHONE NUMBER IS +8801723866083
MY EMAIL ID IS SAMIRATS.BLOG@GMAIL.COM