Hide Your Computer From Windows Network

So, if you want to hide your computer from others users or administrators on a network for any reason just follow the easy steps given below.

This method is best used when you are an administrator who doesn't want other people to know you are on the network Or maybe you are a certain someone like me who doesn't want the administrator to know you are on the network.

First method to hide from windows network Using Command line (very easy)

Open command prompt (start->Run, type CMD if your using windows XP/2K/Vista)

Enter the following command:

Change the default theme for newly install XP

Step 1
>>Insert XP CD into your CD ROM and copy all its data to your hard disk in a folder name TAMAGXP

Step 2 (Creating .theme file)
>>First download the theme you want for your WINDOWS XP default theme and install it.

>>After you are done right click on the desktop and select properties.

>>Click the Save As button, and save your theme and name it tamag.theme.

Find Lost Space On Your Hard Disk

Space Sniffer is a freeware for Windows XP and Windows Vista that gives you an idea of how folders and files are structured on your disks, in this way you can easily find lost space in your hard drives. Some quick features * Fast and easy to use * Supports drag and drop * Intuitive structure layout, multiple views for different media * Zoomable elements, navigate like a web browser * The Windows folders and file popup menu is accessible by right mouse click * It’s possible to restrict the view content by typing simple yet powerful filtering criteria * Different views of the same media can show differently filtered elements * Customizable in geometry, colors, behaviors * You can navigate even during the scan * Smart cached scanning engine, multiple views, single scan * You can refine a zoomed area by a secondary scan process, even with main scan active * Reacts to file system events, keeps always in synch, warns you by blinking elements * Can scan NTFS Alternate Data Streams * It doesn’t clutter your registry, only a plain XML configuration file * It’s portable, no installation required, just put the executable somewhere and let’s go Download Instructions Click here to download SpaceSniffer from the official website.

Stop Autoplay In USB Flash Drives By Pressing One Keyboard Button

Today I want to share a little tip that will stop autoplay in USB Flash drives. Not only flash drives, it also stops autoplay for CD and DVD also. While inserting CD, DVD or any flash drive, simply press and hold the Shift key, this will disable the autoplay dialog box. Holding down the Shift key will also block the applications that starts automatically. Note : Works fine in Windows XP and Windows Vista

Defragment Hard Drives Using Command Prompt

Today I am sharing the easiest method with you to defragment your hard drive. Though you can perform this task with third party applications also, but why don’t do it a simple way. Here is a simple method to defragment your drives using Command Prompt : 1. Click on Start and then select Run, type CMD in it and hit enter. 2. Suppose you want to defrag your C drive, then in the command box, write defrag C: -f -v and hit enter. The defragmentation will start. Similarly, you can perform this task on diffrent drives by changing the name i.e defrag C: -f -v defrag D: -f -v defrag E: -f -v

Resetting a Forgotten Password in UBUNTU

It happens to everyone. You have so many usernames and passwords that you can't remember them all. Fortunately, Facebook, Gmail, and about a billion other online services have a "forgot password" link. Just click it and the web service will either email your password to you or allow you to reset it and enter a new one. But what happens when you forget the password for your operating system. While you might think the easiest thing to do is reinstall Ubuntu, (after all, this is a clean install so it's not like we'd be losing any data on our hypothetical system), you can save yourself 15-30 minutes by changing the password. It turns out you don't have login to change your password. As we discovered thanks to a useful post on the Ubuntu forums, you can do it from the bootloader screen. Check out the 5 easy steps after the jump. 1. Turn on your computer, and as soon as you the Press Esc to enter grub message, press the escape key. 2. Select the option that says (recovery mode). 3. Your PC will boot into a shell. Once you get a command prompt, type passwd username where the username is your username. If you can't remember this, then you can type ls /home which should bring it up. 4. Enter a new password when prompted, and again when prompted again 5. Type shutdown -r now to reboot your system. That's it. You should now be able to login with your shiny new password.