Tuesday, July 10, 2012

Auto Delete Temporary Folder

Auto Delete Temp Folder
Actually we can delete the temporary files manually by typing %temp% in run and delete all the files in the folder.But these 'temporary' files can be 'deleted' automatically whenever it is created in windows xp.

Follow the steps :                 

+Go to run and type gpedit.msc

+Navigate through -> Computer Configuration/Administrative Templates/WindowsComponents/Terminal Services/Temporary Folder

+Then right click "Do Not Delete 'Temp Folder' Upon Exit" and go to properties and hit disable.

Now from next time when Windows puts a temp file in that folder it will be 'automatically deleted' when it is created

Sunday, July 8, 2012

Disable Power Management For Windows Vista

Disable  Power Management For Windows VistaIf you are using a desktop computer, chances are that you don’t want the computer to go to sleep automatically. This is even more the case if you are running Vista in a virtual machine for testing purposes.

Disabling power in management is simple and easy. First go to the start menu and click on the Control Panel.

Click on the System and Maintenance link:


Then click on the Power Options link:


Then select High Performance:


This will disable the automatic sleep mode, but will still turn off the display. You can click on Change Plan Settings to disable that as well if you want.

Friday, July 6, 2012

How to remove arrow From shortcut icon

remove arrow From shortcutRemove Arrow From Shortcut Icon
Steps:                
1. Click start
2. Click run
3. Type regedit and hit enter
4. Navigate to HKEY_CLASSES_ROOT
5. Locate and click lnkfile > delete the value IsShortcut
6. Then, locate and click piffile > delete the value IsShortcut again
7. Restart your PC....

Thursday, July 5, 2012

Hide your computer in the Network

Hide computer in the Network(Hide computer in the Network)
"I want to hide my computer in the network neighborhood, also I don't want them to discover me...Please help me. Thanks." This is a message from an anonymous computer user.

Network Places in Windows XP na Network Explorer in Windows Vista

I will give two solutions in your requested topic. I hope you'll always be a fan of this site and please support us.

Using my Software WinBubble: Go to specific Tab > Tweaking Toolbox > Hide your Computer

That's it! This is great, if you don't want to memorize lot's of commands...

Learn How to do it Manually:

First, go to Start Menu->Run window. type: "cmd". In the command prompt enter the following commands:

Net config server /hidden:yes

This command will hide you from the Network neighborhood but your shared folders can still be access.

Note: in Windows Vista, you need to open the command Prompt as Administrator: Start Menu > type "cmd" > CTRL+Shift+Enter and hit Continue.

or else you’ll get this message:                              

System error 5 has occurred.

Access is denied.

So how about my IP address? what if they have an ip-scanner, still they can find me?

They can find you by using an ipscanner. The solution for this problem is by using a Firewall. Upgrade to Windows XP Service Pack 2, there is a free inbound protection firewall. For Windows Vista users, there is an inbound and outbound firewall protection by default.

To check if your computer is hidden in the network neighborhood type this in the command prompt

Net config server


Server Name \\MyPc
Server Comment

Software version Windows Vista (TM) Ultimate
Server is active on
NetbiosSmb (MyPC)
NetBT_Tcpip_{4365E532-AF25-4C8E-C31E-5D3BG50F7043} (MyPC)

Server hidden Yes
Maximum Logged On Users 10
Maximum open files per session 16384

Idle session time (min) 15
The command completed successfully.

How to Show your Computer Again inside the Network Neighborhood

Net config server /hidden:no

Wednesday, June 27, 2012

Resize Partitions With Vista Disk Manager

Windows Vista  Resize Partitions With Vista Hard Disk Manager
The release of Windows Vista will bring a number of welcome enhancements to the built-in set of system tools, including the ability to dynamically resize partitions. Prior to Windows Vista, the ability to shrink and extend disk volumes has only been available through third party tools such as Partition Magic.

Although not as full featured as some third party partition management applications, Windows Disk Management console will allow users to shrink, extend, create, and format partitions. The new resizing features will allow users to shrink a single partition with unused space, and then create a new partition in the resulting free space, as well as extending a current partition if there is available free space after it.

To access Disk Management, right click on My Computer, and select Manage from the context menu – this will open the Computer Management console (alternatively, Disk Management may be accessed from Control Panel> Administrative Tools> Computer Management).

From the Computer Management console, click on Disk Management which is located under the Storage section in the left hand pane. To shrink a current volume, locate the partition to be resized from the Hard Disk Manager, right click on it, and from the context menu select Shrink Volume.


A Shrink dialog box will open from which you can enter the amount of space in MB to shrink the partition. This dialog box will also show the current size of the partition, the size of available shrink space available, and the total size after shrinking. Once you have selected the amount of space to shrink the partition by, click on the Shrink button.*Note: the size of the available shrink space can be restricted due to page files, restore files, and hibernation files.

Once the Shrink operation has completed, you will now have the selected amount of unallocated free space available immediately following the shrunken partition.


To extend a current volume, locate the partition to be resized from the Disk Manager, right click on it, and from the context menu select Extend Volume. The Extend Volume Wizard will then open, click Next. You will then be given a dialog box to select the disks to extend. Select the amount of space in MB to extend the volume, and click next. The selected partition will then be extended by the amount of MB selected. *Note: If the partition you want to extend is a boot or system, or cannot be converted to dynamic, you will only be able to extend the volume to the immediately adjacent free space.


Once volumes have been resized, a new partition can be created and formatted in any unallocated free space by right clicking on the unallocated space in the Disk Manager, selecting the type of volume to create, and completing the New Volume Wizard.


With the new enhancements to Windows Vista Disk Management, shrinking and extending partitions is now easily accomplished. As always, when making changing to the partition structure, users should ensure that all important files and data are backed up.

Sunday, June 17, 2012

Google sidewiki disable in Internet Explorer 8

Today I find a Sidewiki is currently available in Internet Explorer 8. I had installed Google Toolbar in Windows 7. Because I don't want to use the feature, try to disable google sidewiki by the following steps:

Open your Internet Explorer --> Click the Google Toolbar's wrench icon to adjust the options --> deselect the 'Sidewiki' checkbox on the Tools tab -->
Click Save --> Now you have remove google sidewiki.

Tuesday, January 3, 2012

How To Block Websites Without Software

Steps:

1] Browse C:\WINDOWS\system32\drivers\etc
2] Find the file named "HOSTS"
3] Open it in notepad
4] Under "127.0.0.1 localhost" Add 127.0.0.2 www.sitenameyouwantblocked.com , and that site will no longer be accessible.
5] Done!

-So-

127.0.0.1 localhost
127.0.0.2 www.blockedsite.com

-->www.blockedsite.com is now unaccessible<--


For every site after that you want to add, just add "1" to the last number in the internal ip (127.0.0.2) and then the add like before.

IE: 127.0.0.3 www.yahoo.com
127.0.0.4 www.google.com
127.0.0.5 www.hotmail.com

etc...

Enjoy----------------