Showing posts with label WINDOWS XP. Show all posts
Showing posts with label WINDOWS XP. Show all posts

Wednesday, January 28, 2015

How to Speed Up Start Menu in Windows


How to Speed Up Start Menu in Windows 

Open Run Commend & Type Regedit

HKEY_CURRENT_USER \ Control Panel \ Desktop \ MenuShowDelay
By default, the value is 400. Change this to a smaller value, such as 0, to speed it up.

If this doesn't work for some reason, then you might try the following: Navigate to Display Properties then Appearance then Effects and turn off the option titled Show menu shadow. You will get much better overall performance.





How to Remove Shared Documents Folders From My Computer in Windows


How to Remove Shared Documents Folders From My Computer in Windows 

Simply fire up the Registry Editor and navigate to the following key (To open the Registry Editor simply type 'regedit' on Run window): 

HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ Explorer \ My Computer \ NameSpace \ DelegateFolders

You'll see a sub-key named {59031a47-3f72-44a7-89c5-5595fe6b30ee}. If you delete this, all of the Shared Documents folders (which are normally under the group called "Other Files Stored on This Computer") will be gone.

You do not need to reboot your system to see the change. 

How to Speed Up Display Menu

How to Speed Up Display Menu 



1. Click Start. Right-click My Computer, and then click Properties


2. Click the Advanced tab. In the Performance area, click Settings


3. On the Visual Effects tab in the Performance Options dialog box, clear the Fade or slide menus into view check box


4. Click OK.


5. In the System Properties dialog box, click OK.Now when you click a menu, it will appear almost instantly.

How to Customize IE' TITLE BAR




How to Customize IE' TITLE BAR  

Here are the simple steps:-

  • Click Start > Run > Type gpedit.msc
  • -Click User Configuration > Windows Setting > Internet Explorer Maintenance > Browser User Interface
  • -Double click on Browser Title Click on Customize Title Bars.
  • -Change the text to what whatever you want Click on Ok

How to add your name in system property




How to add your photo & name in system property 

Here it's Simple Steps:-

  • Open Notepad.
  • Type the following: [General]Manufacturer="Mirage"Model=AMD Sempron 4.7GHZ [Support Information]Line1= Your Ph NoLine2= Your Address.....
  • Save as "oeminfo.ini" in the System32 folder.(Without Quote)
  • Create a bmp file(Your Photo) and save it the System32 folder as "oemlogo.bmp"(Without Quote).
  • Now Check your My Computer Properties.


NEED HELP ASK ME

Sunday, January 18, 2015

How to Get Free Space in Windows Using WFP

How to Get Free Space in Windows Using WFP

1. First thing is to use windows built-in "Disk Cleanup" application. You can right-click on a drive in My Computer and select "Properties" now click on "Disk Cleanup" button. Now select all given options, like "Downloaded Program Files", "Temporary Internet Files", "Compress old files", etc. Sometimes you can get more than 1GB FREE space after using Disk Cleanup.
Alternatively you can run "Disk Cleanup" directly from RUN dialog box by giving "cleanmgr.exe" command.

2.Now open Windows Search and copy paste following code in Search box and perform a search:
*.tmp;*.log;*log.txt;*readme.txt;file_id.diz;*.bak;*.old;*.syd;*.prv;*.grp;*.gid;*.fts;*.cnt;*.~mp
You should check all files before deleting. You'll get 100's of files after searching, simply select all and press and delete them.
PS: Please check the files before deletion! It'll delete all Readme files, Backup files, Log files, etc. So deselect the files first, which you don't want to delete.

3.You can also disable WFP (Windows File Protection) service in Windows XP using WFPSwitcher. This service runs in background and checks for system files status, and whenever it finds a system file has been changed/modified, it replaces the file with the original file stored in "DLLcache" folder. So we can disable this service and can get lots of FREE space.

After disabling the service, open "%windir%\System32\DLLCache" folder (it'll be HIDDEN & System Folder, so copy paste the path in address bar and press ). Now you can safely delete all files present in this folder. It'll make aprrox. 1GB FREE space.

4.Open "System Properties" by right-click on "My Computer" icon on Desktop and select "Properties", now go to "System Restore" tab and select "Turn Off System Restore on all drives" option and apply it. Don’t use this trick if you use System Restore.

5.You can also delete several BMP files present in %windir% (Windows) folder, which are used as wallpapers in Desktop Properties. You can also delete all files in %windir%\Web\Wallpaper folder, all files in this folder are also used as wallpapers.

6.You can also empty TEMP (just type "TEMP" and "%TEMP%" one by one in RUN dialog box), Prefetch (in %windir% folder) folders to get free space.

7. Disable Hibernation from "Power Settings" (powercfg.cpl), if you don't use this feature.

8.Empty Temporary Internet files of your web browser to get some free space.

9. You can also delete all video files present in %windir%\system32\oobe\images folder, these files are used when windows runs for the first time after installation.

10. You can also delete all updates Uninstall Folders, which can be found in %windir% folder and all these folders' names will start from $NtUninstall (or something like that. Also all folders would be HIDDEN). But keep in mind that after deleting these folders you'll not be able to uninstall any windows update!
You can apply all above mention methods to get lots of FREE space without any problem.
You can also use 3rd party Utilities, like Tuneup Utility, System Mechanic, etc to FREE some space but these utilities also use most of the above mentioned techniques.

How to Set Image Under Folder


How to Set Image In Folder 
Step 1:-

Open up notepad, the native text editor in Windows. Type in the exact line below:


[{BE098140-A513-11D0-A3A4-00C04FD706EC}]

Note: The above line contains only zeroes and not the alphabet O.

Specify the picture to use: Now, in the next line we will specify the picture that we want to use as the background for the folder. We will do this by typing the following line:

iconarea_image=C:\My Pictures\picture.bmp


Let me elaborate the above-mentioned process. The image to be used as the folder background is specified through iconarea_image. So you can type in the exact path to any image of your liking after the “=” sign as shown above.

Specify the icon label color: Additionally you can also specify the color of the icon labels. This color will be used to display the icon labels in that specific folder. This one is a bit tricky but very easy if you get the idea. The icon label color is specified through iconarea_text. The value for the color is specified in a 24 bit 0x00bbggrr format (b,g and r stand for blue,green and red respectively) which specifies how much blue, green and red to mix. The values will range from 0 in decimal or 00 in hexadecimal to 255 in decimal or FF in hexadecimal…sounds complicated but is very simple.

Lets say that I want the icon labels green in color. So in this case, I will not mix any blue or red but just green. So the value will be 00x0000FF00. Note the values of blue and red are 0 (since we are not using any of those colors) and the value of green is 255, which, when converted to hexadecimal is FF. Now specify the value of the color as shown below:

iconarea_text=0x0000FF00

To convert a decimal number into hexadecimal, open up Calculator (Start>>All programs>>Accessories>>Calculator) and set the view to scientific (view>>scientific). Enter the decimal number and then select the 'Hex' radio button. The number will be converted to hexadecimal

 
At the end, your Notepad window should look something like this (may differ according to your selection of image file and color):

 
Step 2: -

Now we will save the contents in a file called desktop.ini in the folder that we are customizing (in this case the folder is C:\myfolder). From the File>Save option save the file as desktop.ini and put the file name in double quotes as shown in the picture below to maintain the .ini extension

 
Step 3: - 

Now we will have to give the folder system attribute. This can be done very easily through the command prompt. Open up the command prompt through Start>All programs>Accessories>command prompt. Type the following and press enter (remember we are using myfolder as an example, so the path name may vary accordingly for you) :


Attrib +s “C:\myfolder”

Additionally you can hide the desktop.ini file.

The command prompt window should look something like this :

That’s it, done !! The folder will now display the picture of your choice in the background and also display the icon labels in your specified color. My customized folder turned out to be something like this (I have turned off the common tasks pane for you to get a better view) :


How to Add Your Name in Right Click Panel

How to Add Your Name in Right Click Panel 

Add an Image in Desktop/Explorer Context Menu in Windows XP

1. First download following ZIP file and extract the DLL file from it:


1. Download context_menu_image.zip
 Click here to Download
context_menu_image.zip

2. Now register the DLL file by giving following command:

regsvr32 < DLL_File_Location >

i.e., if you saved the DLL file in D:\Image.dll, then give following command:

regsvr32 d:\Image.dll

3. That's it. You'll get the image in context menu.

4. To remove the image simply un-register the DLL file by giving following command:

regsvr32 < DLL_File_Location > /u

NOTE: If you want to change the image, edit the file using Resource Hacker and change the image in the file. You can add any BMP file (max size 96x96).

PS: I got this DLL file in some magazine CD, if anyone knows the person behind this DLL file, please let me know and I'll provide proper credits to him.

Monday, January 12, 2015

How Recover Reset Windows XP/Windows 2000/WindowsNT/ Windows 2003 Admin Password


How Recover Reset Windows XP/Windows 2000/WindowsNT/ Windows 2003 Admin Password


A. Boot using Windows XP Setup CD and follow the instruction like Accepting EULA, etc.

B. When it asks to repair your existing Windows installation, accept it and press "R" to run the repair.

C. Setup will start repairing your Windows and will start copying files, etc.

D. After a few minutes setup will restart your system and when it restarts don't press any key when it shows "Press any key to continue..." otherwise Setup will start from the beginning. Don't press any key and setup will resume where it left.

E. Now it'll start doing other tasks and will show a small progressbar with a few details in left side.

F. Look carefully at the details and when it shows "Installing devices", press keys in your keyboard.

G. It'll open a Command Prompt window. Now type nusrmgr.cpl and press .

H. It'll open the same "User Accounts" window which you see in Control Panel.

I. Now you can remove or reset any account password without any problem.


how to Disable Enable Start up, Shutdown, Logon, Log off


Disable Enable Start up, Shutdown, Logon, Log off Status Message in Windows XP 

1. Open regedit and goto:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\ Policies\System

2.  In right-side pane create/modify DWORD value VerboseStatus and set its value to:

  • 0 - To Disable Verbose Status Message
  • 1 - To Enable Verbose Status Message



3. Exit Registry Editor and restart your system to see the changes.

How to Start Menu Recent Item List Empty


How to Start Menu Recent Item List Empty 


1. Type regedit in RUN dialog box and press Enter. It’ll open Registry Editor.

2. Now go to following keys one by one:

  • HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
  • HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
  • HKEY_USERS\.default\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
  • In right-side pane, look for a DWORD value "ClearRecentDocsOnExit". Its value would be set to 1. Either set its value to 0 or completely delete it.



3. That's it. Now restart or log off your system and your problem will be solved.



PS: You can also use this tutorial to intentionally delete recently opened documents list upon log off for security reasons. Simply create the DWORD value "ClearRecentDocsOnExit" in any of the above mentioned registry locations and set its value to 1

How to Enable Task Manager



How to Enable Task Manager when System Administrator Block 

1. Type regedit in RUN dialog box or Start menu Search box and press Enter. It'll open Registry Editor. If Registry editor is also disabled, then follow instructions given in following tutorial:

2. Now go to following keys one by one:

  • HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System
  • HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\System
  • HKEY_USERS\.default\Software\Microsoft\Windows\CurrentVersion\Policies\System
  • and look for a DWORD value "DisableTaskMgr" in right-side pane. If you find it, delete it.



3. That's it. Now Task Manager will be enabled.

Desktop Wallpaper Setting

How to set Changing Desktop Wallpaper for all Systems 



1. Type regedit in RUN dialog box or Start menu Search box and press Enter. It'll open registry Editor.

2.  HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies

3. Under "Policies" key, create a new key "System". It might already exist in some systems.

4. Now select "System" key and in right-side pane, create a new STRING value Wallpaper and set its value to the exact path of your desired wallpaper. You can use .JPG and .BMP files in this method.

e.g. if your wallpaper exists in "E:\Wallpapers\Wall1.JPG", then set the same path as value of "Wallpaper".

5.You can also set the wallpaper style e.g. Centered, Tiled or Stretched. Create a new STRING value WallpaperStyle and set its value to as following:
  • 0(Centered)
  • 1(Tiled)
  • 2(Stretched)

6. That's it. Now restart or log off your system and no one will be able to change the wallpaper.


caps lock force


CAPS LOCK, NUM LOCK, SCROLL LOCK

Its a very common problem among Windows users. Whenever Windows starts, it automatically turns "CapsLock", "NumLock" or "ScrollLock" keys On at login screen even if you turned the keys off before the login or boot screen.
If you want to permanently change their behavior, then you can use following steps to do so:

1. Type regedit in RUN dialog box and press Enter. It'll open Registry Editor.

2. Now go to following key:

To change the behavior for currently logged in user:
HKEY_CURRENT_USER\Control Panel\Keyboard

To change the behavior for all users:
HKEY_USERS\.DEFAULT\Control Panel\Keyboard


3. Now in right-side pane, change value of "InitialKeyboardIndicators" string value to any of following:

0 - Turn all indicators Off (NumLock, CapsLock, ScrollLock)
1 - Turn CapsLock On
2 - Turn NumLock On
3 - Turn CapsLock and NumLock On
4 - Turn ScrollLock On
5 - Turn CapsLock and ScrollLock On
6 - Turn NumLock and ScrollLock On
7 - Turn all indicators On (NumLock, CapsLock, ScrollLock)


  1. That's it. Exit registry editor and restart your system to take effect.

restore opened new tab internet explorer

Restore opened new tab Internet Explorer 


This page also contains a checkbox "Don't show this page again" and if you select it while clicking on "Close" button, IE7 will no longer show this page. Instead it'll show a blank page whenever you open a new tab.
Surprisingly, there is no option given to re-enable it anywhere in IE settings. Today in this tutorial, we'll tell you how to restore this page:

1. Type regedit in RUN dialog box and press Enter. It'll open Registry Editor.

2. Now goto following key:
HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\TabbedBrowsing

3. In right-side pane, you'll see a DWORD value "ShowTabsWelcome".
Either change its value to 1 or delete it.


4. That's it. Now IE7 will start showing "You've opened a new tab" page again.

Saturday, January 10, 2015

RESTORE POINT CREATION WHEN ADMIN DISABLE

SYSTEM RESTORE POINT CREATION WHEN CONFIGURATION DISABLED BY SYSTEM ADMIN


THERE ARE TWO WAY TO DO THIS BOTH THE METHODS ARE GIVEN BELOW

METHOD ONE:-

1. Type gpedit.msc in RUN or Start menu Search box and press Enter. It'll open Group Policy Editor.
2. Now navigate to:
Computer Configuration -> Administrative Templates -> System -> System Restore
  1. In right-side pane, make sure both "Turn off Configuration" and "Turn off System Restore" options are set to "Not Configured". If both or any of them is set to "Enabled", double-click on the option and set its value to "Not Configured".4. That's it. It'll immediately enable System Restore in your system.
METHOD TWO:-

1. Type regedit in RUN or Start menu Search box and press Enter. It'll open Registry Editor.
2. Now go to:
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows NT\SystemRestore
3. In right-side pane, if you see any of following 2 DWORD values, delete them:
DisableConfig
DisableSR

4. Restart or log off your system and System Restore will be enabled.

.NET FRAMEWORK

HOW TO CHECK MICROSOFT .NET FRAMEWORK VERSION IN INSTALLED PC

  • Type regedit in RUN or start menu search box and press Enter. It'll open Registry Editor.
  • Now go to:
  • HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP Under this key, you'll see separate keys for each .NET Framework version installed in your system.

install vista

Prepare a Disk for Unattended Install of Vista

Before you can install Vista onto a bare-metal system, you must prepare the disk by creating a partition. To do this, you must configure the following answer file component:
Microsoft-Windows-Setup\DiskConfiguration\Disk\CreatePartitions\CreatePartition

The setting you normally configure for this component is called Size, which you use to specify the size in GB of the partition you are creating. However, if you don’t know the size of your disk, or if you want to create as large a partition as possible, use the Extend setting instead. By configuring this setting as True, Windows Setup will create a partition that fills the entire disk.  

how to speed DSL

DSL Speed Setting in Windows XP 

The default Maximum Transmission Unit (MTU) size for PPPoE (DSL) connections in Windows XP is typically set to 1,480 or 1,490 bytes. However if find you can’t browse some Web sites or send e-mail messages with attachments, your DSL connection may work better with a slightly lower MTU size setting (somewhere between 1,400 to 1,490). You can refer to another for information on how to test out what MTU size is best for your Internet connection.
To edit the MTU size in Windows XP, you must first add the following keys to the Windows Registry:
Hive: HKEY_LOCAL_MACHINE 
Key: System\CurrentControlSet\Services\Ndiswan\Parameters\Protocols\

Hive: HKEY_LOCAL_MACHINE
Key: System\CurrentControlSet\Services\Ndiswan\Parameters\Protocols\0

Then add the following entries to the 0 key:
Name: ProtocolType
Type: REG_DWORD
Value: 0x00000800

Name: PPPProtocolType
Type: REG_DWORD
Value: 0x00000021

Name: ProtocolMTU
Type: REG_DWORD
Value: desired MTU size
Comment Box is loading comments...