To add wallpaper to a folder in XP, open the folder, choose Tools, Folder Options, and click the View tab. Under 'Advanced settings', select Show hidden files and folders (you may need to double-click Hidden files and folders first). Uncheck Hide protected operating system files (Recommended) and click Yes when you see the warning. Click OK, and double-click the file named desktop.ini to open it in your text editor (you may not see the .ini extension). If you can't find a desktop.ini file, launch Notepad or your preferred text editor.
In your text editor, type [{BE098140-A513-11D0-A3A4-00C04FD706EC}] (this line contains no capital letter Os, only zeroes) on the first line, and press Enter. Type IconArea_Image= and the path to your .bmp, .gif, or .jpg image file--for example, 'IconArea_Image=C:\My Documents\My Pictures\Blue Hills.bmp.' Then press Enter.
Changing the color of the folder's icon labels is a little tricky. To leave the icon text black, do nothing. For white, type IconArea_Text=0x00FFFFFF (make sure that the x is lowercase) and press Enter. For red text, replace the code that follows the equal sign with 0x000000FF; to make the text yellow, type 0x0000FFFF; for blue text, use 0x00FF0000; and to show gray text, enter 0x00808080. These codes identify values in a 24-bit color scheme that specifies how much blue, green, and red to mix together: 0x00bbggrr (with values ranging from 0 in decimal or 00 in hexadecimal to 255 in decimal or FF in hexadecimal). If you're editing the folder's existing desktop.ini file, save the file and close your text editor. If you created the file from scratch, save it with the name "desktop.ini" in the folder that will house the background picture; use quotation marks to keep Notepad from adding its default .txt extension.
Now give the folder the System attribute. Put the folder window destined for the background picture in front. Press Backspace to move up a level, click Start, Run, type attrib +s followed by a space, and drag the icon for your desired folder to the text box of the Run dialog box. It should now read something like 'attrib +s C:\Documents and Settings\...\My Documents\My Folder' (your path and folder name may differ, of course). Click OK. The next time you open the folder, you'll see your new wallpaper inside (see FIGURE 3). If you don't want to see the desktop.ini file, right-click it and choose Properties. Under the General tab, check Hidden and click OK. Then click Tools, Folder Options, View, and deselect the option to show hidden files and folders. While the Folder Options box is open, recheck Hide protected operating system files if you unchecked it earlier.
Showing posts with label Windows 7. Show all posts
Showing posts with label Windows 7. Show all posts
Monday, 24 May 2010
Thursday, 20 May 2010
How To change drive letters
To change drive letters (useful if you have two drives and have partitioned the boot drive, but the secondary drive shows up as "D")
Go to Start > Control Panel > Administrative Tools > Computer Management, Disk Management, then right-click the partition whose name you want to change (click in the white area just below the word "Volume") and select "change drive letter and paths."
From here you can add, remove or change drive letters and paths to the partition.
Go to Start > Control Panel > Administrative Tools > Computer Management, Disk Management, then right-click the partition whose name you want to change (click in the white area just below the word "Volume") and select "change drive letter and paths."
From here you can add, remove or change drive letters and paths to the partition.
Automatically run programs when starting Windows
If there are applications or commands that you run every single time you start your computer (Email comes to mind) you may want to consider setting things up so that these programs run automatically during the Windows XP startup. This can be done quite easily in XP by creating shortcuts and shuffling them around.
Here's how: Windows XP has a startup folder located at 'C:\ Documents and Settings\ (your user name)\ Start Menu\ Programs\Startup.' Shortcuts placed into this folder will be run automatically when Windows XP starts up.
If you already have shortcuts for the programs you desire to use, copy and paste them into the startup folder. Otherwise, go to 'start\programs,' select the program you would like to create a shortcut for, right click it and select 'send to' then 'desktop.' This will create a shortcut on the desktop that you can then use.
Here's how: Windows XP has a startup folder located at 'C:\ Documents and Settings\ (your user name)\ Start Menu\ Programs\Startup.' Shortcuts placed into this folder will be run automatically when Windows XP starts up.
If you already have shortcuts for the programs you desire to use, copy and paste them into the startup folder. Otherwise, go to 'start\programs,' select the program you would like to create a shortcut for, right click it and select 'send to' then 'desktop.' This will create a shortcut on the desktop that you can then use.
Folder options
User Key: [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\
Explorer]
System Key: [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\
Explorer]
Value Name: NoFolderOptions
Data Type: REG_DWORD (DWORD Value)
Value Data: (0 = show options, 1 = hide options)
Explorer]
System Key: [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\
Explorer]
Value Name: NoFolderOptions
Data Type: REG_DWORD (DWORD Value)
Value Data: (0 = show options, 1 = hide options)
Hidden Files
Open the registry editor (Click on Start then run and type regedit press enter )..Now you will see a new window on the left pane Navigate to the following path
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\explorer\Advanced\Folder\Hidden
Under this key, you’ll see 2 more keys “NOHIDDEN” and “SHOWALL“. Make sure that the values of “CheckedValue” and “DefaultValue” in right-side pane are “2” and “2” for “NOHIDDEN” and “1” and “2” for “SHOWALL” respectively. If it has some other value change it..Now check whether you are able to hide or unhide..
If this doesnt work try this..Navigate to
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced
In right-side pane, change value of "Hidden" to:
1 - To show hidden files
2 - To not show hidden files
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\explorer\Advanced\Folder\Hidden
Under this key, you’ll see 2 more keys “NOHIDDEN” and “SHOWALL“. Make sure that the values of “CheckedValue” and “DefaultValue” in right-side pane are “2” and “2” for “NOHIDDEN” and “1” and “2” for “SHOWALL” respectively. If it has some other value change it..Now check whether you are able to hide or unhide..
If this doesnt work try this..Navigate to
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced
In right-side pane, change value of "Hidden" to:
1 - To show hidden files
2 - To not show hidden files
Hide the local drives
This is a great trick you can play on your friends. To disable the display of local or networked drives when you open My Computer follow the below steps....
1.Go to start->run.Type "regedit" (without quotes).
Now go to:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
Now in the right pane create a new DWORD item and name it NoDrives(it is case sensitive). Now modify it's value and set it to 3FFFFFF (Hexadecimal) .Now restart your computer. So, now when you click on My Computer, no drives will be shown(all gone...). To enable display of drives in My Computer, simply delete this DWORD item that you created.Again restart your computer.You can now see all the drives again.
1.Go to start->run.Type "regedit" (without quotes).
Now go to:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
Now in the right pane create a new DWORD item and name it NoDrives(it is case sensitive). Now modify it's value and set it to 3FFFFFF (Hexadecimal) .Now restart your computer. So, now when you click on My Computer, no drives will be shown(all gone...). To enable display of drives in My Computer, simply delete this DWORD item that you created.Again restart your computer.You can now see all the drives again.
Hiding drives seprately
Hive: HKEY_CURRENT_USER
Key: Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
Name: NoDrives
Type: REG_DWORD
Value: To calculate the value, add together the numbers for the drives you want to hide, using the formula: A=1, B=2, C=4, D=8, E=16, F=32, G=64, and so forth. To hide D: & E:, the value would be 8+16=24.
Key: Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
Name: NoDrives
Type: REG_DWORD
Value: To calculate the value, add together the numbers for the drives you want to hide, using the formula: A=1, B=2, C=4, D=8, E=16, F=32, G=64, and so forth. To hide D: & E:, the value would be 8+16=24.
Rename Recycle Bin
To change the name of the Recycle Bin desktop icon, click Start then goto Run, write Regedit and press Enter. It opens Registry Editor. Now in Registry Editor go to:
HKEY_CLASSES_ROOT/CLSID/{645FF040-5081-101B-9F08-00AA002F954E}
and change the name "Recycle Bin" to whatever you want (don't type any quotes).
HKEY_CLASSES_ROOT/CLSID/{645FF040-5081-101B-9F08-00AA002F954E}
and change the name "Recycle Bin" to whatever you want (don't type any quotes).
Saturday, 17 April 2010
How to change drive letters
To change drive letters (useful if you have two drives and have partitioned the boot drive, but the secondary drive shows up as "D")
Go to Start > Control Panel > Administrative Tools > Computer Management, Disk Management, then right-click the partition whose name you want to change (click in the white area just below the word "Volume") and select "change drive letter and paths."
From here you can add, remove or change drive letters and paths to the partition.
Go to Start > Control Panel > Administrative Tools > Computer Management, Disk Management, then right-click the partition whose name you want to change (click in the white area just below the word "Volume") and select "change drive letter and paths."
From here you can add, remove or change drive letters and paths to the partition.
Increase Internet Speed
Hello Friends,
If you use Windows XP Professional then it is possible to squeeze an extra 20% out of your internet connection. By default Windows XP Pro holds back 20% of your Internet speed for various services like windows update and spyware checks.
If you want to tap into this locked speed then make the following changes:
1. Go to Start-> Run-> and type gpedit.msc
2. Expand the Administrative Templates branch
3. Expand the Network tab
4. Highlight QoS Packet Scheduler
5. Click on Limit Reservable Bandwidth and check the enabled box
6. Then Change the Bandwidth limit % to 0 %
If you use Windows XP Professional then it is possible to squeeze an extra 20% out of your internet connection. By default Windows XP Pro holds back 20% of your Internet speed for various services like windows update and spyware checks.
If you want to tap into this locked speed then make the following changes:
1. Go to Start-> Run-> and type gpedit.msc
2. Expand the Administrative Templates branch
3. Expand the Network tab
4. Highlight QoS Packet Scheduler
5. Click on Limit Reservable Bandwidth and check the enabled box
6. Then Change the Bandwidth limit % to 0 %
PING OPTIONS
Hello Friends,
Here i will discuss all of PING Options:
example .. In DOS .. c:>ping 192.168.0.1 -t
-t Ping the specifed host until interrupted
-a Resolve addresses to hostnames
-n count Number of echo requests to send
-l size Send buffer size
-f Set Don't Fragment flag in packet
-i TTL Time To Live
-v TOS Type Of Service
-r count Record route for count hops
-s count Timestamp for count hops
-j host-list Loose source route along host-list
-k host-list Strict source route along host-list
-w timeout Timeout in milliseconds to wait for each reply
Experiment to see how helpful these can be!
Here i will discuss all of PING Options:
example .. In DOS .. c:>ping 192.168.0.1 -t
-t Ping the specifed host until interrupted
-a Resolve addresses to hostnames
-n count Number of echo requests to send
-l size Send buffer size
-f Set Don't Fragment flag in packet
-i TTL Time To Live
-v TOS Type Of Service
-r count Record route for count hops
-s count Timestamp for count hops
-j host-list Loose source route along host-list
-k host-list Strict source route along host-list
-w timeout Timeout in milliseconds to wait for each reply
Experiment to see how helpful these can be!
Saturday, 20 March 2010
Activate Windows 7 with Windows 7 Ultimate Keygen
Hello Friends,
Windows Seven is slowly becoming a bigger success thn Windows Vista .So here we have it now !
Click Generate and it will Generate and copy the serial to the clipboard for
you.
All the keys have been put together from MS in a randomized
orde.The generated keys are working for 32 and 64bits and also on
Beta and RC builds.. Even the latest one, 7127
Download Windows 7 Ultimate Keygen
Windows Seven is slowly becoming a bigger success thn Windows Vista .So here we have it now !
Click Generate and it will Generate and copy the serial to the clipboard for
you.
All the keys have been put together from MS in a randomized
orde.The generated keys are working for 32 and 64bits and also on
Beta and RC builds.. Even the latest one, 7127
Download Windows 7 Ultimate Keygen
Subscribe to:
Posts (Atom)