Author Archive

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 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.

2 Ways to Access Emoji in Windows 10

September 21st, 2017 by Admin

How can I use emoji on a Windows PC? Using emoji to express emotions is really fun and interesting. Start with Anniversary Update, Windows 10 adds native support for emoji and you can use them with your keyboard or touch screen. In this tutorial we’ll show you 2 simple ways to access emoji in Windows 10.

Method 1: Access Emoji in Windows 10 Using On-Screen Keyboard

  1. Right-click on the taskbar and select “Show touch keyboard button” from the context menu.

  2. This will add a keyboard icon to the system tray. Just click that icon to open the touch keyboard.

  3. Click the emoji button next to the space bar, and the alphabetical keys will convert into emoji keyboard.

  4. Select whichever emoji you’d like to use and it’ll be inserted where you left your cursor.

Method 2: Access Emoji in Windows 10 Using Keyboard Shortcut

  1. Put the cursor in any text field you’d like to insert an emoji. This could be Microsoft Word, Chrome, or Notepad app.
  2. Press the WIN + . (full stop) keyboard shortcut, or else the WIN + ; (semicolon). Either will open an emoji picker over the text field.
  3. Emoji are divided into several categories: smiley faces and animals, people, celebrations and objects, food and plants, transportation and places, symbols.

  4. You can pick a category from the bottom row and click any emoji to insert it.

How to View or Reset Network Data Usage in Windows 10

September 19th, 2017 by Admin

If you’re using Windows 10 with a limited data plan, it’s advisable to monitor your network data usage and stop unnecessary applications from consuming your data. In this tutorial we’ll show you how to view how much network data you used in the last 30 days, and reset your data usage in Windows 10.

How to View or Reset Network Data Usage in Windows 10

  1. Press the Windows + I keys together to open Settings. Click Network & Internet.

  2. Select the Data usage option from the left side of the panel. From there, you can see the network data you used in the last 30 days on your Windows 10 PC.

  3. Click on the View usage details link. In the next window, yo can see which apps consumed how much data on WiFi or Ethernet.

  4. If you want to reset or clear the data usage, Click on the Reset usage stats button.

  5. Click the Reset button to confirm that you’re deleting all of network data usage stats for your selected connection.

  6. After a moment, the data usage for your selected network is reset to 0, as shown in the below screenshot.

Note that the option of resetting data usage stats is only available in Windows 10 build 16199 or higher. If you’re running an earlier build of Windows 10, open an elevated command prompt and run these commands to clear network data usage:

net stop DPS
DEL /F /S /Q /A "%windir%\System32\sru\*"
net start DPS

That’s it!