21 Commits

Author SHA1 Message Date
Oskar Manhart
a78982bda6
fix: remove bad escape characters 2024-12-18 10:58:39 +01:00
Oskar Manhart
8e3a3bfc9c doc: run install.bat on libvirt 2024-12-13 20:22:25 +01:00
Oskar Manhart
be5d020a04 fix(ci): ignore patches 2024-11-01 13:26:29 +01:00
Oskar Manhart
6dd5038c46
Merge branch 'main' into patch-1 2024-11-01 12:28:58 +01:00
Oskar Manhart
b9aa42856d
Merge pull request #259 from itiligent/main
Clean up network profiles
2024-11-01 12:26:30 +01:00
Rainhard
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
Oskar Manhart
93bdf8856f fix: remove license header from reg file (closes #261) 2024-09-19 12:47:56 +02:00
itiligent
cd2a73ff30 Cleanup network profiles 2024-09-18 23:11:49 +10:00
itiligent
4b22993e9c
Merge branch 'winapps-org:main' into main 2024-09-18 18:02:55 +10:00
pre-commit-ci[bot]
6d67815c9c [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2024-09-18 05:26:52 +00:00
itiligent
e839d1fdcd change script path to %windir% 2024-09-18 15:26:41 +10:00
pre-commit-ci[bot]
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
itiligent
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
Oskar Manhart
3d674066c7 feat: relicense to AGPLv3 2024-09-08 12:30:28 +02:00
Oskar Manhart
570badd78b feat: fix up authors and keep GPL 2024-09-05 18:21:23 +02:00
Oskar Manhart
2dd0980cc9 Revert "Merge pull request #15 from winapps-org/add-contribution-guidelines"
This reverts commit d2601efeab779b33df97c40945e958fecfcecb73, reversing
changes made to f01427a236ea3b2662c94ea9ba959e00b50f600e.
2024-09-05 17:31:21 +02:00
Oskar Manhart
1d3e521144 feat: add license header to our files 2024-09-04 16:48:49 +02:00
Oskar Manhart
6aaf7cf844 feat: add license information to files unchanged from old repo 2024-09-04 16:42:36 +02:00
pre-commit-ci[bot]
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
Itiligent
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
Oskar Manhart
54e57b2f8b feat: automatic installation of .reg file 2024-05-26 12:31:31 +02:00