2023年8月20日 / kirito / 0 Comments
- Press Shift + F10 to enter the command prompt
- Type regedit to enter Windows Register Editor
- Go to HKEY_LOCAL_MACHINE\SYSTEM\Setup, and create “LabConfig” key
- Add three DWORD (32-bit) value, BypassTPMCheck, BypassRAMCheck, BypassSecureBootCheck and set all the value to 1.
- Closed the regedit and command prompt and enjoy Windows 11 installation.
2017年3月15日 / kirito / 0 Comments
Download link: https://github.com/osfans/PRIME/releases
LOL IME NOT displayed solution:
Add the following lines to ..\GameData\Apps\LoLTW\Game\DATA\Menu\IMEConfig.xml in ChineseSimplified section:
|
<imeName>中州韻輸入法 (PIME)</imeName> <displayName>PIME</displayName> <Tag>GFxIME_SogouPinyin</Tag> |
2014年12月26日 / kirito / 0 Comments
|
ping -n 1800 127.0.0.1 > nul taskkill /F /PID 5996 |
1.1800 means 30min(60 second * 30)
2.5996 can be replaced by the target pid.