Archive for the ‘Windows Vista’ category

How to Disable Caps Lock Key in Windows and Mac

April 14th, 2016 by Admin

“Whenever I type, my baby finger hits the Caps Lock key and all my typing ends up in caps. I want to disable it completely and just use the Shift key for capitals. How do I disable the Caps Loks key in Windows 10? Please help!”

Without the Caps Lock key, you can still type the letter you want to capitalize by holding down the Shift key. Pressing the Shift key once is much more efficient than pressing the Caps Lock key twice. If you don’t need to use the Caps Lock key, you can disable it permanently. In this tutorial we’ll show you how to disable Caps Lock key in Windows 10/8/7/Vista/XP and Mac OS X.

Part 1: Disable Caps Lock in Windows 10/8/7/Vista/XP

There is no built-in settings available in Windows that allow you to disable Caps Lock key, so we have to use a registry hack to map the Caps Lock key to doing nothing. Follow these steps:

  1. Press the Windows key + R to open the Run box. Type notepad and press Enter.
  2. Copy the lines below and then paste them into the NotePad:
    Windows Registry Editor Version 5.00
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout]
    "Scancode Map"=hex:00,00,00,00,00,00,00,00,02,00,00,00,00,00,3a,00,00,00,00,00

    notepad

  3. Click the File menu and select Save as. Select “All Files” from the “Save as type” drop-down box. Type the file name as Disable_Caps_Lock.reg. Click Save.

    save-as

  4. Double-click the .reg file, or right-click on it and select “Open with” -> “Registry Editor“. If prompted by UAC, click on Yes.

    open-with-registry-editor

  5. Registry Editor will confirm if you want to import the registry settings in your .reg file, click Yes.

    import-into-registry

    Now log out (and back in) or reboot to make this registry trick to take effect.

If you want to enable the Caps Lock key again, open the Registry Editor and navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout, then delete the Scancode Map entry entirely.

enable-caps-lock

Part 2: Disable Caps Lock in Mac OS X

It’s pretty easy to actually turn the Caps Lock key off if you’re using a Mac. Here’s how:

  1. Click the Apple icon in the top-left corner of your desktop, then select System Preferences from the drop-down menu.

    system-preferences

  2. Click on the Keyboard icon to launch the preferences pane.

    keyboard-utility

  3. Click the Modifier Keys button in the bottom-right corner.

    modifier-keys

  4. A new window will slide down with a setting for the Caps Lock key at the top. click on the drop-down menu next to the Caps Lock Key title, and choose No Action.

    disable-mac-caps-lock

  5. Click OK. Now, whenever you hit the Caps Lock key by mistake, nothing will happen.

How to Disable Caps Lock Pop-up Notification in Windows 10 / 8 / 7

March 11th, 2016 by Admin

Every time you press the Caps Lock key, you might see a popup notification near the bottom-right corner of your screen. This can be a big problem since it takes focus off of the window/app you’re typing in. If you’re playing a game and accidentally press Caps Lock, clicking the popup will minimize the game.

caps-lock-notification

In this tutorial we’ll show you all possible ways to disable Caps Lock notification that pops up at the bottom right of your screen. The methods differ depending on the manufacturer of your computer.

Method 1: For HP computers

Here’s how to turn off Caps Lock notification on HP computers:

  1. Press the Windows logo key + R to bring up the Run box. Type regedit and hit Enter.
  2. After the Registry Editor opens, navigate to:
    HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Hewlett-Packard\HP HotKey Support
  3. In right pane, double-click on the CapsLockOSD entry and set its value to 0.

Method 2: For Dell computers

Dell Quickset is supposedly a helpful little program that helps you keep track of your power management and other system settings. To disable Caps Lock notification on Dell computer, you can uninstall Quickset, or make a registry change by following the steps below:

  1. Press the Windows logo key + R to bring up the Run box. Type regedit and hit Enter.
  2. After the Registry Editor opens, navigate to:
    HKEY_LOCAL_MACHINE\SOFTWARE\Dell Computer Corporation\QuickSet
  3. In right pane, double-click on the QuickSetControl entry and set its value to 1.

Method 3: For Lenovo computers

  1. Open the Control Panel. Set the View by option to Large icons.
  2. Click on Display icon, then click on Change display settings on left panel.
  3. Click on the Advanced settings, then click on On-Screen Display tab.
  4. Check Enable on-screen display.
  5. Under “Indicator settings for NumLock and CapsLock” section, look for “While the numeric lock or caps lock is ON” section, choose the “Show the indicator for a few seconds” option.

    disable-caps-lock-indicator

  6. Click Apply, then click OK.

Method 4:

The Caps Lock notification might be handled by BlueTooth (BTTray.exe) process. You must edit the following registry entries to ged rid of this ugly alert:

  1. Press the Windows logo key + R to bring up the Run box. Type regedit and hit Enter.
  2. When the Registry Editor opens, navigate to:
    HKEY_LOCAL_MACHINE\SOFTWARE\Widcomm\BTConfig\General
  3. Change the value of KeyIndication from 1 to 0.
  4. Reboot your computer and the Caps Lock pop-up notification is gone!

Method 5:

This is a common method to decrease the display time for Caps Lock notification:

  1. Open Control Panel. Set the View by option to Large icons.
  2. Click Ease of Access Center.
  3. Select “Make it easier to focus on tasks“.
  4. Scroll down to the “Adjust time limits and flashing visuals” section, Check the checkbox to “Turn off all unnecessary animations (when possible)“. Under the option “How long should Windows Notification dialogue boxes stay open“, select 5 seconds.

    turn-off-notication

  5. Click Apply/OK.

The end result is that you will still see the notification that Caps Lock has been turned on or off, but it will not cause a pause in your typing.

Enable / Disable Lock Workstation Feature in Windows 10 / 8 / 7 and Vista

February 2nd, 2016 by Admin

In previous post we’ve covered 3 ways to lock a Windows computer. If you are unable to lock your Windows system or want to disable the computer lock option completely, here’s how you can enable / disable lock workstation feature in Windows 10, 8, 7 and Vista. When the lock feature is disabled, you will be unable to lock your computer by either pressing Windows + L, Ctrl + Alt + Del, or clicking the Lock option from the Start menu.

account-lock-option

How to Enable / Disable Lock Workstation Feature?

  1. Press the Windows + R key combination to bring up a run box, type gpedit.msc and hit Enter.
  2. When the Local Group Policy Editor opens navigate to:
    User Configuration\System\Ctrl+Alt+Del Options
  3. On the right hand side you should see a setting called “Remove Lock Computer“. Double-click on it.
  4. Then change the radio button over to Enabled if you want to disable the lock workstation feature.

    ctrl-alt-del-options

    To enable this feature later, just change it to Disabled or Not Configured. Click OK to save your changes.

  5. Now you will need to enforce the updated policy to take effect on your PC, to do this press the Windows + R key combination, when the Run box open run:
    gpupdate /force
  6. Once you press enter you Local Group Policy will be automatically updated. Windows will no longer show the lock option when that you press the Windows key + L or Ctrl+Alt+Delete keyboard combination.

2 Options to Remove the Lock Option from Windows Start Menu

February 1st, 2016 by Admin

No matter what version of Windows you are running, you can find the lock option in the Start Menu (or Start Screen) that allows you to lock your computer. In this tutorial we’ll show you 2 ways to disable / remove the lock option from Windows 11, 10, 8 and 7 Start menu.

account-lock-option

Method 1: Remove the Lock Option with Group Policy

Follow this method and you can remove the lock option from the user tile menu on the Start menu (or Start screen) in Windows 11, 10, 8.1 or 8.

  1. Press the Windows key + R to open the Run box. Type gpedit.msc and press Enter.
  2. When the Local Group Policy Editor opens, expand the tree to the following path:
    Local Computer Policy\Computer Configuration\Administrative Templates\Windows Components\File Explorer
  3. In the right-hand pane you should now see a variety of settings. Double-click on the “Show lock in the user tile menu” setting and its properties screen will open.

    show-lock-in-user-menu

  4. Set it to Disabled and click OK.

    disable-lock-in-user-menu

    Now close the Local Group Policy Editor window. You’ll see the lock option is disabled or removed from the Start menu.

Method 2: Remove the Lock Option with Registry Hack

If the Group Policy Editor is not available in your computer or you’re running Windows 7, then use this registry hack to disable the lock option from your Windows Start menu.

  1. Press the Windows key + R to open the Run box. Type regedit and press Enter.
  2. When the Registry Editor opens, browse down to the following key:
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System
  3. Right-click on the System key on the left pane and select New -> DWORD (32 bit) Value.

    new-dword-value

  4. Name it DisableLockWorkstation and set the value to 1 in order to disable the lock option in the Start menu.

    disable-lock-workstation

    If you want to show / enable the lock option later on, just change the value to 0.

  5. Close the Registry Editor and you will see the lock option turns gray or disappeared from the Start menu.

Enable / Disable Fast User Switching in Windows 11, 10, 8, 7 and Vista

January 28th, 2016 by Admin

Fast user switching is disabled or missing on your Windows 10 system? Unable to switch to a different account as the “Switch user” option is greyed out?

win7-switch-user

In this tutorial we’ll show you 2 ways to enable or disable Fast User Switching in Windows 11, 10, 8, 7 and Vista.

Method 1: Using Local Group Policy Editor

  1. Press the Windows key + R to open the Run dialog box. Type gpedit.msc and press Enter.
  2. The Local Group Policy Editor console should open. In the left pane, expand the following nodes:
    Local Computer Policy\Computer Configuration\Administrative Templates\System\Logon
  3. In right-side pane, double-click on the “Hide entry points for Fast User Switching” policy and its properties screen will open.

    hide-fast-user-switch

  4. If you want to turn off / disable the Fast User Switching feature, set it to Enabled. Or click Disabled or “Not configured” to re-enable Fast User Switching.

By disabling the Fast User Switching feature, the “Switch user” option will be greyed out or removed from Windows logon screen,Start menu and the Task Manager.

Method 2: Using Registry Trick

Since Group Policy Editor doesn’t come with the Home and Starter editions of Windows, here is another method to enable / disable Fast User Switching using Registry Editor:

  1. Press the Windows key + R to open the Run dialog box. Type regedit and press Enter.
  2. In the Registry Editor window, navigate to the following key:
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System
  3. In the right-side pane, search for the value named HideFastUserSwitching. If it doesn’t exist, you can create one by right-clicking in the empty space on the right pane and choose New –> DWORD (32-bit) Value.

    hide-fast-user-switching

  4. Set the Value data for HideFastUserSwitching to 1 if you want to disable the Fast User Switching feature. To re-enable it, change that value to 0.
  5. Close the Registry Editor. You will have to log off and then log back on for the changes to take effect.

How to Know Your Windows is 32-bit or 64-bit

January 23rd, 2016 by Admin

All versions of Windows are available in two different flavors: 32-bit and 64-bit. For most people, whether they use a 32-bit or 64-bit version of Windows doesn’t make a difference. But it’s necessary to find out your running Windows is 32-bit or 64-bit when performing certain tasks, such as install drivers for your new device. Here are 3 simple ways to know your Windows is 32-bit or 64-bit.

Method 1: Right-click on My Computer

Simply right-click on “My Computer” (or “This PC” if you’re running Windows 10) icon on your desktop, and then select Properties from the drop-down context menu.

my-computer-properties

The System Control Panel will now open. In this screen you will see various information about your computer and Windows. The System type field indicates whether your computer are running a 32-bit or 64-bit version of Windows.

system-info

Method 2: Use the MSINFO32 Command

Press the Windows key + R on your keyboard to open the Run dialog. Type msinfo32 and hit Enter.

msinfo32

This opens the System Information window which shows details of almost everything in the system. Click the System Summary node on the left, then locate the System Type entry. If it’s x64-based PC, you’re running 64-bit Windows. If it’s x86-based PC, your Windows is 32-bit.

system-information

Method 3: Check the Program Files (x86) Folder

For purposes of backward compatibility, 64-bit version of Windows needs to run both 64-bit and 32-bit programs. 32-bit application are installed in the “Program Files (x86)” folder but native 64-bit application run in the normal “Program Files” folder.

program-files-x86

So if you can see the “Program Files (x86)” folder under the root path of your system partition, your Windows is 64-bit. Otherwise it’s 32-bit OS.

How to Restore Local Security Policy to Default in Windows 10, 8, 7, Vista and XP

December 14th, 2015 by Admin

Did you mess with the local security policy? Or a certain program changed the security policy that caused some strange issues? Luckily there is a simple way to reset / restore your local security policy settings to default in Windows 10, 8, 7, Vista and XP, if you mess up.

How to Restore Local Security Policy to Default in Windows 10, 8, 7, Vista and XP?

This method uses the default security configuration templates to reset the local policies (including account lockout and password complexity requirements policy). Here’s how to reset local security policy settings to their default values:

  1. Open an elevated Command Prompt. In Windows 10 and 8, press the Windows + X key combinations to open the Quick Access menu and choose Command Prompt (Admin). In Windows 7 or Vista, click the Start menu, then select All Programs -> Accessories, right-click on Command Prompt and select “Run as administrator”.
  2. Now copy and paste the following command into the Command Prompt. Hit Enter.
    secedit /configure /cfg %windir%\inf\defltbase.inf /db defltbase.sdb /verbose

    If you are running Windows XP and need to reset the security settings to their default values, use this command instead:
    secedit /configure /cfg %windir%\repair\secsetup.inf /db secsetup.sdb /verbose

    reset-local-security-policy

  3. This will take a few minutes to reset all the policies back to the Windows defaults. you’ll have to restart the computer to see the changes.