Window - Other

How to disable the Autorun functionality in Windows ?

  1. Run dialog : regedit.
  2. Go to HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer.
  3. In this key, change NoDriveTypeAutoRun value to FF for hexadecimal or 255 for decimal.
  4. Restart the computer.

How to enable new File Explorer (WASDK and XAML) [Win11]

  1. Open GitHub website.
  2. Download the ViveTool-vx.x.x.zip file to enable the new version of File Explorer.
  3. Double-click the zip folder to open it with File Explorer.
  4. Click the Extract all button.
  5. Click the Extract button.
  6. Copy the path to the folder.
  7. Open Start.
  8. Search for Command Prompt, right-click the top result, and select the Run as administrator option.
  9. Type the following command (command 1) to navigate to the ViveTool folder and press Enter. (In the command, remember to change the path to the folder with your path.)
  10. Type the following command (command 2) to enable the new File Explorer experience and press Enter.
  11. Type the following command (command 3) to enable the new Gallery view on File Explorer and press Enter.
  12. Restart the computer.


Command 1

cd c:\folder\path\ViveTool-v0.x.x


Command 2

vivetool /enable /id:40729001
vivetool /enable /id:40731912
vivetool /enable /id:41969252
vivetool /enable /id:42922424


Command 3

vivetool /enable /id:41040327

How to enable or disable DHCP ?

Enable :

Set the IP address & DNS server address of IPV4 & IPV6 IP automatically.


Disable :

Set the value you want on IP address & DNS server address of IPV4 & IPV6 IP.

How to Enable or Disable Reserved Storage for WIN Update ?

Enable :

  1. Run dialog : regedit.
  2. Go to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\ReserveManager.
  3. Change the value of DWORD named ShippedWithReserves to 1 in hexadecimal.
  4. Restart the computer.


Disable :

  1. Run dialog : regedit.
  2. Go to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\ReserveManager.
  3. Change the value of DWORD named ShippedWithReserves to 0 in hexadecimal.
  4. Restart the computer.

How to enable RGB Lighting controls [Win11]

  1. Open GitHub website.
  2. Download the ViveTool-vx.x.x.zip file to enable the Lighting settings.
  3. Double-click the zip folder to open it with File Explorer.
  4. Click the Extract all button.
  5. Click the Extract button.
  6. Copy the path to the folder.
  7. Open Start.
  8. Search for Command Prompt, right-click the top result, and select the Run as administrator option.
  9. Type the following command (command 1) to navigate to the ViveTool folder and press Enter. (In the command, remember to change the path to the folder with your path.)
  10. Type the following command (command 2) to enable the RGB lighting settings for gaming and press Enter.
  11. Restart the computer.


Command 1

cd c:\folder\path\ViveTool-v0.x.x


Command 2

vivetool /enable /id:41355275
vivetool /enable /id:35262205

How to find unsaved Microsoft Word file ?

Search .asd into file explorer under my/this pc.


The document will be there. Windows has your backup !!

How to fix "Chinese character display problem" ?

Error : Chinese Characters Will Not Display in Some Applications or Web Pages on an English Language Windows System


Option 1 : Locale Emulator

  1. Download Locale Emulator from here.


Option 2 : Change system locale

  1. Run dialog : control intl.cpl.
  2. Go to Administrative.
  3. Click Change system locale....
  4. In the drop-down menu, change the system locale to the language which compatible with the application.
  5. Click OK.
  6. Restart the computer.


Option 3 : Registry

  1. Run dialog : regedit.
  2. Go to HKEY_CURRENT_USER\Control Panel\International.
  3. For simplified/mainland apps, double Click string named Locale and valued 00000804 and double Click string named LocaleName and valued zh-cn.
  4. For traditional/Taiwan apps, double Click string named Locale and valued 00000404 and double Click string named LocaleName and valued zh-tw.
  5. Restart the computer.

How to fix "Current Printer Is Unavailable" ?

  1. Run dialog : regedit.
  2. Go to HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion.
  3. Right-click Windows and click on Permissions....
  4. Add Everyone as the user and give Full Control permission on it.
  5. Click Apply then OK.

How to fix "Ethernet" doesn't have valid IP configuration ?

Method 1 :

C:\Users\USER-PC>netsh winsock reset
C:\Users\USER-PC>netsh int tcp reset
C:\Users\USER-PC>netsh int ip reset


Method 2 :

C:\Users\USER-PC>ipconfig /release
C:\Users\USER-PC>ipconfig /flushdns
C:\Users\USER-PC>ipconfig /renew


Method 3 :

Check Your Ethernet Cable And Reboot Your Modem Or Wireless Router.

How to fix "MalwareBytes Unable to connect to service" ?

  1. Run dialog : services.msc.
  2. Change Windows Management Instrumentation startup type to Automatic (Delayed Start).
  3. Restart the computer.

How to fix "Not able to see the thumbnail of images" ?

  1. Open File Explorer Options.
  2. Go to View tab.
  3. In Advanced settings and go to File and Folders Options, unchecked Always show icons, never thumbnails options.
  4. Click Apply and then OK.

How to fix "selected iso file is not a valid iso file" ?

  1. Open .iso file by using Power ISO.
  2. File > Image Properties....
  3. In CD/DVD File System, tick UDF and press OK.
  4. File > Save.
  5. Press Yes.