Posts Tagged ‘how to’

How to shutdown a remote computer on the network

Posted by Jason in Computer on February 16th, 2008

This is little bit of hacking when you say you want to a remote on your network, if you are doing it for FUN then its ok.

But let me tell you, this may also cause some potential data loss at the remote .

Requirement: You must have rights in order to remotely a .

:

1. Start>>Run and type and press Enter. (more…)

How to open multiple home pages at startup in Mozilla firefox

Posted by Jason in Firefox on February 16th, 2008

If you are ,a blogger or a freelancer if you are in any web related profession then you must be spending around at least about 1-2 hours on web.

Why open multiple pages at start in ?

Now every minute of your’s is important so it’s you to decide how you can optimise and up your repeated activity in order to make the most efficient use of your time .

Lets assume that you have a medium connection and you use every time so, if you have to open intial web sites every time before you start work like open , dash board of your blog, reader etc (more…)

How to Speed Up a Hard-Disk Drive

Posted by Jason in Computer, Hardware, Mac on February 15th, 2008

No one ever bought a car or a because it could go slower. If your hard- drive seems to take forever to go about its business, or if it’s having trouble keeping up with your CD-R burning , chances are it’s time for a tune-up and .

Step 1: Close any open applications. Disable antivirus , screen savers and other background programs. Make sure you’ve quit all programs in by pressing Ctrl+Alt+Delete once (don’t press it twice or you’ll restart the ).

Step 2: will show you a list of applications running. Highlight each application (one at a time) and click on End Task to close each one. (more…)

How to Get Your Computer to Boot Faster

Posted by Jason in Computer on February 14th, 2008

Step 1:
The biggest problem is that almost every time you install new , it loads when you boot. I have applications that I rarely use like optical character recognition, and those I turn to several times a day like . By simply loading only when you need it, you can cut your significantly. To see what is loading now and to pick and choose in XP click on your . Go to Run. Type: msconfig. You’ll be presented with tabs. You’re probably operating under Normal Start Up which loads all device and services. Choose Selective instead. Under Selective I’ve checked Process System.INI file, Process Win.INI.file, Load System Services, Load Intems and Use Original Boot.INI. If you are an advanced user and you know what you are doing you can select or deselect these boxes as you choose. If you click everything except Services and then click disable all, followed by OK, you’ll end up . Our goal here is to cut back on the . Click that tab. There you’ll find a long list of applications like ALCMTR and hpsysdrv. I took the time to enter each of them in to search for what they did. Sites like processlibrary.com proved useful in determining whether or not I should enable or disable the applications on booting. Right now I’ve only selected about a third of those listed. My machine boots and I’ve notice no lack of . (more…)

How to create ultra hidden system folder in windows xp and vista

Posted by Jason in Windows Vista, Windows XP on February 12th, 2008

You may have created normal folders in Xp and vista to store your , but these normal type of folders in vista and Xp is quite old technique. As even if you create a folder using this old technique almost every one or a normal user would know get to that folder.

By simply going to Explorer>>File Menu>>tools>>Folder Options>>view tab and check the radio option which says - “Show Files and Folders“.

But what if you can create a ultra system folder which is not shown even if the above setting of Show Files and Folders is turned on or clicked. (more…)

How to downgrade from Vista to XP

Posted by Jason in Windows Vista, Windows XP on February 6th, 2008

To Microsoft, ‘’ describes the licensing rights it grants to older operating systems. doesn’t mean the process for rolling back from Vista to XP, since there isn’t such a procedure, not in the generally accepted use of ‘upgrade’. In an older-to-newer move, developers usually make it possible to retain all the digital detritus on the drive, from already-installed applications and Word documents to iTunes tracks and family photos, while updating the system files. Not so in a .

Specifically, these rights let owners of some versions of Vista replace it with XP without having to pay for another licence. In effect, the licence for Vista is transferred to XP. Think of it as a swap, Vista for XP, not as an extra licence. By Microsoft’s end-user licensing agreement (EULA), you can’t have both the Vista and its downgraded XP installed at the same time on the same or different machines. You have to pick: It’s one or the other. (more…)

Keeping your session in Firefox after reboot

Posted by Jason in Firefox on February 5th, 2008

Some times when surfing the web I have to shut down the pc, or I want to restart because of a leak, but yet I can’t do that because there are many open tabs with sites that I have to check. I know this sounds like a silly problem but if you face it, it can be a pain in the ***.

Anyway if you are annoyed by this situation as I am, here is a fast solution :

1. Open the task manager (Ctrl + Alt + Del) and go to the processes tab. (more…)

Force windows to load the kernel in memory

Posted by Jason in Windows XP on February 5th, 2008

This one is the best for XP I ever found, and it works very well. With this we will force to load and in .

Here is what you have to do :

1) Open the regedit tool (Start -> Run -> regedit.exe )

2) Use the navigation in the left and go to HKEY LOCAL MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\ Management (more…)

A Better Disk Cleanup

Posted by Jason in Computer on November 15th, 2007

This tip will show you create an unattended which will also empty your prefetch folder. This tip assumes you have XP installed in c:\.

Step 1.
Create a new text file and place the following contents inside:

c:\\\cleanmgr.exe /dc /sageset: 1
c:
cd \
cd c:\\prefetch
del *.* /q
(more…)