Difference between revisions of "Windows 10 Tips"

From Briki
Jump to: navigation, search
(Installing WSL)
Line 17: Line 17:
  
 
Note: If you see Error 0x80370102, you may need to enable virtualization in your motherboard BIOS: https://ourcodeworld.com/articles/read/1283/how-to-enable-amd-virtualization-on-the-aorus-x570-motherboard
 
Note: If you see Error 0x80370102, you may need to enable virtualization in your motherboard BIOS: https://ourcodeworld.com/articles/read/1283/how-to-enable-amd-virtualization-on-the-aorus-x570-motherboard
 +
 +
=== Running rsyncd automatically ===
 +
* Set `RSYNC_ENABLE=true` in /etc/default/rsync
 +
* Create `/etc/rsyncd.conf` with the contents (for example):
 +
  [Users]
 +
      path = /mnt/c/Users
 +
      comment = Users
 +
      read only = true

Revision as of 15:50, 12 February 2021

Monitor Switcher

https://sourceforge.net/projects/monitorswitcher/

Monitor Test Patterns

Setup MPC-BE

Rename Network

https://www.howtogeek.com/364291/how-to-change-or-rename-the-active-network-profile-name-in-windows-10/

Installing WSL

https://docs.microsoft.com/en-us/windows/wsl/install-win10

Note: If you see Error 0x80370102, you may need to enable virtualization in your motherboard BIOS: https://ourcodeworld.com/articles/read/1283/how-to-enable-amd-virtualization-on-the-aorus-x570-motherboard

Running rsyncd automatically

  • Set `RSYNC_ENABLE=true` in /etc/default/rsync
  • Create `/etc/rsyncd.conf` with the contents (for example):
 [Users]
     path = /mnt/c/Users
     comment = Users
     read only = true