Archive for the ‘Windows 8’ category

How to Access Safe Mode Command Prompt in Windows 10 / 8

October 23rd, 2017 by Admin

Safe Mode Command Prompt is a special boot mode that lets you start Windows with the minimum of drivers and services possible. This is really useful for troubleshooting when you can’t load Windows (for example, user profile is corrupted or broken). In this tutorial we’ll show you how to access Safe Mode Command Prompt in Windows 10 / 8.

Tips: If you’re running Windows 7/Vista/XP, just hold down the F8 key as your computer starts and you can access “Safe Mode with Command Prompt” under Advanced Startup Options.

How to Start Windows 10 / 8 in Safe Mode with Command Prompt?

  1. When you get to the Windows 10/8 login screen, hold down the SHIFT key while you click the Power icon and then select the Restart option.

  2. The system will restart into Advanced Startup Options. Click on Troubleshoot.

  3. Click Advanced options on the next screen.

  4. Click on the Startup Settings option.

  5. Click Restart.

  6. After restarting, you’ll be presented with a list of features and boot options. Here you should press the number 6 key or F6 on your keyboard to enter Safe Mode with Command Prompt.

  7. You will be prompted to choose the account to sign in. After you sign in, you will be brought directly to a administrative Command Prompt rather than the normal Windows desktop.

Disable / Enable Control Panel in Windows 10 / 8 / 7

October 23rd, 2017 by Admin

How to prevent others from accessing the Control Panel? Control Panel exposes lots of system settings to users that you may not want to mess up. In this tutorial we’ll show you 2 simple ways to disable or enable Control Panel in Windows 10 / 8 / 7.

Tips: The Settings app is supposed to replace the classic Control Panel in Windows 10. If you want to disable Settings, you can try this method: Hide Certain or All Settings Pages in Windows 10.

Method 1: Disable / Enable Control Panel Using Group Policy

  1. Use the Windows key + R keyboard shortcut to open the Run command. Type gpedit.msc and click OK to access Local Group Policy Editor.
  2. Navigate to the User Configuration > Administrative Templates > Control Panel option from the left sidebar. Next, double-click the “Prohibit access to Control Panel and PC settings” or “Prohibit access to the Control Panel” policy on the right side.

  3. Select the Enabled option, click Apply and then OK. If you want to enable the Control Panel later, just set the value to Not Configured or Disabled.

  4. This policy should take effect immediately. No restart is required. When you try to open the Control Panel, you’ll get this error message: “This operation has been canceled due to restrictions in effect on this computer. Please contact your system administrator.

Method 2: Disable / Enable Control Panel Using Registry Editor

  1. Use the Windows key + R keyboard shortcut to open the Run command. Type regedit and click OK to access Registry Editor.
  2. Navigate to HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer from the left sidebar, right-click empty space in the right pane and choose New > DWORD (32-bit) Value.

  3. Name your new value NoControlPanel and change the value from 0 to 1.

  4. Restart needed for the registry changes to take effect. After rebooting you’ll be unable to open Control Panel. If you want to restore access to Control Panel, just change the NoControlPanel value from 1 back to 0. That’s it!

How to Import EFS Certificate into Windows 10, 8 and 7

October 17th, 2017 by Admin

If you lost access to your EFS encrypted files, you’ll not be able to open them unless you have a backup of the EFS certificate to decrypt the data. In this tutorial we’ll show you 2 simple ways to import EFS certificate into Windows 10, 8 and 7, so you can regain access to your EFS encrypted files.

Method 1: Import EFS Certificate into Windows Using Certificate Import Wizard

  1. Right-click on your EFS certificate (.pfx) in Windows Explorer, and then select Install PFX from the context menu.

  2. When the Certificate Import Wizard opens, click Next.

  3. Confirm the EFS certificate file with the .PFX extension is entered in the File name field. Click Next.

  4. Enter the password to access the private key associated with the EFS certificate. Select the box “Mark this key as exportable. This will allow you to back up or transport your keys at a later time“. Click Next.

  5. Click “Automatically select the certificate store based on the type of certificate” and click Next.

  6. Click Finish.

    You should see a message reporting that the import was successful.

Method 2: Import EFS Certificate into Windows Using Command Prompt

  1. Open the Command Prompt as administrator.
  2. If you want to import EFS certificate you’ve backed up, type the following command and press Enter.

    certutil.exe -p [certificate_password] -user -importpfx [certificate_full_path]

  3. You will get a security warning indicating that the self-signed EFS certificate is not signed from a trusted authority. Click Yes to continue.

  4. Now you’ve successfully imported the EFS certificate (.pfx) into the Personal store of Certificates Manager.

2 Ways to Backup or Export EFS Certificate in Windows 10 / 8 / 7

October 16th, 2017 by Admin

When you encrypts a folder or file with EFS, Windows will create a EFS certificate and store it locally, so you can transparently access encrypted files without being prompted for certificate / password. In the event of a system failure or your EFS certificate is corrupted or lost, you’ll be unable to access EFS encrypted files any more. So it is very important to backup or export EFS certificate in Windows 10 / 8 / 7.

Method 1: Backup or Export EFS Certificate Using Certificates Manager

  1. Press the Windows key + R together to open the Run box. Type certmgr.msc and click OK to open Certificates Manager.

  2. In the left pane of the Certificates console, expand the Personal node and then click on Certificates.

  3. In the right pane, right-click the certificate that lists Encrypting File System under Intended Purposes, and then select All Tasks -> Export.

  4. When the Certificate Export Wizard opens, click Next.

  5. Choose “Yes, export the private key” and click Next.

  6. Click the checkbox next to “Include all certificates in the certification path if possible” and click Next.

  7. Enter a password that will be used to protect your exported EFS certificate. Confirm it and click Next.

  8. Click the Browse button to find a location to save your exported EFS certificate (.pfx). Type in a name such as “my-EFS-certificate.pfx” and then click Next.

  9. Click Finish.

    You can then backup the exported EFS certificate in a safe place!

Method 2: Backup or Export EFS Certificate Using Command Prompt

  1. Open the Command Prompt as administrator.
  2. In order to export EFS certificate stored in Certificates Manager, type the following command:

    cipher /x d:\my-EFS-certificate

  3. Once you press Enter, you’ll be prompted to confirm backing up EFS certificate. Click OK to continue.

  4. Type a password used for protecting your EFS certificate, then confirm the password.

  5. The .pfx file containing the EFS private key certificate is now saved to the location d:\my-EFS-certificate.

    That’s it!

Enable or Disable Folder Options in Windows 10 / 8 / 7

October 12th, 2017 by Admin

Folder Options is missing from Windows Explorer? How can I remove Folder Options from Control Panel? In this tutorial we’ll show you 2 easy ways to enable or disable Folder Options in Windows 10, 8 and 7.

Method 1: Enable / Disable Folder Options Using Group Policy

  1. Press WIN + R keys to bring up the Run dialog box. Type gpedit.msc and hit Enter.

  2. In the Local Group Policy Editor window, navigate to:
    User Configuration > Administrative Templates > Windows Components > File Explorer

    If you’re running Windows 7/Vista/XP, browse to:
    User Configuration > Administrative Templates > Windows Components > Windows Explorer

  3. Double-click on the policy”Do not allow Folder Options to be opened from the Options button on the View tab of the ribbon” on the right pane. For Windows 7/Vista/XP, this policy is called “Removes the Folder Options menu item from the Tools menu“.

  4. Set it to Enabled or Disabled, depend on if you want to disable or enable Folder Options in Windows Explorer.

  5. Click Apply and then OK. This policy setting will take effect without rebooting.

Method 2: Enable / Disable Folder Options Using Registry Editor

  1. Press WIN + R keys to bring up the Run dialog box. Type regedit and hit Enter.

  2. When Registry Editor is launched, navigate to the key:
    HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
  3. If you want to disable Folder Options in Windows, right-click an empty area on the right pane and create a new DWORD (32-bit) Value, named it as NoFolderOptions and set its value to 1.

    If you want to enable Folder Options, just delete the NoFolderOptions value.

  4. Exit the Registry Editor. Restart needed for your registry change to take effect.

4 Ways to Open Folder Options in Windows 11, 10, 8 and 7

October 12th, 2017 by Admin

How can I open Folder Options through the Command Prompt? If you want to show hidden files or customize how your files are displayed in Windows Explorer, you have to access Folder Options. In this tutorial we’ll show you 4 quickest ways to open Folder Options in Windows 11, 10, 8 and 7.

Method 1: Open Folder Options from Windows Explorer

Press WIN + E keyboard combination to open Windows Explorer (also known as “File Explorer). Click the View tab, and then click Options in the ribbon. This will open Folder Options dialog.

In Windows 11, open File Explorer and click on the See more button (three dots) on the right side of the toolbar, and then select Options.

Method 2: Open Folder Options from Control Panel

Open the Control Panel. Change the View by option to Large icons or Small icons.

Click File Explorer Options to open Folder Options.

Method 3: Open Folder Options from Run or Command Prompt

Press the WIN + R keys together to open the Run command box, and then type control.exe folders and press Enter to access Folder Options.

If you’re at Command Prompt, type control.exe folders and you can also access Folder Options quickly.

Method 4: Open Folder Options by Search

If you’re running Windows 10/8, type folder options into the Cortana Search box on the taskbar. Click on File Explorer Options from the result.

If you’re running Windows 7, click the Start button and type folder options into the search box, then click Folder Options.

That’s it!

How to Find Unsigned Drivers in Windows 10 / 8 / 7

October 10th, 2017 by Admin

Device drivers are critical system files that include a digital signature. When a signed driver has been tampered with or corrupted, the signature becomes invalid and the driver is then unsigned. Unsigned drivers can cause system instability. In this tutorial we’ll show you how to quickly find unsigned drivers in Windows 10 / 8 / 7.

How to Find Unsigned Drivers in Windows 10 / 8 / 7?

  1. Press the Windows + R keys to open the Run dialog box. Type sigverif and click OK.

  2. When the File Signature Verification utility opens, click Start.

  3. It will scan your entire system for unsigned drivers.

  4. After the scan completes, it will display a list of any unsigned drivers you have installed on your computer.

While unsigned drivers don’t necessarily have to be problematic or malicious, it makes sense to check the system for those so you can uninstall them or find a updated signed driver.

How to Disable F1 Key from Opening Help in Windows 10 / 8 / 7

October 10th, 2017 by Admin

How can I stop F1 key from opening Windows Help when gaming? In Windows 8 and 7, pressing F1 key opens Windows Help and Support by default. If you’re using Windows 10, pressing F1 will open a browser window and search for “how to get help in windows 10” on Bing. It can be really annoying when you keep hitting the F1 key accidentally. Here is the best way to disable F1 key from opening help in Windows 10 / 8 / 7.

How to Disable F1 Key from Opening Help in Windows 10 / 8 / 7?

  1. Download the registry fix from this link. It is a zip archive which contains two .reg files.
  2. Next, double-click the disable-f1-key-for-help.reg file to import/merge its contents to the registry.
  3. This registry changes take effect without restart. Now press F1 key will no longer open the Help window in Windows.

Note: this wouldn’t prevent F1 key from working in a game or third-party programs.

How to Turn On / Off File and Printer Sharing in Windows 10 / 8 / 7

September 27th, 2017 by Admin

File and Printer Sharing is a network feature that allows Windows users to share local files and printer with other computers on a network. This is really useful on home network but it can be a security concern on public network. In this tutorial we’ll show you 3 easy ways to turn on or off file and printer sharing in Windows 10 / 8 / 7.

Method 1: Turn On / Off File and Printer Sharing through Control Panel

  1. Open Control Panel. Click the View by option at the top right, and set it to Large icons. Next, click Network and Sharing Center.

  2. Click on the Change advanced sharing settings link on the left side.

  3. Expand the network profile you’re using, select either Turn on file and printer sharing or Turn off file and printer sharing. Click on Save changes when done.

You can configure Windows to turn on file and printer sharing on private network, while choosing to turn off file and printer sharing when your network is set to Guest or Public.

Method 2: Turn On / Off File and Printer Sharing Using Command Prompt

Open the Command Prompt as administrator. Copy and paste the following command and hit Enter. This will turn on file and printer sharing for all network profiles.

netsh advfirewall firewall set rule group="File and Printer Sharing" new enable=Yes

If you want to turn off file and printer sharing for all network profiles, type this command instead:

netsh advfirewall firewall set rule group="File and Printer Sharing" new enable=No

Method 3: Turn On / Off File and Printer Sharing Using PowerShell

Open Windows PowerShell as administrator. Copy and paste the command below to enable file and printer sharing for all network profiles:

Set-NetFirewallRule -DisplayGroup "File And Printer Sharing" -Enabled True

Or disable file and printer sharing:
Set-NetFirewallRule -DisplayGroup "File And Printer Sharing" -Enabled False

Reset Notepad to Default Settings in Windows 10 / 8 / 7

September 2nd, 2017 by Admin

Notepad is a built-in basic text editor that’s been part of Windows for a very long time. You’ve probably customize the default font, font size, window size or word wrap in Notepad, but now you want to reset Notepad to its default settings. Luckily, there is simple registry hack that can reset Notepad completely back to all default settings in Windows 10 / 8 / 7.

How to Reset Notepad to Default Settings in Windows 10 / 8 / 7?

  1. Press the Windows key + R to open the Run command box. Type regedit and press Enter.

  2. When Registry Editor is launched, navigate to the following key:

    HKEY_CURRENT_USER\Software\Microsoft\Notepad

  3. Right-click on the Notepad key in the left pane, and then select Delete from the pop-up menu.

  4. Click Yes to confirm your operation. All your saved settings in Notepad will be deleted. Your Notepad will be back to the default settings on the next run.