287 Commits

Author SHA1 Message Date
Rohan Barar
30a9d11fe4 Added WinApps Launcher as a submodule 2024-08-07 09:34:59 +10:00
Rohan Barar
c954ed5436 Removed another misplaced message 2024-08-04 15:49:25 +10:00
Rohan Barar
319fa4300b Removed misplaced message 2024-08-04 15:39:35 +10:00
Rohan Barar
8630653f77 Updated dependencies in README 2024-08-03 22:36:47 +10:00
Rohan Barar
701ad3ae0a Slight comment adjustments 2024-08-03 21:46:57 +10:00
Rohan Barar
bd0d3479b9 Added support for UWP applications 2024-08-03 21:35:06 +10:00
Rohan Barar
9cab5af8f8 Added 'Star History' chart to README 2024-08-01 23:19:17 +10:00
Rohan Barar
d3650c8e0f Corrected misleading comment. 2024-08-01 22:47:05 +10:00
Rohan Barar
4f9e83b3b3 Fix typo 2024-08-01 22:47:05 +10:00
Rohan Barar
89759b2a38
Merge pull request #175 from KernelGhost/main
Added ability to automatically pause and resume Windows.
2024-07-31 07:56:30 +10:00
Rohan Barar
6f439a4df9 Disable AUTOPAUSE by default. 2024-07-31 00:46:34 +10:00
Rohan Barar
b90fb086a9 Updated WinApps config file template as per request in #175 2024-07-30 23:16:51 +10:00
Rohan Barar
1b1dc1ac1c Improved documentation to reduce risk of confusion seen in #159. 2024-07-28 23:16:09 +10:00
Rohan Barar
3bbf6fb5f1 Removed stray space. 2024-07-28 22:58:05 +10:00
Rohan Barar
3b8565fa46 Added ability to auto-pause following period of inactivity. 2024-07-28 22:55:38 +10:00
Rohan Barar
2f8cf846ea Added ability to automatically start Windows. 2024-07-28 21:29:37 +10:00
Oskar Manhart
6caa8d8457
Merge pull request #170 from itiligent/main
Disable auto admin logon to avoid a highly insecure combination of defaults
2024-07-26 16:17:54 +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
b4b666132d
Merge pull request #167 from gordoncheong/main
Adding more file type support for Microsoft Visio
2024-07-25 16:16:09 +02:00
pre-commit-ci[bot]
e807caf967 [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2024-07-25 13:25:48 +00:00
Gordon Cheong
a69c0f9c4d
Add mimetypes for more file types
Adding support for Visio files with extensions .vsdm .vssm .vssx .vstm .vstx
2024-07-25 21:19:33 +08:00
Gordon Cheong
dbc5549c38
Add mimetypes for more file types
Adding support for Visio files with extensions .vsdm .vssm .vssx .vstm .vstx
2024-07-25 21:18:42 +08:00
Gordon Cheong
2df691ec17
Add minetypes for
Adding support for Visio files with extensions .vsdm .vssm .vssx .vstm .vstx
2024-07-25 21:15:06 +08:00
Rohan Barar
d98c4dc59c
Merge pull request #166 from gordoncheong/main
Add Microsoft Visio Support to WinApps Installer
2024-07-25 21:48:09 +10:00
pre-commit-ci[bot]
e56811197b [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2024-07-25 11:16:46 +00:00
gordoncheong
0d4125c3a7
Update info 2024-07-25 18:59:41 +08:00
gordoncheong
78920e533e
Correct MIME_TYPES 2024-07-25 18:59:16 +08:00
gordoncheong
a808995be0
Merge branch 'winapps-org:main' into main 2024-07-25 18:45:55 +08:00
Rohan Barar
8e9ba4854a
Merge pull request #165 from KernelGhost/main
Fixed #152, #162, #163 & #164.
2024-07-25 14:52:44 +10:00
Rohan Barar
e72ef0c039 Fixed #162 by revising UNIX to Windows path conversion logic in 'bin/winapps'. 2024-07-25 14:42:28 +10:00
Rohan Barar
37efb85371 Removed instructions for defining Windows VMs using an existing .xml file. 2024-07-25 14:13:36 +10:00
Rohan Barar
0264a8971c Updated virtualisation stack diagram + Removed unnecessary files as per #152. 2024-07-25 13:50:23 +10:00
gordoncheong
4dc3616150
Fix Visio icon path in README.md 2024-07-25 08:19:56 +08:00
Rohan Barar
dbc71357ce Fixed #164 by replacing with in installation script. 2024-07-25 10:12:59 +10:00
Rohan Barar
f4a63d45a1 Fixed #163 via updated hyperlink to 'RDPApps.reg' in 'libvirt.md'. 2024-07-25 09:56:54 +10:00
Rohan Barar
bd8749a100
Merge pull request #160 from KernelGhost/main
Add support for `scoop` and `chocolatey`.
2024-07-25 09:45:13 +10:00
gordoncheong
b1ec8d347f
Change folder to be inline with the repo 2024-07-24 22:59:06 +08:00
gordoncheong
0d931f0dea
Update README.md
Added Microsoft Visio to the list of officially supported applications
2024-07-24 22:55:48 +08:00
gordoncheong
009ed3ec65
Adding Visio Icons and Installation Info 2024-07-24 22:36:47 +08:00
Rohan Barar
1a3e2a664a
Merge pull request #158 from KernelGhost/main
Refactored 'waCheckContainerRunning' in 'installer.sh' to fix #157.
2024-07-24 21:54:49 +10:00
Rohan Barar
4806232d85 Added support for 'Chocolatey' shims. 2024-07-24 21:52:52 +10:00
Rohan Barar
3298dd12b8 Added support for 'Scoop Package Manager'. 2024-07-24 18:27:02 +10:00
Rohan Barar
ba86f338bf Minor optimisations to 'waCheckContainerRunning'. 2024-07-24 16:33:05 +10:00
Rohan Barar
25b241b12d Refactored 'waCheckContainerRunning' in 'installer.sh' to fix #157. 2024-07-24 02:39:57 +10:00
Rohan Barar
7329ef9a99
Merge pull request #153 from KernelGhost/main
Improved 'Docker' and 'Podman' Installation Documentation + New README Image
2024-07-23 17:18:29 +10:00
Rohan Barar
7416c0a750 Introduced staged dependency checks. 2024-07-23 17:14:43 +10:00
Rohan Barar
25a5a1152b Add link to WinApps-Launcher in README 2024-07-23 09:01:22 +10:00
Rohan Barar
8d36b311cb Added dependency checks for 'arp' and 'nc'. 2024-07-23 06:54:57 +10:00
Rohan Barar
358c6d24fc Added Windows RDP session title 2024-07-22 21:40:48 +10:00