Archive for the ‘Others’ category

Forgot PDF Permissions Password but I Know User Password?

February 23rd, 2024 by Admin

My PDF document is protected by a user password which I know, but I forgot the permissions password? How can I retrieve the PDF security permissions password? Adobe Acrobat may demand a permissions password when you try to edit, add or remove a PDF page. If you’ve tried every password to no avail, you can take use of the PDF Password Recovery software. This step-by-step tutorial can help walk you through the process of how to remove a forgotten PDF permissions password when you can still remember the document open password.

Forgot PDF Permissions Password but I Know User Password?

  1. To get started, download the PDF Password Recovery application. Follow the simple instructions in the installation wizard to complete the installation.
  2. After starting the program, click the button to choose your password protected PDF document, and then select the “Remove Owner Password” option. Click Next.

  3. You will be prompted for a user password (also known as document open password) when it detects your PDF document has both an open password and a modify password. Type the password and click OK.

  4. A decrypted copy of your document will be created in a short time. Click the “Go to folder” button and you can quickly navigate to the location where the decrypted document is saved.

  5. If you open the decrypted copy, it will no longer prompt you for the document open password. When you try to edit or add a page, no permissions password is required as well.

That’s it!

Tutorial: How to Search for Large Files in Windows 11

February 6th, 2024 by Admin

How to search for files based on size in File Explorer? A good way to free up storage space is to find large files on your system, then delete or move them elsewhere. In this tutorial we’ll show you how to search for large files in Windows 11, without using third-party software.

How to Search for Large Files in Windows 11

Open File Explorer. Type * in the search box in the top right corner.

Then “Search options” button will appear in the toolbox, and you can click it to select the size of the files you’d like to find, ranging from Empty to Gigantic.

If the above search criteria don’t meet your needs, you can manually specify the minimum size of large files to filter. For example, when you’re looking for files larges than 1GB (about 1000 Mb), simply type size:>1000mb in the search box.

Once the large files are found, you need to determine if they can be deleted or moved to external hard drive. Deleting the system pagefile or hibernate file straightforward may cause system failure, but you can shrink their file size with the following proper methods:

That’s it!

2 Methods to Disable or Enable Reserved Storage in Windows 11

January 23rd, 2024 by Admin

How can I reduce or turn off reserved storage in Windows 11? Disabling the reserved storage won’t affect the hibernation or virtual memory page file, and you can reclaim the reserved storage when your PC is running low on disk space. In this tutorial we’ll show you 2 methods to disable or enable reserved storage in Windows 11.

Method 1: Disable or Enable Reserved Storage via Windows Terminal

  1. Before getting started, open the Windows Terminal as administrator and then run the following command to check whether the reserved storage is already enabled or disabled on your system.
    DISM /Online /Get-ReservedStorageState

  2. To disable reserved storage, simply execute this command:
    Dism /Online /Set-ReservedStorageState /State:Disabled

    If you want to enable reserved storage later, run this command:
    DISM /Online /Set-ReservedStorageState /State:Enabled

  3. After disabling reserved storage, your PC will perform smoothly as long as it has enough disk space to download and install Windows updates. If you open the Settings app and go to: Storage -> System & reserved, the “Reserved storage” section will no longer show up.

Method 2: Disable or Enable Reserved Storage via Registry Editor

  1. Open Registry Editor and navigate to the location: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\ReserveManager. Next, we need to change the values for the DWORD MiscPolicyInfo and PassedPolicy on the right-side pane.

  2. In order to turn off reserved storage, just set MiscPolicyInfo to 2 and set PassedPolicy to 0. Whenever you need to turn on reserved storage, set the values of both MiscPolicyInfo and PassedPolicy to 1.

  3. Close Registry Editor and reboot your computer to see the changes.

That’s it!

2 Ways to View Reserved Storage Size in Windows 11

January 16th, 2024 by Admin

Reserved Storage is a portion of storage space which is used by Windows 11 to save temporary files for system processes like Windows Update, so you’ll no longer experience Windows Update issue because of low disk space. Note that reserved storage is completely different from system reserved partition, it should be some special folders which can be accessed only by Windows Update or other processes. In this tutorial we’ll show you 2 methods to view and find the current size of the reserved storage on your Windows 11 computer.

Method 1: View Reserved Storage Size from Settings App

  1. Open the Settings app. Select System from the left-hand menu and then click Storage on the right pane.

  2. Click the “Show more categories” link.

  3. Click the System & reserved option.

  4. Under the Reserved storage section, you can see how much storage Windows reserves to facilitate proper performance and successful updates of your device.

Method 2: View Reserved Storage Size from Windows Terminal

  1. Open Windows Terminal as administrator, and then run the following command:
    fsutil storagereserve query C:
  2. It will give you the details of each reserved space. Just add the sizes of each Space Guarantee and you can find out how much disk space is allocated for reserved storage.

    If reserved storage is disabled on your Windows 11 PC, all the sizes of Space Guarantee should be zero.

That’s all!

How to Check Hard Drive Health in Windows 11 with Ease

January 5th, 2024 by Admin

Is my hard drive still healthy? When should I replace my SSD? If there is a way to predict when a hard drive is about to die, we can take preventative actions before disk failure. Luckily, Windows 11 comes with a built-in feature to monitor the hard drive health, so you can get an estimated remaining life and temperature about your hard drive. Currently, this option is only available for NVM SSD. In this tutorial we’ll walk you through the steps of checking hard drive health in Windows 11.

How to Check Hard Drive Health in Windows 11 with Ease

  1. Open the Settings app. Choose the System category in the left-side pane and then click Storage on the right.

  2. Under the “Storage management” section, click the “Advanced storage settings” option.

  3. Click the “Disks & volumes” setting underneath.

  4. Click the Properties button next to your hard drive, not volumes.

  5. Scroll down to the “Drive health” section, you can see the current temperature and estimated remaining life about your disk.

    It might be able to help you catch a failing drive. You’ll get a warning when significant media-related errors or an internal error to the NVM subsystem is detected.

Conclusion

That’s how you can use the built-in feature in Windows 11 to check your hard drive status. However, it doesn’t work with SATA SSD or hard disk drives (HDD). If you need to perform a health check for USB, Intel RAID and NVMe, the freeware CrystalDiskInfo might be your good choice.

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!