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:30] 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 25: Line 30:
 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> \\ {{:techwiki:win11:win11_alt_tab_better.png?400|}} </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 69: Line 79:
   * https://github.com/valinet/ExplorerPatcher   * https://github.com/valinet/ExplorerPatcher
  
 +
 +
 +**Extra App** 
 +  * obs: https://obsproject.com/download
 ====== Win11 Tips and Tricks ====== ====== Win11 Tips and Tricks ======
  
Line 74: Line 88:
   * 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   * 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.1660275027.txt.gz
  • Last modified: 2022/08/12 03:30
  • by ying