Archive for December, 2023

2 Methods to Remove Time and Date from Taskbar in Windows 11

December 29th, 2023 by Admin

How can I hide time and date in the system tray on Windows 11? Previously we’ve covered a tricky way to achieve it. Luckily, starting with Windows 11 23H2, the system provides built-in options to remove time and date from the taskbar. In this tutorial we’ll show you another 2 methods to remove time and date from system tray in Windows 11 with ease.

Method 1: Remove Time and Date from Taskbar via Settings App

  1. Open the Settings app. Choose Time & language in the left navigation pane, and then click Date & time in the right side.

  2. Turn off the toggle switch for “Show time and date in the System tray“.

  3. The clock in your system notification area will disappear immediately.

Method 2: Remove Time and Date from Taskbar via Registry Editor

  1. Open Registry Editor and navigate to: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced, then double-click the DWORD HideSystrayDateTimeValueName in the right-side pane.

  2. Just change its value data from 1 to 0, click OK.

  3. Close Registry Editor. You’ll instantly see that the time and date is missing from the taskbar in Windows 11.Whenever you need to get back the time and date, just set the value data of HideSystrayDateTimeValueName to 1.

That’s it!

How to Enable or Disable Location Services in Windows 11

December 22nd, 2023 by Admin

How can I disable location tracking in Windows 11? Can’t turn on my location service because it’s greyed out? Some apps might require accessing the location services so it can provide you with information which is more relevant to your PC’s geographic location.

However, turning on location services may arouse privacy concerns. In this tutorial we’ll show you 3 methods to enable or disable location services in Windows 11.

Method 1: Enable or Disable Location Services via Settings App

  1. Launch the Settings app. Select Privacy & security on the left side, and then click Location on the right side.

  2. You can then toggle the switch next to “Location services” to turn on or off location services in Windows 11.

Method 2: Enable or Disable Location Services via Registry Editor

  1. Open Registry Editor and navigate to: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\location. Next, double-click the string entry called “Value” on the right pane.

  2. Type “Allow” in the value data box to enable location services, or type “Deny” when you need to disable location services, click OK.

  3. Close Registry Editor.

Method 3: Permanently Disable Location Services via Group Policy

Whenever you need to permanently disable the location services or prevent others from turning on location services from the Settings app, the group policy method is a good choice.

  1. Open the Local Group Policy Editor and browse to: Computer Configuration -> Administrative Templates -> Windows Components -> Location and Sensors​. Next, double-click the “Turn off location” policy.

  2. Choose the Enabled option, click Apply and then OK.

    If Local Group Policy Editor is not available on your Windows edition, try the alternative method: open Registry Editor and navigate to: HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\LocationAndSensors and set the value of the DisableLocation to 1. Note: If either the subkey LocationAndSensors or the DWORD DisableLocation doesn’t exist, you need to create it manually.

  3. Close the Local Group Policy Editor. When you open the Settings app and go to Privacy & security -> Location, you’ll find the “Location services” option is greyed out.

That’s it!

How to Stop Microsoft Edge from Showing Multiple Tabs in Alt+Tab

December 13th, 2023 by Admin

Edge browser shows each tab as a new window in Alt + Tab? How can I disable all tabs of Microsoft Edge while doing Alt+Tab? When switching between tasks in Alt + Tab, the Edge browser may show all tabs as a separate task. If you want Microsoft Edge to behave like other web browsers and show just one window, here are 2 simple methods to stop Microsoft Edge from showing multiple tabs in Alt + Tab in Windows 11.

Method 1: Disable Microsoft Edge Tabs in Alt+Tab Using Settings App

  1. Press the Windows logo key + I to open the Settings app, then go to System -> Multitasking.

  2. Click the drop-down list next to “Show tabs from apps when snapping or pressing Alt + Tab” and select “Don’t show tabs“.

  3. When you now press Alt + Tab, you’ll find that only a single window of Microsoft Edge will show up even if you’ve opened many tabs.

Method 2: Disable Microsoft Edge Tabs in Alt+Tab Using Registry Editor

  1. Open Registry Editor and navigate to: HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced, then double-click the DWORD MultiTaskingAltTabFilter on the right pane.

  2. Change its value data to one of the following depend on your choices. In my case, I set the value to 3 for preventing Windows 11 from showing tabs in Microsoft Edge.

    • 0 = Show 20 most recent tabs in Microsoft Edge
    • 1 = Show 5 most recent tabs in Microsoft Edge
    • 2 = Show 3 most recent tabs in Microsoft Edge
    • 3 = Don’t show tabs in Microsoft Edge
  3. Close Registry Editor. You need to log off your account and then log in to make the changes take effect.

That’s it!

2 Methods to Enable or Disable Title Bar Shake to Minimize in Windows 11

December 7th, 2023 by Admin

The title bar window shake feature is also known as Aero Shake, which lets you grab a windows title bar and shake it to minimize all other windows, and shake it again to restore all the minimized windows. It can save you time and improve your productivity. In this tutorial we’ll show you 2 simple methods to turn on or off the title bar window shake feature in Windows 11.

Method 1: Enable or Disable Title Bar Shake to Minimize via Settings App

  1. Open the Settings app. Select the System menu on the left navigation menu, and then click on Multitasking on the right panel.

  2. Toggle the switch for “Title bar window shake” to the On position to enable the title bar window shake, or toggle it to Off if you want to disable Aero Shake.

Method 2: Enable or Disable Title Bar Shake to Minimize via Registry Editor

  1. Open Registry Editor and navigate to: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced. Look for the DWORD DisallowShaking in the right pane, and then double-click it to modify.

  2. Set its value data to 0 for turning on title bar window shake, or set it to 1 if you want to turn off that feature.

  3. Close Registry Editor. This change will take effect immediately and a reboot is not required.

What to do if Title Bar Shake doesn’t work?

If you’ve enabled the “Title bar window shake” feature but it still doesn’t work, it’s possible that the group policy “Turn off Aero Shake window minimizing mouse gesture” is activated. Just follow these steps to disable the group policy:

  1. Open the Local Group Policy Editor and browse to: User Configuration -> Administrative Templates -> Desktop.

  2. Set the “Turn off Aero Shake window minimizing mouse gesture” policy to Not Configured.

That’s it!

3 Methods to Turn off Snap windows in Windows 11

December 6th, 2023 by Admin

How can I prevent auto-maximize when the window is dragged to the screen edge? When you move the cursor to the very top or bottom border of a windows, the cursor will turn into a vertical double arrow and then you can double-click to maximize the current window vertically. If you don’t like to use these ways to maximize or resize the window, you can turn off the Snap windows feature in Windows 11.

Method 1: Turn off Snap windows in Windows 11 via Settings App

  1. Open the Settings app. Choose the System category in the left column and then click Multitasking on the right side.

  2. Toggle the switch next to “Snap windows” from on to off. It will immediately disable the Snap windows feature in Windows 11.

Method 2: Turn off Snap windows in Windows 11 via Registry Editor

  1. Open Registry Editor and browse to: HKEY_CURRENT_USER\Control Panel\Desktop, then double-click the string WindowArrangementActive on the right pane.

  2. To turn off the Snap windows feature, change its value data from 1 to 0. Click OK.

  3. Close Registry Editor. A reboot is required for this change to take effect.

Method 3: Turn off Snap windows in Windows 11 via Control Panel

  1. Open Control Panel in Large icons view, click the “Ease of Access Center” icon.

  2. Click the “Make the keyboard easier to use” option.

  3. Scroll down to the “Make it easier to manage windows” section, uncheck the “Prevent windows from being automatically arranged when moved to the edged of the screen” option.

  4. Click Apply and then OK.

That’s it!