Archive for the ‘Windows 10’ category

How to Open the New UWP-based File Explorer in Windows 10

February 9th, 2021 by Admin

Starting with the Creators update (v1703), Windows 10 includes a hidden File Explorer which is based on the UWP (Universal Windows Platform). It is a touch-optimized app which might replace the classic File Explorer in the near future. In this tutorial we’ll show you how to open the new File Explorer in Windows 10.

How to Open the New UWP-based File Explorer in Windows 10

  1. Right-click on any blank space on the desktop. Select New and then click Shortcut.

  2. Copy and paste the following command in the location box and click Next.
    explorer.exe shell:AppsFolder\c5e2524a-ea46-4f67-841f-6a9465d9d515_cw5n1h2txyewy!App

  3. Type a meaningful name for the shortcut and click on Finish.

  4. Double-click on the newly-created desktop shortcut and you can access the UWP-based new File Explorer.

  5. Compared to the classic File Explorer, the modern File Explorer includes most of basic functionality and it provides a seamless experience for touch device users.

That’s it!

How to Add, Remove or Customize Quick Actions in Windows 10

January 23rd, 2021 by Admin

Quick Actions are a set of buttons which let you quickly access common functions, such as turning Bluetooth on or off, switching to tablet mode, adjusting screen brightness and so on. Just click the chat bubble icon in the notification area or press the Windows logo key + A to open the Action Center panel. From there you can see a list of quick action buttons at the bottom. In this tutorial we’ll show you how to add, remove, customize Quick Actions buttons in Windows 10.

Part 1: Enter into Editing Mode

In order to customize Quick Actions, you need to open it in editing mode. Press the Windows logo key + I to open the Settings app, navigate to System -> Notifications & actions. On the right, click the “Edit your quick actions” option. The Quick Actions in the Action Center panel will appear in editable mode.

Another quick way to access the editing mode is to right-click any empty space in the Action Center panel and select Edit from the pop-up menu.

Part 2: Remove Quick Actions Buttons

Simply click the unpin icon displayed in the upper-right corner of any Quick Actions button, and you can remove it from the Action Center.

Part 3: Add Quick Actions Buttons

Click the Add button at the bottom and it will display all hidden quick actions. Select your desired quick action and add its button to the Action Center panel immediately.

Part 4: Rearrange Quick Actions Buttons

To rearrange the Quick Actions, you can drag any of the Quick action buttons and drop it to your desired position.

When everything is done, click the Done button at the bottom to save your changes.

Fix: Windows 10 Battery Indicator Shows “Plugged in Not Charging”

January 12th, 2021 by Admin

Battery stuck at the same percent all the time while plugged in? The battery indicator shows “plugged in, not charging” even when the AC power is connected? If you experience such issues with your Windows 10 laptop or tablet, here are some useful tips to get your battery back to charging when it’s plugged in.

Part 1: Restart Battery Device or Update Driver

  1. Press and hold the Windows key and then press R once, enter devmgmt.msc and click OK to launch Device Manager.

  2. Expand the Batteries category, right-click on the Microsoft ACPI Compliant Control Method Battery and select Disable from the pop-up menu. Click Yes to confirm.

  3. Restart your computer and then open up Device Manager again. Right-click on the Microsoft ACPI Compliant Control Method Battery and select Enable. If your battery still doesn’t charge, try to select the “Update driver” option and let Windows search automatically for newer driver.

Part 2: Using the Power Troubleshooter

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

  2. Select the Troubleshoot tab. On the right, click on the “Additional troubleshooters” link.

  3. Scroll down to the “Find and fix other problems” section, select the Power option and then click on the “Run the troubleshooter” button.

  4. The troubleshooter will fix all the issues related to the power supply and improve power usage.

Hopefully these tips could get your battery back to charging. If your Windows 10 PC still shows plugged in but the battery percentage not changing, it should be a hardware issue related to your power cord or battery.

Quickly Switch Between Windows by Hovering Your Mouse Over in Windows 10

January 8th, 2021 by Admin

Is there a quicker way to switch between open windows? Clicking on a window can bring it from background to foreground and make it active. But that method is not really fast. In this tutorial we’ll show you how to quickly activate a window by hovering over it with the mouse in Windows 10.

How to Activate a Window by Hovering over It with Mouse

  1. Open the Control Panel in Large icons view, and click on Ease of Access Center.

  2. Scroll down to the “Explore all settings” section and click on the “Make the mouse easier to use” link.

  3. Under the “Make it easier to manage windows” section, check the box that says activate a window by hovering over it with the mouse. Click OK and you’re done.

  4. If you have multiple windows open, just move the mouse pointer over any window and hold it for two seconds, that will become the active window.

How to Change Default Setting for Alt+F4 Shut Down Windows Dialog

January 4th, 2021 by Admin

When all open windows are minimized or the desktop is active, pressing Alt+F4 keys will open the Shut Down Windows dialog. The default option is Shut down. Today we will show you 2 methods to change the default setting to Restart, Sleep, Hibernate, Sign out, or Switch user in Windows 10.

Method 1: Change Default Setting for Alt+F4 Shut Down Windows Dialog via Group Policy

  1. Open Local Group Policy Editor and go to: User Configuration -> Administrative Templates -> Start Menu and Taskbar. On the right, double-click the policy called “Change Start Menu power button“.

  2. Click on Enabled. In the Options section, you can select Restart or other action from the drop-down list as the default setting.

  3. Click Apply and then OK. Restart your PC to see the changes.

Method 2: Change Default Setting for Alt+F4 Shut Down Windows Dialog via Registry Editor

  1. Open Registry Editor and navigate to: HKEY_CURRENT_USER\SOFTWARE\Policies\Microsoft\Windows\Explorer. On the right pane, right-click the blank space and select New -> DWORD (32-bit) Value.

  2. Name the newly-created DWORD as PowerButtonAction, then double-click it and change its value data to one of the following values (hex) depend on your choice:

    • 1 = Sign out
    • 2 = Shut down
    • 4 = Restart
    • 10 = Sleep
    • 40 = Hibernate
    • 100 = Switch user
  3. Close Registry Editor and reboot your computer.

How to Change Notepad Default Encoding in Windows 10

December 30th, 2020 by Admin

Is there a way to change Notepad default encoding to UTF-8 or ANSI in Windows 10? If you always save .txt file with ANSI or other encodings, it’s better to change the default encoding in Notepad so you don’t need to manually change the encoding via the Save As dialog. In this tutorial we’ll show you how to change Notepad default encoding in Windows 10.

How to Change Notepad Default Encoding in Windows 10

  1. Open Registry Editor and browse to: HKEY_CURRENT_USER\Software\Microsoft\Notepad. In the left pane, right-click on the Notepad key and select New -> DWORD (32-bit) Value.

  2. Name the newly created DWORD as iDefaultEncoding, and then double-click it to modify.

  3. In the Edit DWORD (32-bit) Value dialog, enter the value for your new default encoding and click OK. In our case, I type 1 for using ANSI encoding.

    • 1 – ANSI
    • 2 – UTF-16 LE
    • 3 – UTF-16 BE
    • 4 – UTF-8 with BOM
    • 5 – UTF-8
  4. Close Registry Editor. Open Notepad and you’ll see the new default encoding in the status bar.

That’s it!

How to Close a TCP / UDP Port Using Windows Firewall

December 29th, 2020 by Admin

Is it possible to block telnet access to port 23? Open ports can pose a security risk and it’s a good practice to close some unused ports. In this tutorial we’ll walk you through the procedure of closing a TCP or UDP port in Windows 10, without using any third-party software.

How to Close a TCP / UDP Port Using Windows Firewall

  1. Press the Windows key and R to bring up the Run box, enter wf.msc and hit Enter to open Windows Firewall.

  2. Right-click on Inbound Rules in the left pane, and then select New Rule.

  3. When the New Inbound Rule Wizard window opens, select Port as the rule type. Click Next.

  4. Choose the type of connection to apply, either TCP or UDP. For safety purposes, I’m going to block incoming connections through remote desktop services, so I choose TCP and enter the port 3389.

  5. Select the Block the connection option and click Next.

  6. Check all the profiles available (Domain, Private and Public) and click Next. Generally you should at least ensure “Public” is checked.

  7. Give a name for this new rule and click on Finish.

  8. Now you’ve successfully blocked / closed a port using Windows Firewall. Your system will block all the incoming connections on the port you specified. Whenever you need to open the port again, just delete the firewall rule you’ve created.

How to Find Which Process is Listening on a Given Port in Windows 10

December 28th, 2020 by Admin

Is there a way to determine which application is listening on a certain port? How do I see if a particular port is in use on a windows PC? In this tutorial we’ll show you how to find out which process is listening on a given port in Windows 10, by using Command Prompt or PowerShell.

Part 1: Find the ID of the Process Using a Given Port

To get started, open the elevated Command Prompt and run the following command:
netstat -aon

It will display a list of TCP and UDP ports currently listening on your computer. In our case, the TCP port 3389 is used by a process whose process ID (PID) is 1272.

You can also use PowerShell to find out which process is listening on the TCP port 3389. Just enter this command:
Get-Process -Id (Get-NetTCPConnection -LocalPort Your_Port_Number).OwningProcess

For UDP port, use this command instead:
Get-Process -Id (Get-NetUDPEndpoint -LocalPort Your_Port_Number).OwningProcess

Part 2: Get Process Name by its ID

In order to find the process name by its process ID, open Task Manager and go to the Processes tab. Sort the list of process by clicking the column header that is labeled “PID“. In our case, the process associated with the PID 1272 is Remote Desktop Services.

If you do not see a PID column, right-click the header of any column and select the PID option.

Conclusion

That’s how you can find out which process is listening on a given port in Windows 10, by using Command Prompt or PowerShell. If you would rather use a third-party software to check ports in use, TCPView should be your good choice.

3 Ways to Disable Aero Shake in Windows 10

December 23rd, 2020 by Admin

When you drag the title bar of an active window and shake it back and forth, Windows will minimize all other open windows. Shaking the title bar again will restore all the minimized windows. This is a handy feature called Aero Shake, which is introduced since Windows 7. If you tend to accidentally triggered Aero shake, here are 3 methods to disable it in Windows 10.

Method 1: Disable Aero Shake in Windows 10 via Settings App

  1. While holding the Windows key, press the I key to open the Settings app. Click on System.

  2. Select the Multitasking tab. On the right side, you can toggle Snap windows off to disable the Aero Shake feature.

Keep in mind this method also disables the Window snapping feature. If you just want to get rid of Aero Shake only, please try the following methods.

Method 2: Disable Aero Shake in Windows 10 via Group Policy

  1. Open Local Group Policy Editor and browse to User Configuration > Administrative Templates > Desktop. On the right-side, double-click on the “Turn off Aero Shake window minimizing mouse gesture” policy.

  2. Select the Enabled option to disable Aero Shake.

  3. Click Apply and OK, then restart your computer to apply the changes.

Method 3: Disable Aero Shake in Windows 10 via Registry Editor

  1. Open Registry Editor and navigate to: HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\Explorer. On the right pane, right-click the blank area and select New -> DWORD (32-bit) Value.

  2. Name the new DWORD NoWindowMinimizingShortcuts, then double-click it to change its value to 1 to disable Aero Shake. Whenever you need to enable Aero shake again, just set the value to 0.

  3. Close the Registry Editor app.

Conclusion

After disabling Aero shake, select the title bar of any window and shake it around or press the Windows key + Home, it should no longer minimize other open windows.

How to Create a Shortcut to Turn Off Monitor in Windows

December 21st, 2020 by Admin

How can I turn off display on tablet without sleeping? You can configure the Power button to turn off the display, but what to do if the “Turn off the display” option is missing on your PC. In this tutorial we’ll show you how to create a desktop shortcut to turn off the monitor in Windows 10/8/7, without using third-party software.

How to Create a Shortcut to Turn Off the Monitor

  1. Right-click on a blank area of the desktop and select New -> Shortcut.

  2. When the Create Shortcut wizard launches, copy and paste the following command into the location area, and then click Next.

    powershell.exe -Command "(Add-Type '[DllImport(\"user32.dll\")]public static extern int SendMessage(int hWnd,int hMsg,int wParam,int lParam);' -Name a -Pas)::SendMessage(-1,0x0112,0xF170,2)"

  3. Type a meaningful name for this shortcut and click on Finish.

  4. Double-click the new shortcut on your desktop and it will turn off the monitor immediately without putting your computer to sleep. If you move the mouse or tap on your keyboard (or press the Power button for 1 second), your monitor will immediately turn on again.

  5. If you would like to press a keyboard shortcut to turn off the monitor, right-click the newly-created desktop shortcut and select Properties. Click the Shortcut key text box and type your own keyboard shortcut.

That’s it!