Sunday, June 7, 2009

create folder option shortcut


Create folder option shortcut, please follow steps below

1 create new shortcut (right click in desktop and click create new shortcut

2 in the location field (type the location of the item)

type control folders

3 in the name field (type a name for this shortcut)

type shell32.dll

4 click finish

5 double click the shortcut and you will find that you can open folder option window with that shortcut.


Note: you can find target of the newly created shortcut, to do so right click in the shortcut and click properties. see the target field it looks like following

%windir%\system32\control.exe folders


If you copy control.exe folders in run command and press ok you will find that again you can open folder option window.

Remove autorun.inf virusus Using command prompt

Remove autorun.inf virusus Using command prompt

use "attrib" to check for Viruses or Malware

"attrib" is a very useful tool to check if your hard drives even your usb disks have been infected by a virus.

You will know if a Malware is inside your hard drive just by looking at the attributes of each files and the file that has the attributes of +s +h +r

The function of attrib is to set and remove file attributes (read-only, archive, system and hidden).


start attrib

To start attrib

  1. Go to Start Menu > Run

  2. Type cmd (cmd stands for command prompt)

  3. Press Enter key

The Command Prompt will appear showing us where is our location in the directory.


using attrib

To use attrib

Go to command prompt

1 then Go to the root of the directory first by typing cd\ then press enter.(because this is always the target of Malware / Virus)

2. Type attrib and press Enter key

+s - meaning it is a system file (which also means that you cannot delete it just by using the delete command)

+h - means it is hidden (so you cannot delete it)

+r - means it is a read only file ( which also means that you cannot delete it just by using the delete command)

Now we need to set the attributes of autorun.inf to -s -h -r (so that we can manually delete it)

  1. Type attrib -s -h -r autorun.inf in command prompt and press enter.( be sure to include -s -h -r because you cannot change the attributes using only -s or -h or -r alone)

  2. Type attrib again to check if your changes have been commited

  3. If the autorun.inf file has no more attributes, you can now delete it by typing del autorun.inf

Repeat these steps for removing virusus from the other partitions,external hard disks or usb drives.

NOTE : when autorun.inf keeps coming back even if you already deleted it, be sure to check your Task Manager by pressing CTRL + ALT + DELETE ( a virus is still running as a process. that’s why you cannot delete it. KILL the process first by selecting it and clicking End Process.use process killing softwares like runscanner or autoruns to view suspected process.you can find these softwares under our freeware tools page.

system restore using bootable cd

System restore with bootable cd support (ubcd4win or Hiren bootcd 9.8) in windows xp

In some cases you cant start your pc with windows xp, (even safe mode) sometimes it display error messages and stop continue, most this happened by corrupt system files and virus problem, to resolve this issue you can try system restoring, but this method is different and you need special bootable cd called as UBCD4WIN or Hiren bootcd 9.8.don't worry this cds is free of charge and download from our website. further steps as follows.


1 first set your pcs bios first boot device as cdrom, save and exit bios setup.

2 then insert ubcd4win cd into the cdrom.

3 then pc begin to booting with cdrom support

4 after all files were copied, you will get desktop pretty much similar to windows xp

5 locate system volume information folder in your windows installation partition

(eg-root of C drive)

6 go to system volume information folder

7 then select one of restore point (eg RP1 , RP2 ) and go to inside folder

8 go to snapshot folder

9 copy the following files.

_REGISTRY_MACHINE_SAM

_REGISTRY_MACHINE_SECURITY

_REGISTRY_MACHINE_SOFTWARE

_REGISTRY_MACHINE_SYSTEM

_REGISTRY_USER_.DEFAULT

10 Create new folder named config

11Copy above files to this folder

12 rename these files exactly looks like below

SAM

SECURITY

SOFTWARE

SYSTEM

DEFAULT

13 go to the following path

C:\WINDOWS\system32 (in here C: mentioned as windows installation partition)

14 locate folder named config

15 rename this folder as you like (eg – config old) (note – backup this folder before rename in case of emergency)

16 go to the folder earlier we created as config (in step 10, make sure all files were here and renamed correctly like in step 12)

17 copy this folder and paste in the following path

C:\WINDOWS\system32

18 restart pc.

19 reconfigure pcs bios first boot device as harddisk

20 save and exit

21 check your pc can start windows xp.


Most of the time this method is 100% success, we overcome this problem in many occasions. if your pc still cant boot from xp select another restore point and repeat steps from 8,if it still fails you have to do clean windows installation.

speedup start menu

to speedup start menu speed carefully follow below steps.
  1. Open the Start menu, click on Run, then type regedit and click OK.
  2. Find the following registry key:
    HKEY_CURRENT_USER\Control Panel\Desktop
  3. Find the string value MenuShowDelay, then right-click Modify and edit the value.
  4. Change the default value (which is 400) to something lower. The lower the number the faster it will open.

Increase Computer Startup Speed


One of the Main Reason that slow down the startup speed is the "Huge list of Startup Programmes". Some programme by default create a startup entry, such as Yahoo Messenger, Windows Live Messenger Skype etc.. It is not possible to find all your startup programme if you Go Start > Programmes > Startup. If you can disable unwanted startup programmes, your computer's start up speed will increase. please do as follows.

Press Win Key + R or Start > Run

Type msconfig presss ok

'System Configuration Utility' will open. Click on "Startup" Tab
That's where you will see the huge list of Start up Programme. You can get more detail of a Particular Programme by looking at Command and Location

What to Disable and What not to Disable?

In fact you can disable all Programme, But we recommand you to keep the Programme such as Antivirus, Spy ware removal Programme. If you have Norton Anti-vius Programme installed in your computer.
Click on Service Tab

Check "Hide Microsoft Srevices" Now Disable all the service, except the service you want to run background when computer start up such Antivirus, Spyware Removal and Firewall Software.

After you have completed the work with disabling start up Programme and services, Press Ok. You will be asked to restart the Computer. When you start the computer next time, you will get Notification window about your "System Configuration Utility". You 'check' not to show this notification again and press ok. That's it.