User Tools

Site Tools


software:windows

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
software:windows [2016/07/28 10:28] Michele Porellisoftware:windows [2017/12/25 03:05] – [How-Tos] Michele Porelli
Line 5: Line 5:
   * [[http://www.acc.umu.se/~bosse/|Windows driver examples]] - There are a lot of very interesting drivers for Windows, for example SwapFs: you can use your Linux swap partition as swap space for Windows   * [[http://www.acc.umu.se/~bosse/|Windows driver examples]] - There are a lot of very interesting drivers for Windows, for example SwapFs: you can use your Linux swap partition as swap space for Windows
 ===== How-Tos ===== ===== How-Tos =====
 +==== Logon background ====
 +=== Enable ===
 +enable_background.reg<code>Windows Registry Editor Version 5.00
 +
 +[-HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\System]
 +"DisableLogonBackgroundImage"=dword:00000001</code>
 +=== Disable ===
 +disable_background.reg<code>Windows Registry Editor Version 5.00
 +
 +[HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\System]
 +"DisableLogonBackgroundImage"=dword:00000001</code>
 ==== Enable concurrent RDP sessions ==== ==== Enable concurrent RDP sessions ====
 === Windows 10 === === Windows 10 ===
software/windows.txt · Last modified: 2022/01/29 06:18 by Michele Porelli