Commit Graph

14 Commits

Author SHA1 Message Date
6dd5038c46 Merge branch 'main' into patch-1 2024-11-01 12:28:58 +01:00
b9aa42856d Merge pull request #259 from itiligent/main
Clean up network profiles
2024-11-01 12:26:30 +01:00
2211d9f78e Fix keyboard-layout being changed to US on RDP connection
Added the IgnoreRemoteKeyboardLayout Registry Key to prevent automatic changes to the keyboard layout.

As mentioned in (this article)[https://poweradm.com/ignoreremotekeyboardlayout-windows-rdp/] the rdp server adds and activates the US keyboard-layout if the keyboard-layout of the client does not match the servers. Since our client is on linux there are many cases where this is not given, so it is better to let the user choose a layout on windows.
2024-09-23 22:19:22 +08:00
93bdf8856f fix: remove license header from reg file (closes #261) 2024-09-19 12:47:56 +02:00
cd2a73ff30 Cleanup network profiles 2024-09-18 23:11:49 +10:00
4b22993e9c Merge branch 'winapps-org:main' into main 2024-09-18 18:02:55 +10:00
90b3422709 [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2024-09-18 04:58:41 +00:00
1496041b48 Clean up old network profiles
Keep Windows networking tidy. At boot a Powershell script will run that  clears out old network profile names automatically created at previous system reboots. A regist change disables the "Do you want your PC to be discoverable" nag screen after eachc reboot
2024-09-18 14:50:48 +10:00
570badd78b feat: fix up authors and keep GPL 2024-09-05 18:21:23 +02:00
2dd0980cc9 Revert "Merge pull request #15 from winapps-org/add-contribution-guidelines"
This reverts commit d2601efeab, reversing
changes made to f01427a236.
2024-09-05 17:31:21 +02:00
6aaf7cf844 feat: add license information to files unchanged from old repo 2024-09-04 16:42:36 +02:00
69aa204d39 [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2024-07-26 04:00:59 +00:00
65811c87ba OEM registry change to prevent auto admin logon
Auto Admin logon is the default setting from the Dockur image. This is a large security vulnerability likely added for convenience. Blocking this default config does not seem to impact any of the Windows container setup.
2024-07-26 13:31:41 +10:00
54e57b2f8b feat: automatic installation of .reg file 2024-05-26 12:31:31 +02:00