Archive for November, 2018

2 Ways to Show or Hide Status Bar in Windows 10 Explorer

November 29th, 2018 by Admin

How to get back the missing start bar in File Explorer? The status bar sits at the bottom of File Explorer, and it lets you see brief information about the currently selected files and switch the folder layout. In this tutorial we’ll show you 2 simple ways to show or hide status bar in File Explorer in Windows 10.

Method 1: Show or Hide Status Bar in File Explorer Using Folder Options

  1. Open up File Explorer, and move to the Ribbon Menu. Click Options under the View tab to launch Folder Options.

  2. Go to the View tab. Under the Advanced settings section, check or uncheck the “Show status bar” option depend on whether you want to enable status bar or not.

  3. Click OK. You can see the change immediately.

Method 2: Show or Hide Status Bar in File Explorer Using Registry Editor

  1. Open Registry Editor. Simply paste the following registry path in the address bar and press Enter.
    HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced

  2. Double-click on the 32-bit DWORD ShowStatusBar in the right pane, change its value to 0 to disable status bar. To enable it, you need to set its value to 1.
  3. Close Registry Editor. Open the File Explorer and this registry tweak should take effect immediately.

How to Encrypt Your Folder without EFS in Windows 10

November 28th, 2018 by Admin

What is the best alternative to Windows Encrypted File System (EFS)? Need to secure your folder before sharing it with your friends? To prevent your sensitive data from being exposed or stolen, you can encrypt your folders/files with this software – Lock My Folders. It provides automatic, real-time(on-the-fly) and transparent encryption for individual folder/file in Windows 10.

Part 1: Install Lock My Folders

To start, you have to download the Lock My Folders application. Once the download is complete, double-click on the setup file and go through the simple installation wizard.

The first time you launch the program it will prompt you to create a master password that is used to encrypt and lock/unlock your secure folders.

Part 2: Create Encrypted Folders

After running the Lock My Folders app, you can click on the Add button to create an encrypted folder.

In the pop-up window, enter a name for the secure folder you want to create, and browse to the location you want to store it. Click OK.

The newly-created secure folder will be shown as “Unlocked”. All files dropped in this secure folder will be encrypted automatically by Windows kernel-mode drivers.

Now, you can open the secure folder in Windows Explorer and put all your sensitive files in it – whether they’re photos, videos, financial documents, or anything else.

If you want to temporarily prevent others from accessing your secure folder, just right-click on it and select “Lock My Folders” from the context menu and make it inaccessible. Every time you restart or shutdown your computer the secure folder will also lock itself automatically.

The next time you log into Windows, you need to unlock the secure folder with your master password before you can access it.

Part 3: Send or Share Encrypted Folder

When you need to transfer the encrypted folder to another PC or upload it to cloud storage, just open up the Lock My Folders program again. Select your secure folder and click on the Remove button.

Click Yes to confirm. A restart is required before you can copy / transfer the secure folder.

After restarting, all files in the secure folder should exist in encrypted format. You can confidently transfer the encrypted folder using a USB drive, and share it with your friends. Anybody can’t decrypt the secure folder without knowing your master password.

Restore Missing “Pin to Start” Context Menu in Windows 10

November 26th, 2018 by Admin

Can’t pin or unpin any app to the Start Menu? The “Pin to Start” option doesn’t show up after the latest Windows 10 update? If you are facing this problem, here is the tutorial to restore missing “Pin to Start” context menu in Windows 10.

Fix: “Pin to Start” Missing from Context Menu in Windows 10

  1. Press the Windows key + R keys to launch Run dialog box, type regedit and press Enter.

  2. In the Registry Editor window, paste the following into the Registry Editor’s address bar, and then press Enter.
    HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies

    On the right pane, look for the DWORD value named as NoChangeStartMenu. If it is listed there, right-click and select the Delete option.

  3. Next, go to each of the following registry keys. right-click the DWORD value LockedStartLayout to delete it if it exists.

    HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\Explorer
    HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\Explorer

  4. Close Registry Editor. Finally, open the elevated Command Prompt and execute this command:
    regsvr32 /i shell32.dll

  5. Restart your computer to check if the “Pin to Start” option is restored back to your right-click context menu.

The above method will clear the policy settings for both “Prevent users from customizing their Start Screen” and “Start Layout“, and tell File Explorer to fix the “Pin to Start” context menu in case it’s missing or corrupted. Hopefully, your problem will be solved!

How can I disable specific Control Panel applets in Windows

November 23rd, 2018 by Admin

Control Panel exposes lots of crucial settings that you might not want somebody else to mess with. In previous post we’ve covered a way to hide specific Control Panel items using GPO, but that can’t prevent others from opening the hidden Control Panel item using Command Prompt. Here we’ll show you another way to disable specific Control Panel applets in Windows 10 / 8 / 7.

How can I Disable Specific Control Panel Applets?

Each tool in Control Panel is represented by a .cpl file in the directory: C:\Windows\System32. In order to prevent anybody from accessing specific Control Panel applets, we can lock down the .cpl files with the application – Protect My Folders.

  1. Download and install the Protect My Folders program. The first time you launch the program, you’ll be asked to set up a password to help prevent unauthorized users from opening it.
  2. Before locking down the .cpl files, you have to modify the program settings. Click on the Settings button.

  3. Under the “Exclude List” tab, select your Windows directory and click on Remove.

  4. Next, open File Explorer and navigate to C:\Windows\System32. You can search for all files with .cpl filename extensions, and double-click on each .cpl file to know if the Control Panel applet is the one you want to disable. For example, timedate.cpl is the “Date and Time” applet, appwiz.cpl is the “Programs and Features” applet, etc.

  5. Just drag the .cpl files you want to restrict others from accessing, and drop them into the Protect My Folders program.

  6. Close the Protect My Folders program. Now, if you try to access the blocked Control Panel applet, it won’t open up any longer.

That’s it!

4 Ways to Change Time Zone in Windows 10

November 20th, 2018 by Admin

If your computer shows the wrong time, it’s probably because Windows fails to update the time zone based on your physical location, especially when you’re traveling overseas. In this tutorial we’ll show you 4 simple ways to change time zone in Windows 10.

Method 1: Change Time Zone in Windows 10 from Settings

Open the Settings app and go to the “Time & Language” section.

Select Date & time in the left-hand menu. Make sure the “Set time zone automatically” is turned off, so you can then click the “Time zone” drop-down menu to set the correct time zone for your location.

Method 2: Change Time Zone in Windows 10 from Control Panel

Open the Control Panel in Large icons view, and click on Date and Time.

Click on the Change time zone button.

In the Time Zone Settings window, you can adjust the time zone based on your physical location. Click OK to save your changes.

Method 3: Change Time Zone in Windows 10 from Command Prompt

Open an elevated Command Prompt.

To view the current time zone, type tzutil /G and press Enter. If you want to find out the list of all available time zones, type tzutil /L instead.

To set a new time zone, execute the command:
tzutil /S "time_zone_name"

Method 4: Change Time Zone in Windows 10 from PowerShell

Open Windows PowerShell as administrator.

You can find out your current time zone by executing the Get-TimeZone command. To list all available time zones, run this command: Get-TimeZone -ListAvailable.

In order to change the time zone, execute the command:
Set-TimeZone -Name "time_zone_name"

That’s it!

3 Ways to Prevent Windows 10 from Syncing Passwords

November 16th, 2018 by Admin

By default, Windows 10 will automatically sync your settings (including desktop themes, passwords, language preferences) across all your devices you sign into with the same Microsoft account. For security and privacy concern, you can selectively turn off password synchronization. In this tutorial we’ll show you 3 ways to prevent Windows 10 from syncing passwords.

Method 1: Turn off Password Sync from the Settings App

  1. Press the Windows key + I to open up the Settings app. Click on Accounts.

  2. Select Sync your settings in the left-hand menu. You can either disable syncing completely, or selectively turn off individual sync settings. Here we choose the Password option to toggle it off.

  3. Now, all your stored credentials in your browsers and Windows apps will not be synced to other devices.

Method 2: Turn off Password Sync Using Group Policy

  1. Open the Local Group Policy Editor and navigate to:
    Computer Configuration\Administrative Templates\Windows Components\Sync your settings

    Next, double-click the “Do not sync passwords” policy on the right side.

  2. Select Enabled. Uncheck the “Allow users to turn passwords syncing on” option if you also want to disable the “Password” sync setting in the Settings app.

  3. Click Apply and then OK.

Method 3: Turn off Password Sync Using Registry Editor

  1. Open Registry Editor and browse to: HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\SettingSync. Right-click on blank area in the right pane, and select New -> DWORD(32-bit) Value.

  2. Name the new DWORD value DisableCredentialsSettingSync. Next, double-click it to modify.

  3. You’ll see the Edit DWORD (32-Bit) Value dialog box. Enter 2 into the Value data and click OK.

  4. Use the same method to create another DWORD DisableCredentialsSettingSyncUserOverride, and set its value data to 1.

  5. Close Registry Editor and reboot your computer.

If you need to turn on password sync later, just change the value of the DWORD DisableCredentialsSettingSync to 0 and you’re done.

3 Steps to Change Default Web Browser to Firefox or Chrome in Windows 10

November 15th, 2018 by Admin

When you click a hyperlink from any app, it will open up the web page in whatever default browser you have set. Microsoft Edge is the default web browser on Windows 10. If you want to change default web browser to something else like Chrome or Firefox, follow the steps below.

3 Steps to Change Default Web Browser to Firefox or Chrome in Windows 10:

Press the Windows key + I to open up the Settings app. Click on the Apps icon.

Next, select Default apps in the left-hand menu. Scroll down to look for a section called Web browser, then click on the icon of your current default browser underneath.

In the resulting pop up menu, you can set the default web browser to Firefox or Chrome that is installed on your computer.

That’s it!

3 Ways to Change Workgroup Name in Windows 10

November 13th, 2018 by Admin

If your PC is part of a home network, you can see other computers in the same workgroup and access the resources (like files and printers) being shared by others. In this tutorial we’ll show you 3 ways to change workgroup name in Windows 10, if you need to join an existing workgroup or create a new one.

Method 1: Change Workgroup Name from System Properties

Press the Windows key + R to open the Run box, type SystemPropertiesComputerName and press Enter.

When the System Properties window opens, click the Change button.

Select Workgroup under “Member of” at the bottom, and enter the desired workgroup name and click OK.

You’ll be prompted to restart your PC and apply the new workgroup name.

Method 2: Change Workgroup Name Using Command Prompt

Open an elevated Command Prompt, and run the following command. Replace “Workgroup_Name” with the new workgroup name.
wmic computersystem where name="%computername%" call joindomainorworkgroup name="Workgroup_Name"

When the command is executed successfully, reboot your PC.

Method 3: Change Workgroup Name Using PowerShell

Open the PowerShell as adminstrator, and execute the following command. Substitute “Workgroup_Name” with the actual name of the workgroup you want to join.
Add-Computer -WorkGroupName "Workgroup_Name"

When finished, close the Windows PowerShell and restart your computer.

3 Ways to Turn off Advertising ID for Relevant Ads in Windows 10

November 12th, 2018 by Admin

By default, Microsoft generates a unique advertising ID for each account to track your activity in Windows Apps to target you with relevant ads. If you want to stop personalized ads from appearing on apps in your Windows 10 PC, here are 3 ways to turn off Advertising ID for your Windows account.

Method 1: Disable Advertising ID for Current Account Using Settings App

  1. Press the Windows + I keyboard shortcut to open the Settings app. Click on Privacy.

  2. Make sure the General tab is selected. On the right side, turn off the “Let apps use advertising ID to make ads more interesting to you based on your app usage“.

  3. Now you’ve reset your advertising ID. You’ll still see ads, but they won’t be personalized to your tastes and preferences.

Method 2: Disable Advertising ID for Current Account Using Registry Editor

  1. Open Registry Editor and browse to the following location:
    HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\AdvertisingInfo

    In the right pane, double-click on the 32-bit DWORD “Enabled” to edit it.

  2. Set its value to 0 to disable your advertising ID. If you want to turn on advertising ID, change the value back to 0.

  3. Now you should be able to use Windows 10 apps without getting targeted ads from Microsoft.

Method 3: Disable Advertising ID for All Accounts Using Group Policy

  1. Open the Local Group Policy Editor and navigate to:
    Computer Configuration\Administrative Templates\System\User Profile

    Double-click on the “Turn off the advertising ID” policy on the right side to edit it.

  2. Select Enabled. Click Apply and then OK.

  3. Now you’ve turned off interest-based advertising, but you will still see ads but they will no longer be as relevant to your interests.

How to Disable or Enable Touch Screen on Windows 10 PC

November 9th, 2018 by Admin

Many Windows 10 laptops and tablets ship with a touch screen. If you want to turn off touch screen function to prevent accidental input, you can disable it completely. In this tutorial we’ll show you how to disable or enable touch screen on Windows 10 PC, using Device Manager or PowerShell command line.

Method 1: Disable or Enable Touch Screen Using Device Manager

  1. Press the Windows key + X to open the Quick Link menu and then select Device Manager.

  2. When the Device Manager window opens, click the little arrow next to “Human Interface Devices” to expand the category. Right-click the “HID-compliant touch screen” and choose Disable device.

  3. A pop-up will appear asking you to confirm disabling your touch screen. Click Yes.

  4. This change will take effect immediately. Try to touch your screen and it should stop responding. If you want to enable the touch screen again, just enable the “HID-compliant touch screen” device and you’re done!

Method 2: Disable or Enable Touch Screen Using PowerShell

Open the PowerShell as administrator and run the following command to disable touch screen on your Windows 10 computer:

Get-PnpDevice | Where-Object {$_.FriendlyName -like '*touch screen*'} | Disable-PnpDevice -Confirm:$false

If you want to enable touch screen, just execute this command instead:
Get-PnpDevice | Where-Object {$_.FriendlyName -like '*touch screen*'} | Enable-PnpDevice -Confirm:$false

That’s it!