Archive for the ‘Others’ category

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!

Restrict Windows 10 from Collecting Diagnostic and Usage Data

October 20th, 2017 by Admin

By default, Windows 10 will automatically collect diagnostic and usage Data by using the built-in Telemetry feature. According to Microsoft, it helps to improve the quality of Windows. If you’re worry about this automatic data collection for privacy concern, here are simple ways to restrict / disable Telemetry from collecting diagnostic and usage data in Windows 10.

Method 1: Change Diagnostic and Usage Data Settings from Settings

  1. Press the WIN + I keys together to open the Settings app. Click Privacy.

  2. Under the Feedback and diagnostics section, you can select how much data you send to Microsoft. By default, it’s set to Full, which sends pretty much everything. If you choose Basic, Windows 10 will send the minimum amount of data to Microsoft’s servers.

Method 2: Change Diagnostic and Usage Data Settings from Group Policy

  1. Open the Local Group Policy Editor. Browse to the following location:
    Computer Configuration -> Administrative Templates -> Windows Components -> Data Collection and Preview Builds

    Next, double-click on the policy “Allow Telemetry” appearing on the right pane.

  2. Select the Enabled checkbox. Under the Options section, you can choose the data collection level: Security, Basic, Enhanced, Full.

    Note that the Security option only takes effect for Windows 10 Enterprise edition. If you’re running Windows 10 Home/Pro, Basic is the lowest telemetry level you can choose.

  3. Click OK to save your change. Once you apply this policy, the option to change diagnostic and usage data in Settings app becomes grayed out.

Method 3: Prevent Windows 10 from collecting Diagnostic and Usage Data

If you want to completely stop the Windows 10 telemetry from sending out any data to Microsoft, you can disable the “Connected User Experiences and Telemetry” service. Follow these steps:

  1. Press the WIN + R keys together to open the Run dialog. Type services.msc and press Enter.

  2. When the Services window opens, locate the service “Connected User Experiences and Telemetry” in the right pane, and then double-click it.

  3. Select Disabled from the “Startup type” drop-down box, and click the Stop button to stop the running service. Click OK to save your changes.

How to Turn On / Off Developer Mode in Windows 10

October 18th, 2017 by Admin

By default, Windows 10 allows you to only get and run certified apps from Windows Store. Developer mode makes it possible for developers to test their own apps before submitting them to the Store. In this tutorial we’ll show you 2 simple ways to turn on / off developer mode in Windows 10.

Method 1: Turn On / Off Developer Mode Using Settings App

  1. Open the Settings app and select Update & Security.

  2. Click the For developers tab in the left pane. On the right pane, you can choose “Windows Store apps”, “Sideload apps” or “Developer mode”.

    • Windows Store apps – Only allow you to install apps from the Windows Store.
    • Sideload apps – Allow you to install apps from outside the Windows Store, as long as they’re signed with a valid certificate.
    • Developer mode – Allow you to install apps from outside of the Windows Store, even if they’re not signed.
  3. If you’ve chosen the developer mode, it will alert you that you might be putting yourself at risk by enabling the developer mode. Click Yes to proceed.

  4. This change takes effect immediately without a restart.

Method 2: Turn On / Off Developer Mode Using Registry Editor

  1. Open the Registry Editor and navigate to the following key:
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\AppModelUnlock
  2. Right-click the empty space on the right pane, and create two DWORD (32-bit) values: AllowAllTrustedApps, AllowDevelopmentWithoutDevLicense. Set the associated value data depend on your choice.

    • Windows Store apps – AllowAllTrustedApps = 0, AllowDevelopmentWithoutDevLicense = 0
    • Sideload apps – AllowAllTrustedApps = 1, AllowDevelopmentWithoutDevLicense = 0
    • Developer mode – AllowAllTrustedApps = 1, AllowDevelopmentWithoutDevLicense = 1
  3. When it’s done, close Registry Editor and restart your computer.

How to Recover or Change HomeGroup Password in Windows 10

October 17th, 2017 by Admin

Forgot or misplaced your HomeGroup password? If your computer is already part of a HomeGroup, you can view or reset the password without using third-party software. In this tutorial we’ll walk you through how to recover or change HomeGroup password in Windows 10.

Part 1: Recover HomeGroup Password in Windows 10

  1. Open File Explorer (previously known as Windows Explorer). Right-click the Homegroup shortcut in the left navigation pane, and then select “View the HomeGroup password” from the pop-up menu.

  2. The HomeGroup password is now shown in a yellow box. You can either write it down or print it by clicking the “Print this page” button at the bottom.

Part 2: Change HomeGroup Password in Windows 10

  1. Open File Explorer. Right-click the Homegroup shortcut in the left navigation pane, and then select “Change HomeGroup settings” from the pop-up menu.

  2. Under the “Other Homegroup actions” section, click the “Change the password” link.

  3. When the “Change Your Homegroup Password” wizard opens, choose the “Change the password” option.

  4. Windows will generate a random password automatically, but you can type your own password. When it’s done, click Next to continue.

  5. Now your HomeGroup password was successfully changed. Now you can write down it and close the wizard.

    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!

How to Format Hard Drive Using PowerShell

October 9th, 2017 by Admin

Is there a simple PowerShell script to format a USB disk? If you have a brand new hard drive, or you want to erase all the data from a disk, you have to format it. In this tutorial we’ll explain how to format a hard drive using PowerShell commands in Windows 10.

How to Format Hard Drive Using PowerShell?

  1. To open Powershell as admin in Windows 10, press the Windows key + X together and then select “Windows PowerShell (Admin)“.

  2. Type the following command to find the hard drive you want to format.

    Get-Disk

  3. To clear all partitions and volumes from your disk, type the following command. Replace 1 with the disk number of the drive you want to format.

    Clear-Disk -Number 1 -RemoveData

  4. Next, create a new partition on your blank disk, and assign a drive letter:

    New-Partition -DiskNumber 1 -UseMaximumSize -IsActive -DriveLetter E

  5. To format the newly-created partition with the NTFS file system, type the following command and press Enter. Replace ‘USB’ with the volume label you want to use.

    Format-Volume -DriveLetter E -FileSystem FAT32 -NewFileSystemLabel USB

  6. Once you’ve completed the steps, you can now access the new partition in Windows Explorer.

5 Simple Ways to Start Firefox in Safe Mode

September 28th, 2017 by Admin

Firefox keeps crashing at startup? Firefox uses too much memory and it starts to become sluggish? Do you suspect an add-on is causing Firefox to be slow? If the issue is not present in Firefox Safe Mode, your problem is probably caused by an extension. In this tutorial we’ll show you 4 simple ways to start Firefox in Safe Mode.

Method 1: Start Firefox in Safe Mode from Help Menu

Click the three-line icon in the upper right corner of your Firefox window, and then click the Help icon (question mark) at the bottom.

Select the “Restart with Add-ons Disabled” option from the help menu.

Click the Start in Safe Mode button in the pop-up window that appears. Firefox will restart into safe mode with all add-ons disabled.

Method 2: Start Firefox in Safe Mode from Run

Press the Windows key + R shortcut to open the Run box. Type firefox -safe-mode and press Enter.

In the Firefox Safe Mode window that appears, click on the Start in Safe Mode button.

Method 3: Start Firefox in Safe Mode by Holding SHIFT

Hold down the SHIFT key, and then double-click the Firefox shortcut on your desktop.

When the Firefox Safe Mode window opens, click on the Start in Safe Mode option.

Method 4: Start Firefox in Safe Mode from Command Line

Open the Command Prompt. Type the following command and press Enter.
start firefox -safe-mode

This will open Firefox Safe Mode pop-up and you can select the Start in Safe Mode button.

Method 5: Create Shortcut to Start Firefox in Safe Mode

If you need to start Firefox in safe mode frequently, right-click the Firefox shortcut in desktop and select Properties. Click the Shortcut tab. At the end of the Target field, add this outside of the quotes:
-safe-mode

Click Apply. Whenever you double-click the Firefox shortcut, you will see the Firefox Safe Mode popup and select the Start in Safe Mode button.

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

How to Remove or Enable Security Tab in Folder Properties

September 25th, 2017 by Admin

Trying to change the permissions or ownership of a folder, but the Security tab is missing? How can I disable or restore the Security tab in Windows 10? In this tutorial we’ll show you 2 simple ways to remove or enable the Security tab from folder properties in Windows 10.

Method 1: Remove or Enable Security Tab in Folder Properties Using Group Policy

  1. Press the Win + R keyboard combination to bring up a run box then type gpedit.msc and press Enter.
  2. When the Local Group Policy Editor opens, navigate to:
    User Configuration -> Administrative Templates -> Windows Components -> File Explorer
  3. On the right hand side, double-click the “Remove Security tab” setting.

  4. If you want to remove Security tab, select Enabled and click Apply.

    If you want to restore the missing Security tab, select Disabled instead.

  5. The policy setting will take effect immediately.

Method 2: Remove or Enable Security Tab in Folder Properties Using Registry Editor

  1. Press the Win + R keyboard combination to bring up a run box then type regedit and press Enter.
  2. After Registry Editor opens, navigate to the following key:
    HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
  3. On the right-side pane, create a new DWORD (32-bit) NoSecurityTab and set its value to 1. This will hide the Security tab from folder properties.

    If you want to re-enable the Security tab, simply change the value of NoSecurityTab to 0.

  4. Close Registry Editor and re-open the folder properties, the Security tab will be hide from everyone or magically appear.