Advertisement
Monarch73

windows 10 tipps and tricks

Nov 2nd, 2023 (edited)
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | Software | 0 0
  1. Powershell profile edit command:
  2.  
  3. notepad $profile.AllUsersAllHosts
  4.  
  5. CTRL + ALT + HOME gives keyboard focus back to host when in Remote Desktop. Then you can do WIN + CTRL + LEFT or RIGHT to switch between virtual desktops.
  6. OR
  7. https://github.com/pmb6tz/windows-desktop-switcher
  8.  
  9. cleanswipe wsl:
  10. To uninstall wsl, first uninstall distribution using add/remove programs. then use wslconfig to unregister distribution, then disable wsl using add/remove windows features. Reboot
  11.  
  12. PS C:\Users\Niels.MONARCH> wslconfig /list /all
  13. Windows Subsystem fΓΌr Linux-Distributionen:
  14. docker-desktop (Standard)
  15. Ubuntu-22.04
  16. docker-desktop-data
  17. PS C:\Users\Niels.MONARCH> wsl --version
  18. WSL-Version: 1.2.5.0
  19. Kernelversion: 5.15.90.1
  20. WSLg-Version: 1.0.51
  21. MSRDC-Version: 1.2.3770
  22. Direct3D-Version: 1.608.2-61064218
  23. DXCore-Version: 10.0.25131.1002-220531-1700.rs-onecore-base2-hyp
  24. Windows-Version: 10.0.22621.2506
  25. PS C:\Users\Niels.MONARCH>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement