Posted on by
Categories Microsoft Windows 11

  1. Use the key combination WINDOWS + R to open the Run screen.
  2. Type cmd and click OK to open the Command Prompt.
  3. Copy the following command, paste it into CMD and press enter.
    reg.exe add "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f /ve
  4. Restart File Explorer or your computer for the changes to take effect.

Original article can be found here: Restore old Right-click Context menu in Windows 11

Comments 0

Posted on by
Categories Miyoo Mini Plus, Little Piggy Tracker

There finally is a working stable release of Little Piggy Tracker on the Miyoo Mini Plus! Although the volume of sound on this device sucks ass, it’s just loud enough to somewhat work with it.

  1. Download the latest release of LGPT for your Miyoo device on from https://github.com/djdiskmachine/LittleGPTracker/releases/.
  2. Unzip the file.
  3. Create a folder with the name LGPT.pak and copy the files from bin in there.
  4. In the LGPT.pak folder, create a Samples and a Tracks folder (you can copy the demo song to Tracks).
  5. Edit the next two lines in the config.xml file (located in LGPT.pak) into the following:
    <ROOTFOLDER value="/mnt/SDCARD/Tools/miyoomini/LGPT.pak/Tracks"/>
    <SAMPLELIB value="/mnt/SDCARD/Tools/miyoomini/LGPT.pak/Samples"/>
  6. Mount the micro SD card to the computer.
  7. Copy the LGPT.pak folder to the Tools folder on your SD card.
  8. Done!

You can now unmount the SD card and put it back into your Miyoo Mini Plus.
To launch the application, go to Tools and open LGPT.

Comments 0

Posted on by
Categories Microsoft Windows 10

To disable the taskbar thumbnails on Windows 10 Home, do the following:

  1. Use the key combination WINDOWS + R to open the Run screen.
  2. Type regedit, and click OK to open the registry.
  3. Browse the following path: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced.
  4. Right-click on the right side, select New, and click on DWORD (32-bit) Value.
  5. Name the new DWORD ExtendedUIHoverTime and press Enter.
  6. Double-click the newly created DWORD, change its value to 30000 and click OK.
  7. Close the Registry.
  8. Restart your computer to complete the task.

Original article can be found here: How to disable Taskbar thumbnail preview on Windows 10

Comments 0