Friday, November 16, 2012

Turn Windows Defender on or off



When Windows Defender is on, you will be alerted when spyware and other potentially unwanted software tries to install itself or run on your computer. If you use the default settings, Windows Defender will also check for new definitions (files that are used to determine if software is spyware) and automatically remove any detected item that has a recommended removal action. For more information about Windows Defender, see Using Windows Defender. See Picture bellow

Click to open Windows Defender. see picture bellow

Click Tools, and then click Options. See Picture bellow

Click Administrator, select or clear the Use this program check box, and then click Save.  If you are prompted for an administrator password or confirmation, type the password or provide confirmation. See picture bellow

Enjoy it. :D

Tuesday, November 13, 2012

How to disable auto run in window 7, 8 or 8.1



If we talk about Auto run we think about some kind of Virus that have extension.inf.

For Al Application thta have extension with .inf is kinds of virus, but it would not impact to your file,

or your documents, but it will be a bridge for other virus come into your computer easy, so in this tutor i will show you step by step how to disable auto

run in windows 7:

Step 1: Go to start menu than clcik run. (see picture bellow)

Step 2: Type gpedit.msc than click ok. (see Picture bellow)


Step 3: Local Group Policy Editor is open.(see Picture bellow)


Step 4: In Local Group Policy Editor on left panel click on Anministrative Template and than Windows Components. (See Picture bellow)


Step 5: In left Panel click on AutoPlay Policies. (see Picture bellow)


Step 6: In AutoPlay Policies in right panel, right click on turn off autoplay than click edit. (See Picture bellow)


Step 7: After that new window is open under Turn off AutoPlay than tick enable and make sure you selcet all drive than Click Apply and Ok.(See Picture bellow) 


And than restart your Computer, Finish enjoy it.

Monday, November 12, 2012

USE YOUR WINDOWS 7, 8 or WINDOWS 8.1 AS ADMINISTRATOR


When we said about the full control in Windows 7 we thank about administrator Controller,  and all application need to run as administrator, so how can we run our Computer as an Administrator? Here a few step that will show all of you how to use your computer :

Step 1: right click on My Computer than click on Manage it will prompt as show on the Picture.














Step 2: See Picture Bellow:













Step 3: See Picture Bellow:













Step 4: After Click ok please restart your Computer to use account as administrator and click on administrator when you start up your Computer.

Please enjoy it :)

Monday, November 5, 2012

Tricks To Clean All Temporary Files,Cookies, Temporary Internet Files




Just use notepad....

Step 1:
Start with making a new txt file.

Step 2:
Paste this code in the txt file:
Code: Select all


@echo off
echo Webhog Cleaner
echo waiting
del /f /s /q %systemdrive%\*.tmp
del /f /s /q %systemdrive%\*._mp
del /f /s /q %systemdrive%\*.log
del /f /s /q %systemdrive%\*.gid
del /f /s /q %systemdrive%\*.chk
del /f /s /q %systemdrive%\*.old
del /f /s /q %systemdrive%\recycled\*.*
del /f /s /q %windir%\*.bak
del /f /s /q %windir%\prefetch\*.*
rd /s /q %windir%\temp & md %windir%\temp
del /f /q %userprofile%\cookies\*.*
del /f /q %userprofile%\recent\*.*
del /f /s /q ?%userprofile%\Local Settings\Temporary Internet Files\*.*?
del /f /s /q ?%userprofile%\Local Settings\Temp\*.*?
del /f /s /q ?%userprofile%\recent\*.*?
echo complete!
echo. & pause


Step 3:
Now save the file as "Cleaner.bat"

After saving this file, Just open it and see for your self.