Archive for the ‘Windows 10’ category

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!

How to Show Seconds in Windows 10 Taskbar Clock

September 18th, 2017 by Admin

How do I show seconds on the Windows tray clock? By default, only the hour and minutes are displayed in the taskbar clock. Since Windows 10 Anniversary Update (version 1607), there is a simple registry tweak that can make Windows 10 to show seconds in the taskbar clock, without using third-party software.

How to Show Seconds in Windows 10 Taskbar Clock?

  1. Press the Windows key + R together and then type regedit in the Run box.

  2. In the Registry Editor window, navigate to the following key:

    HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced

  3. Right-click on the Advanced key on the left pane, and then select New -> DWORD (32-bit) Value.

  4. Name the new DWORD as ShowSecondsInSystemClock, and set its data to 1.

  5. Log off and then log back into your Windows account. The taskbar clock should now display the seconds too.

This method works with Windows 10 Anniversary Update (v1607) and higher, and continue working with Windows 11.

2 Ways to Disable Run Command (WIN + R) in Windows 10

September 14th, 2017 by Admin

How can I disable Run command in GPO? Just press Win+R keys together and you can get to the Run dialog box immediately. By typing different commands in the Run box, you can access the most used Windows maintenance tools – Registry Editor, Local Group Policy Editor, etc.

When you share a PC with others, you may want to prevent inexperienced users from accessing the Run command. In this tutorial we’ll show you 2 simple ways to disable Run command in Windows 10, so others can’t access Run from the WinX menu or use WIN + R.

Method 1: Disable Run Command in Windows 10 Using Group Policy

  1. Press the WIN + R keys together, type gpedit.msc in the Run command box and then press Enter.

  2. In the Local Group Policy Editor window, navigate to User Configuration -> Administrative Templates -> Start Menu and Taskbar. Double-click on the policy “Remove Run Menu from Start Menu” appearing on the right pane.

  3. Set the policy to Enabled and then click OK.

  4. This policy setting takes effect without rebooting. When you try to access the Run command, you’ll receive the following error message:

    “This operation has been cancelled due to restrictions in effect on this computer. Please contact your system administrator.”

Method 2: Disable Run Command in Windows 10 Using Registry Editor

  1. Press the WIN + R keys together, type regedit and then press Enter.

  2. In the Registry Editor, use the left sidebar to navigate to the following key:
    HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer

    If the Explorer key doesn’t exist, right-click on the Policies key on the left pane, then select New -> Key and name it as “Explorer“.

  3. Right-click any blank area on the right pane, and then select New -> DWORD (32-bit) Value.

  4. Name the new value as NoRun, and set its value data to 1.

  5. This registry setting does not take effect until you reboot your computer.

What to Do If You Want to Re-enable Run Command?

After disabling the Run command, the WIN + X keys doesn’t work any more and you need to use other ways to access Local Group Policy Editor or Registry Editor.

Once you get to the Local Group Policy Editor, just set the “Remove Run Menu from Start Menu” policy to “Not Configured“. Another way is going to the registry key HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer and change the DWORD of NoRun to 0. That’s it!

How to View Group Policy Applied to Your Windows 10 User

September 8th, 2017 by Admin

When you try to make some system changes on your computer, you may get the following or similar error message basically stating that your operation is being blocked by group policy.

“The command prompt has been disabled by your administrator”

“Some settings are managed by your organization”

“This program is blocked by group policy. For more information, contact your system administrator.”

Sometimes it can be really difficult to figure out which group policy prevents you from making system changes, since most group policies available in Local Group Policy Editor are not applied by default. In this tutorial we’ll show you 2 quick ways to view local group policies applied to your user account in Windows 10.

Method 1: View Applied Group Policies Using the Resultant Set of Policy tool

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

  2. The Resultant Set of Policy tool will start scanning your system for applied group policies.

  3. After scanning, the tool will show you a management console that lists out all group policies applied to your currently logged-on account.

Note: The Resultant Set of Policy tool allows you to see what policies are in effect, and you’re unable to change any policy settings from there.

Method 2: View Applied Group Policies Using Command Prompt or PowerShell

  1. Press the WIN + X key combination to open the WinX menu, and then choose “Command Prompt (Admin)” or “Windows PowerShell (Admin)“.

  2. To view all the policies applied to a specific account on your computer, run the following command and press Enter.

    gpresult /user your_account_name /h c:\gpo.html /f

  3. It will generate a report of the applied group policy settings and saves it in HTML format as a file named gpo.html. Open the HTML file using your web browser and you can view applied policies under both Computer Configuration (Computer Details) and User Configuration (User Details).

    That’s it!

Apply Local Group Policy to Non-Administrators or Specific User in Windows 10

September 6th, 2017 by Admin

How to apply local group policy settings to individual user or standard account in Windows 10? On a shared computer, you may want to restrict all users except Administrators from accessing CD, USB drive or other resources. Group Policy Object Editor can help achieve them.

In this tutorial we’ll show you how to apply local group policy to non-administrators or specific users in Windows 10. To do this, you have to log on to Windows as administrators because standard/limited users don’t have the necessary rights to access Group Policy Objects.

How to Apply Local Group Policy to Non-Administrators or Specific User in Windows 10?

  1. Press the Windows key + R to open the Run box. Type mmc and hit Enter.

  2. When the Microsoft Management Console opens, click the File menu and then select “Add/Remove Snap-in“.

  3. Select “Group Policy Object Editor” under the “Available Snap-ins” category, and click on the Add button.

  4. In the next dialog which appears, click on the Browse button.

  5. Click on the Users tab and select Non-Administrators (or a specific user you want to apply group policy settings to) from the list as shown below. Click OK.

  6. Now, you’ll find that this new group policy object is set to “Local Computer\Non-Administrators“. Click on the Finish button to close the wizard.

  7. You will be brought back to the Snap-ins window, click OK.

  8. In the main Management Console window, you will now have a group policy object for non-administrators ( or your selected user). Apply whatever restrictions you want.

  9. After editing the group policy settings, you have to save the snap-in. To do that, click the File menu and select Save As.
  10. In the Save As window, navigate to any location where you want to save this .MSC to. Enter a name for your new snap-in and then click on the Save button.

    If you want to customize your group policy latter, just double-click that .MSC file to make changes.

What to Do If You Want to Delete Group Policy Object for Non-Administrators in Windows 10?

If you want to cancel / disable the group policy applied to non-administrators on your computer, Follow these steps:

  1. Go through the same steps 1 to 4 as above. In the “Browse for a Group Policy Object” window, click the Users tab. You should see all local users, the “Administrators” group and the “Non-Administrators” group. To the right you can see if a local policy object already exists for the given user or group (Yes or No).
  2. Right-click on the Non-Administrators in the list, and then select “Remove Group Policy Object” from the menu that opens.

  3. Click Yes to confirm the deletion of the Local Group Policy object, and you’re done!

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.

How to View or Clear Update History in Windows 10

August 31st, 2017 by Admin

How can I find out which updates I have installed in Windows 10? When performing a manual or automatic update in Windows 10, the system keeps track of installed and failed updates for your review. In this tutorial we’ll show you how to view or clear update history in Windows 10.

Part 1: View Update History in Windows 10

  1. Press the Windows key + I keyboard shortcut to open the Settings app. Click Update & Security.

  2. Click on the “View installed update history” link located under the Windows Update tab.

  3. The update history shows the list of updates installed on your PC. You can find out which update was installed successfully or it failed along with date.

Part 2: Clear Update History in Windows 10

If you think the update history is not useful, you can remove it from Windows 10. Note: Clearing update history will only remove your history log, and it won’t uninstall your installed updates.

  1. Open the Command Prompt (or PowerShell) as Administrator.
  2. Type net stop wuauserv at the Command Prompt and hit Enter to stop the Windows Update service.
  3. Copy and paste the following command and hit Enter. It will delete the log file that stores your Windows update history.

    del "%systemroot%\SoftwareDistribution\DataStore\Logs\edb.log"

  4. Congratulations! You have cleared your Windows Update history. Type net start wuauserv and press Enter to start the Windows Update service again.

Fix: Windows Couldn’t connect to the Group Policy Client Service

August 29th, 2017 by Admin

When you try to log into a standard user account, it may come up with a message saying: “Windows couldn’t connect to the Group Policy Client service. Please consult your administrator.

If you’re facing this problem, you have come to the right place! In this tutorial we’ll show you effective ways to fix the error “Windows couldn’t connect to the Group Policy Client service” in Windows 10, 8 and 7.

Method 1: Perform a System Repair

  1. Open the Command Prompt as Administrator.
  2. Run the following commands one by one to scan for corrupt system files on your computer and repair them.

    Dism /Online /Cleanup-Image /RestoreHealth
    sfc /scannow

  3. Execute this command to reset winsock catalog back to default setting or clean state.

    netsh winsock reset

  4. You will then be asked to restart your computer, after which the issue is hopefully resolved.

Method 2: Fix the Registry Settings

  1. Press the Win + R keys to open the Run box. Type regedit and hit Enter to open the Registry Editor.
  2. In the left pane of Registry Editor, navigate to following registry key:
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\gpsvc

    You should see a DWORD value named Start in the right pane. Make sure its value is set to 2. If you need to modify its value, you have to take ownership of the registry key gpsvc firstly.

  3. Next, look for the ImagePath string which contains a service name we’ll use later. In my example, the service name is “netsvcs”. You may have a different name like “GPSvcGroup”.
  4. Now, navigate to the following key:
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SvcHost

    In the right pane, you should see a Multi-String named “netsvcs” (or “GPSvcGroup”). Double-click on it and make sure that ‘GPSvc’ is added into the list.

  5. Expand the SvcHost key in the left pane, and then click the “netsvcs” (or “GPSvcGroup”) subkey. Right-click an empty area in the right pane to create a DWORD (32-bit) value named AuthenticationCapabilities, give it a value of 12320 in decimal. Next, create another DWORD value called CoInitializeSecurityParam and set its value to 1.

  6. Once you complete all steps above, reboot the computer and the “Windows Couldn’t connect to the Group Policy Client Service” problem should be fixed.

How to Find Your Printer’s IP Address in Windows

August 27th, 2017 by Admin

How do I find the IP address of a printer on a network? Sometimes you may need to install the printer on a different computer, so you need to obtain your printer’s IP address. In this tutorial we’ll show you 2 simple ways to find out your printer’s IP address in Windows 11, 10, 8 and 7.

Method 1: Find Printer’s IP Address via Configuration Sheet

If you have physical access to the printer, you can usually print the configuration page by pressing and holding a button (Power or Go) on the printer for about 5 to 10 seconds. You must find out the button/or combination of button by reading printer manual.

Some printers have the option to view the IP address directly from the system menu. For example, if you’re using HP Office Jet Pro 8600 printer, just go to the Home Screen -> Setup, then touch Reports and then select Network Configuration to see all of the printer’s network details.

Method 2: Find Printer’s IP Address in Windows

If you’re running Windows 11, here’s how you can find the IP address of the printer installed on your computer.

  1. Press the Windows and I keys together on the keyboard to open the Settings app, go to: Bluetooth & devices -> Printers & scanners.

  2. Click on the printer you want to find the IP address of.

  3. Click the “Printer properties” option.

  4. Under the General tab, you will see the IP address of your printer in the Location textbox.

On Windows 10, 8 , 7, you can use the Control Panel to find the printer’s IP address. Follow these steps:

  1. Open the Control Panel and set the View by option to Large icons. Click Devices and Printers.

  2. Right-click on the printer installed on your PC, and then select Printer Properties from the menu that appears.

  3. In the Properties window, go to Ports tab. Select the port that has the check mark and click Configure Port.

  4. In the next screen, you should see the IP address in the “Printer Name or IP Address” text box. That’s it!