Thursday, August 26, 2010

How to Block Website with password ?

Share

Follow the simple steps to block website with password:

Step 1
Click Start > Control Panel > Internet Options.

Step 2
Now click the "Content" tab on the toolbar and select "Parental Controls." Click "Create a New User Account." for setting parental controls and block web content, new user account is must for this.

Step 3
Enter the new account name and click "Create an Account." for example if you are creating an account for a child, enter his/her name.

Step 4
Select "On, Enforce Current Settings" under the Parental Controls option. Click "Block Some Websites or Content." Click "Windows Vista Web Filter."

Step 5
Click the "Edit the Allow and Block List" link. Enter the website address into the space bar and click "Block." Click "OK" to close.

Step 6
Restart the computer. Click the new user name icon and set the password at the log on screen. A password will now be required to access the specific websites that are blocked.


Related post :-

 install Windows 7 using bootable USB drive

Error 734 The PPP Link Control Protocol Was Terminated

Fix error 0xc004f074

Fix boot MBR in Windows 7

How to fix explorer.exe virus?

Share


Follow the steps to fix the issue

1. Click Start > Run.
2. Type regedit
3. Click OK.
4. Navigate to and delete the following entries:

HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run\"IEXPLORER"="%System%\iexplorer.exe"

5. Navigate to and delte the following registry subkeys:

* HKEY_CURRENT_USER\Software\mmtest
* HKEY_CURRENT_USER\Software\mmtest\IEXPLORER


6. Restore the following registry entries to their original values, if required:

* HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\explorer\advanced\folder\hidden\showall\"CheckedValue" = "0"

* HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\[FILE NAME]\"Debugger" = "%System%\wuauc1t.exe"

[FILE NAME] represents any application executable file on the compromised computer, including, but not limited to the following strings:

* 360rpt.exe
* 360safe.exe
* 360tray.exe
* ANTIARP.exe
* Ast.exe
* AutoRunKiller.exe
* AvMonitor.exe
* AVP.exe
* CCenter.exe
* Frameworkservice.exe
* IceSword.exe
* Iparmor.exe
* KASARP.exe
* KRegEx.exe
* KVMonxp.kxp
* KVSrvXP.exe
* KVWSC.exe
* Mmsk.exe
* Navapsvc.exe
* Nod32kui.exe
* QQDOCTOR.exe
* Regedit.exe
* VPC32.exe
* VPTRAY.exe
* WOPTILITIES.exe
* Wuauclt.exe


7. Exit the Registry Editor.

Related post :-

 install Windows 7 using bootable USB drive

Error 734 The PPP Link Control Protocol Was Terminated

Fix error 0xc004f074

Fix boot MBR in Windows 7

How to remove Security Tool Virus ?

Share

Security Tool Manual Removal:

1. Stop Security Tool Processes: [random numbers].exe

2. Remove Security Tool Files

3. C:\Documents and Settings\All Users\Application Data\[random numbers]\

4. C:\Documents and Settings\All Users\Application Data\[random numbers]\[random numbers].exe

5. Remove Security Tool Registry Keys

a.) *HKEY_CURRENT_USER\Software\Security Tool
*HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Security Tool

6. Remove Security Tool Startup Entry: [random numbers].exe


Goto Start -->Control Panel --->User Account --->Click on the account on which you have to apply Password --->Create Password --->fill the password and the required details --->Press ok
Restart the computer


Related post :-

 install Windows 7 using bootable USB drive

Error 734 The PPP Link Control Protocol Was Terminated

Fix error 0xc004f074

Fix boot MBR in Windows 7

How to enable Windows task manager ?

Share

How to check whether your task bar has been disable or not ? All you have to do is right click on the clock in the Windows taskbar, you will see as shown in image 1.


To check it manually whether it is disable or not type taskmgr.exe on run, you get this message:


The main reason for disabling task manager is virus issue that will make it harder to solve the infection spread by it. Before performing nay this firstly do a complete virus scan to your system. It is possible that after scan your system will work fine.

Once you have scanned your system, you can proceed with the fix.

If you have Windows XP:

Click Start, and then click Run and type in gpedit.msc:


And press OK, the Group Policy Editor, expand in turn:
User Configuration --->Administrative Templates --->System --->Ctrl+Alt+Del Options


Double click on Remove Task Manager to change its setting:


Now click on Not Configured and then OK and Task Manager is available once again.


If you don't have Windows XP Pro, then you have do all things manually by editing the registry manually

Click Start --->Run and type "regedit" then click on OK.

Expand these registry keys 

HKEY_CURRENT_USER ---> Software ---> Microsoft ----> Windows --->CurrentVersion --->Policies --->System

You should see something similar to this:


Right Click on the DisableTaskMgr item:



Click on Delete, confirm that you want to delete, and Task Manager should be available once again.


Related post :-

 install Windows 7 using bootable USB drive

Error 734 The PPP Link Control Protocol Was Terminated

Fix error 0xc004f074

Fix boot MBR in Windows 7

Tuesday, August 17, 2010

How to Enable Pasting in Windows Command Prompt ?

One of the more irritating problems with the Windows command prompt is that you can’t paste anything into the window using the keyboard easily—it requires using the mouse. Here’s how to fix that problem.
The solution, as with many Windows shortcomings, is to use a quick AutoHotkey script to enable pasting from the keyboard. What it actually does is take the clipboard contents and use the SendInput function to send the keystrokes really quickly to the console window.
But first… here’s another way to do it.

The Alternate Built-In Way to Paste from the Keyboard

There is actually a way to paste something using the keyboard, but it’s not terribly convenient to use. What you’ll have to do is use the Alt+Space keyboard combination to bring up the window menu, then hit the E key, and then the P key. This will trigger the menus and paste into the console.
























Once you get used to doing it, it really isn’t so bad… but who wants to use a different combination for one application than the rest of Windows?

The AutoHotkey Script Ctrl+V Awesomeness

You’ll need to first make sure that you’ve got AutoHotkey installed, and then create a new AutoHotkey script or add the following to your existing script. We’ve also provided a download in case there are any formatting problems.

#IfWinActive ahk_class ConsoleWindowClass
^V::
SendInput {Raw}%clipboard%
return
#IfWinActive
What this script does is simply use the SendInput function to send the data into the window, which is a lot faster than any other method.













Note: the script doesn’t paste line breaks very well. If you’ve got a better solution for that, feel free to let us know in the comments and we’ll update the post.

Downloadable AutoHotkey Script

Simply grab the script, save it anywhere, and then double-click on it to start it. You can kill it through the tray icon if you want—if you’d like to hide the tray icon, add #NoTrayIcon to the top of the script.
Download the PasteCommandPrompt AutoHotkey 


Related post :-

 install Windows 7 using bootable USB drive

Error 734 The PPP Link Control Protocol Was Terminated

Fix error 0xc004f074

Fix boot MBR in Windows 7

Related Posts Plugin for WordPress, Blogger...

Subscribe via email

Enter your email address:

Delivered by FeedBurner

Total Pageviews

Twitter Delicious Facebook Digg Stumbleupon Favorites More

 
|