techwiki:win11

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
techwiki:win11 [2022/08/05 06:40] yingtechwiki:win11 [2023/08/09 19:35] (current) – [Win11 Setup] ying
Line 1: Line 1:
 +====== Pro vs Home ======
 +
 +  * no UI language switch
 +  * no remote control
 +
 ====== Win11 Setup ====== ====== Win11 Setup ======
  
Line 19: Line 24:
       - uncheck "Hide extension for know file types"        - uncheck "Hide extension for know file types" 
       - Top part: Apply to All Folders       - Top part: Apply to All Folders
-    - always show full list of Right-click-menu, run this cmd and restart <code cmd>+    - always show full list of Right-click-menu, run this cmd and restart <code batch>
 reg add HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32 /ve /d "" /f reg add HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32 /ve /d "" /f
 </code> </code>
 +    - use win7 alt+tab switch, so you can see switch option while keeping seeing current window layout (kill and restart Explorer to see effects) <code batch>
 +reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer" /v AltTabSettings /t REG_DWORD /d 0x1 /f
 +</code> \\ {{:techwiki:win11:win11_alt_tab_better.png?400|}}
 +    - more win10 taskbar option and more explorer custom reg, ref to : https://www.askvg.com/tip-restore-windows-10-classic-taskbar-in-windows-11-along-with-classic-start-menu/
 +    - stop peek when mouse hover on taskbar tab
 +      * ref: https://www.elevenforum.com/t/enable-or-disable-peek-in-windows-11.8420/
 +      * method a: open SystemPropertiesPerformance.exe, uncheck Peek
 +      * method b: <code>reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\DWM" /v EnableAeroPeek /t REG_DWORD /d 0 /f</code>
   - (optional) Custom account setting   - (optional) Custom account setting
     - (optional) System:Notifications - OFF; uncheck Welcome/Offer/tip at bottom     - (optional) System:Notifications - OFF; uncheck Welcome/Offer/tip at bottom
Line 65: Line 78:
 **some quality of life improvement tool for win11** **some quality of life improvement tool for win11**
   * https://github.com/valinet/ExplorerPatcher   * https://github.com/valinet/ExplorerPatcher
 +
 +
 +
 +**Extra App** 
 +  * obs: https://obsproject.com/download
 +====== Win11 Tips and Tricks ======
 +
 +**Take a delay screenshot**
 +  * some screenshot can't be take with press print-screen key, so open win11 new Snipping tool, you now have a delay option on the toolbar for you to set delay and click button to let it pop a freeze screen for screen after a delay
 +
 +====== Problem and Solution ======
 +
 +  * turn off win11 disk bitlocker encryption
 +    * encryption is good, but when you want to recover data, it is troublesome, go setting > privacy security > device encryption : off
  • techwiki/win11.1659681629.txt.gz
  • Last modified: 2022/08/05 06:40
  • by ying