Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Powershell profile edit command:
- notepad $profile.AllUsersAllHosts
- 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.
- OR
- https://github.com/pmb6tz/windows-desktop-switcher
- cleanswipe wsl:
- 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
- PS C:\Users\Niels.MONARCH> wslconfig /list /all
- Windows Subsystem für Linux-Distributionen:
- docker-desktop (Standard)
- Ubuntu-22.04
- docker-desktop-data
- PS C:\Users\Niels.MONARCH> wsl --version
- WSL-Version: 1.2.5.0
- Kernelversion: 5.15.90.1
- WSLg-Version: 1.0.51
- MSRDC-Version: 1.2.3770
- Direct3D-Version: 1.608.2-61064218
- DXCore-Version: 10.0.25131.1002-220531-1700.rs-onecore-base2-hyp
- Windows-Version: 10.0.22621.2506
- PS C:\Users\Niels.MONARCH>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement