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/12 03:21] 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 24: Line 29:
     - 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>     - 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 reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer" /v AltTabSettings /t REG_DWORD /d 0x1 /f
-</code>+</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 68: 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.1660274506.txt.gz
  • Last modified: 2022/08/12 03:21
  • by ying