Archive for the ‘Others’ category

2 Methods to Disable / Enable Slideshow on Windows 11 Lock Screen

March 29th, 2023 by Admin

Lock screen slideshow is not working in Windows 11? The options to set up a slideshow are greyed out? The slideshow feature allows you to set up a rotation of your album to display on the Windows lock screen. In this tutorial we’ll show you 2 methods to disable or enable the slideshow on the lock screen of Windows 11.

Method 1: Disable / Enable Slideshow on Windows 11 Lock Screen via Group Policy

  1. Open Local Group Policy Editor and browse to: Computer Configuration -> Administrative Templates -> Control Panel -> Personalization​, then double-click the “Prevent enabling lock screen slide show” policy on the right pane.

  2. Choose the Enabled option to turn off the slideshow feature, or select “Not Configured” if you don’t want to prevent the slideshow feature.

  3. Click Apply and then OK. The change will take effect immediately. If you’ve disabled the slideshow feature, open the Settings app and go to: Personalization -> Lock screen, you’ll find that many slideshow settings are greyed out and you’re unable to add an album for your slideshow.

Method 2: Disable / Enable Slideshow on Windows 11 Lock Screen via Registry Editor

  1. Open Registry Editor and navigate to: HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows. Right-click the Windows key in the left sidebar and choose New -> Key.

  2. Name the new key Personalization and select it. Next, right-click the blank area in the right pane and choose New -> DWORD (32-bit) Value.

  3. Name the DWORD NoLockScreenSlideshow, and then double-click it and set its value data to 1. This will disable the slideshow feature and prevent a slide show from playing on the lock screen.

    Whenever you need to enable the slideshow feature, just delete the NoLockScreenSlideshow entry and you’re good to go.

That’s it!

Easy Ways to Find Duplicate Files in Windows 11 / 10 / 8 / 7

March 16th, 2023 by Admin

How can I find duplicate files or images on my computer? After using the computer for a while, duplicate files may accumulate or clutter up your photo albums. If you are tired of duplicate files, you can use the following methods to quickly find duplicate files in Windows 11 / 10 / 8 / 7 so you delete them to free up disk space.

Method 1: Find Duplicate Files Using File Explorer

A duplicate file usually has the same name as the original file, but with the word “- Copy” in the file name. Using File Explorer you can easily find such types of duplicate files on your computer.

  1. Open File Explorer and browse to the location (for example, “This PC”) where may contain duplicate files. Enter the keyword “copy” in the Search box in the upper right-hand corner.

  2. Click the “Search options” button in the toolbar, make sure the “File contents” menu is unchecked.

  3. The system will quickly locate all folders and files which contains the keyboard “copy” in the file names. Then you may need to manually verify which files are duplicate.

Method 2: Find Duplicate Files Using Batch

  1. Open Notepad or other text editor, copy and paste the following code, then save the file with .bat extension and close it.

    @echo off
    setlocal EnableDelayedExpansion
    
    rem Group all file names by size
    for /R %%a in (*.*) do (
       set "size[%%~Za]=!size[%%~Za]!,%%~Fa"
    )
    
    rem Show groups that have more than one element
    for /F "tokens=2,3* delims=[]=," %%a in ('set size[') do (
       if "%%c" neq "" echo [%%a]: %%b,%%c
    )
    
    echo Press any key to exit
    set /p input=


  2. Move the newly-created .bat file to the location where you would like to scan for duplicate files, and double-click it to run the batch.
  3. It will check each file in the current folder and subfolders by file size. If two or more files have the same size, the batch will treat them as potential duplicate files, and display their file names in the same line but separated by a comma.

Method 3: Find Duplicate Files Using Freeware

If you want to find identical files in one or more directories with 100% accuracy, the freeware SearchMyFiles could be of help. This software is distributed as zip archive.

  1. Download SearchMyFiles from Nirsoft website. After unzipping, double-click the executable file in the extracted directory to launch the program.
  2. When the Search Options dialog box pops up, click the Browse button to add a target folder for finding duplicate files. If you want to scan duplicates across multiple folders or drives, just click the Browse button to add the locations one by one.

  3. Click the Start Search button. It will compare all files with equal size. When it find two or more files with identical content, they are added to the duplicates list in the main window.

  4. If you want to delete duplicate files, just select them and right-click to choose “Delete Selected Files” from the pop-up menu.

That’s it!

2 Methods to Turn on / off Spatial Sound in Windows 11

March 6th, 2023 by Admin

How can I enable spatial audio for speaker or headphone in Windows 11? Spatial sound is a feature that creates an enhanced immersive 3D sound experience, making the sound like they’re coming from all around you. In this tutorial we’ll show you 2 methods to turn on or off spatial sound in Windows 11.

Method 1: Turn on / off Spatial Sound Using Settings App

  1. Right-click the Volume icon located at the bottom-right corner of your screen, and then choose “Sound settings” from the pop-up menu.

  2. The Settings app will launch and open to the Sound page. Click the “All sound devices” option under the Advanced section.

  3. Locate and click the headphone or speaker which you would like to enable / disable the spatial sound setting for.

  4. Scroll down to the bottom and you should see the Spatial audio drop-down list. Just click it to select Windows Sonic for Headphones for enabling spatial sound, or choose Off to disable spatial sound.

Method 2: Turn on / off Spatial Sound Using Sound Control Panel Applet

  1. Press the Windows key + R together to launch the Run dialog box, type control mmsys.cpl sounds and press Enter to open the Sound Control Panel applet.

  2. Go to the Playback tab, double-click the speaker or headphone you would like to enable/disable spatial sound for.

  3. Select the Spatial sound tab. Click the drop-down box under the “Spatial sound format” section, you can choose Windows Sonic for Headphones to turn on spatial sound, or set it to Off if you want to disable spatial sound.

That’s it!

How to Turn off Audio Enhancements in Windows 11

March 2nd, 2023 by Admin

How can I disable sound enhancements in Windows 11? What to do if the enhancements tab is missing from Sound/Control Panel? Audio enhancements are intended to enhance the performance and quality of your specific audio hardware. But this feature might also lower down the volume, cause echoes or other issues.

If you encounter similar sound problems with your speaker or microphone in Windows 11, follow this tutorial to turn off audio enhancements and it may solve your problem effectively.

How to Turn off Audio Enhancements in Windows 11

  1. Press the Windows + I keyboard keys at the same time to open the Settings app. Select the System category in the left sidebar, and then click Sound in the right pane.

  2. Scroll down to the Advanced section, Click “All sound devices“.

  3. You’ll see a list of playback devices such as microphones, headphones or speakers, which are connected to your computer. Simply click the device you want to disable audio enhancements for.

  4. To turn off audio enhancements, click the “Audio enhancements” drop-down box and change its setting from “Device Default Effects” to “Off”.

  5. Close the Settings app and you can play your audio device and see if unchecking audio enhancement works.

That’s it!

Fix: Classic File Explorer Ribbon Missing in Windows 11 22H2

February 24th, 2023 by Admin

The classic File Explorer ribbon is missing in Windows 11? Starting with Windows 11 22H2, we’re unable to bring back the classic ribbon with a registry tweak any longer. But there are still other ways to launch File Explorer with classic ribbon in Windows 11 22H2.

Method 1: Using Control Panel to Open Classic File Explorer with Ribbon

  1. Open the Control Panel in the Category view, and then click the up arrow to the left of the address bar.

  2. It will launch File Explorer to the desktop with classic ribbon.

Method 2: Create a Batch to Open Classic File Explorer with Ribbon

If you need to access the classic File Explorer ribbon frequently, you can create a batch file to automatically perform the steps described in the above method.

  1. Simply open the Notepad app or other text editor, copy-paste the following commands, and then click the File menu and choose Save.

    powershell.exe -nop -ep bypass -c "& {"Start-Process \"Control\"; $wshell = New-Object -ComObject wscript.shell; $null = $wshell.AppActivate(\"Control Panel\"); Start-Sleep 0.8; $wshell.SendKeys("'""^"lThis PC~"'")}"

  2. The Save As dialog box will appear. Use the Save as type drop-down menu to choose All files (*.*), then type in a file name ending with .bat extension, click Save.

  3. Now you can double-click the batch file you just created to open classic File Explorer with ribbon quickly.

That’s it!

How to Hide or Show Drive Space Indicator Bars in Windows 11 / 10

February 22nd, 2023 by Admin

How can I hide the free space indicator bars that are shown for all drives? Disk space usage bar is missing? By default, File Explorer will show each drive with a color bar: blue for normal, and red for low free space warning. In this tutorial we’ll show you a simple method to hide or show drive space indicator bars in Windows 11 / 10.

How to Hide or Show Drive Space Indicator Bars in Windows 11 / 10

  1. Open Registry Editor and navigate to: HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Drive. In the right pane, double-click the REG_SZ TileInfo to edit its value data.

  2. In order to hide the drive space indicator, set its value data to the following:
    prop:*System.Computer.DecoratedFreeSpace;System.Volume.FileSystem

    or change the value data to the following for getting back the missing disk space usage bar:
    prop:*System.PercentFull;System.Computer.DecoratedFreeSpace;System.Volume.FileSystem

  3. After making the above change, close Registry Editor. Press the F5 key to refresh your File Explorer, and you can check if the disk space usage bar is missing or showing as you expected.

That’s it!

How To Delete or Disable Run Command History in Windows 11

February 21st, 2023 by Admin

How can I clear or remove my Run command history in Windows 11? By default, Windows will save a history of all commands you’ve executed in the Run dialog box, so you can run the commands from the history without typing them again. If you don’t like this feature, you can follow this tutorial to delete or disable the Run command history in Windows 11.

Method 1: Only Delete Run Command History in Windows 11

  1. Open Registry Editor and browse to the location: HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\RunMRU. In the right pane, you’ll see a full list of the commands that you’ve ever entered in the Run dialog box.

  2. Right-click the RunMRU key in the left pane, and then choose Delete from the pop-up menu.

  3. Click Yes to confirm deleting this key and all its values.

  4. Close Registry Editor. When you press the WIN + R keys together to launch the Run box, you’ll see the input field is empty. All command history has been removed successfully.

Method 2: Delete and Disable Run Command History in Windows 11

  1. Press the WIN + I keys together to start the Settings app. Choose Privacy & security in the left sidebar, and then click General under the “Windows permissions” section.

  2. Turn off the “Let Windows improve Start and search results by tracking app launches” option.

    Tips: There is also a registry tweak which can also turn off the above option. Just open Registry Editor and go to: HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced. Double-click the DWORD Start_TrackProgs and change its value data from 1 to 0.

  3. This will not only clear the existing command history, but also prevent the Run dialog box from saving the commands in future.

Conclusion

These are the most effective methods to remove the Run command history, and make the Run dialog box no longer save the commands you typed in Windows 11.

How to Remove “Add to Favorites” Context Menu in Windows 11

February 20th, 2023 by Admin

How can I disable the “Add to Favorites” option in File Explorer’s context menu? Favorites is formerly known as Pinned files, and it’s a section in the Home page of File Explorer where you can pin frequently used applications and files for quick access.

If you want to prevent others from adding new files or programs to the Favorites, you can remove the “Add to Favorites” option from the context menu in Windows 11.

How to Remove “Add to Favorites” Context Menu in Windows 11

  1. Open Registry Editor and navigate to: HKEY_CLASSES_ROOT\*\shell\pintohomefile. In the right pane, right-click the blank area and choose New -> String Value from the pop-up menu.

  2. Rename the new string to ProgrammaticAccessOnly.

  3. Close Registry Editor. This change will take effect immediately. When you right-click any files or apps, you’ll find that the “Add to Favorites” option disappears from the context menu. But you are still allowed to remove existing favorites from the Home page of File Explorer.

That’s it!

3 Methods to Uninstall OneDrive in Windows 11

February 16th, 2023 by Admin

Starting with Windows 11, OneDrive becomes a standalone app, and you can completely remove it from your system if you don’t need to sync files between your computer and the cloud. In this tutorial we’ll show you 3 quick methods to completely uninstall OneDrive in Windows 11.

Method 1: Uninstall OneDrive in Windows 11 from Settings App

  1. Press the Windows key + I to launch the Settings app. Choose Apps from the left sidebar, and then click the “Installed apps” on the right.

  2. Type OneDrive in the search box to locate the “Microsoft OneDrive” app, and then click the three-dot button to the right of OneDrive, choose Uninstall from the pop-up menu.

  3. Next, click Uninstall to confirm uninstalling this app and it related info.

Method 2: Uninstall OneDrive in Windows 11 from Control Panel

  1. Open Control Panel in the Category view, click the “Uninstall a program” link under the Programs section.

  2. Select the “Microsoft OneDrive” program from the list, and then click the Uninstall button at the top of the list.

  3. Click Yes when the User Account Control dialog pops up, and it will uninstall OneDrive within about one minute.

Method 3: Uninstall OneDrive in Windows 11 from Terminal

  1. Right-click the Start button in the taskbar and choose Terminal (Admin) from the pop-up menu.

  2. When the Terminal opens an elevated Command Prompt or PowerShell, type the following command and press Enter. It will immediately uninstall OneDrive from your PC.
    winget uninstall Microsoft.OneDrive

    If you need to install OneDrive later, just run this command:
    winget install Microsoft.OneDrive

Conclusion

The above methods should be the easiest methods to completely uninstall OneDrive from Windows 11. Whenever you need to use OneDrive again, you can download OneDrive from Microsoft’s website and install it with just a few mouse clicks.