Commit Graph

446 Commits

Author SHA1 Message Date
Homes32
fcd09d665c Improvements to wireless network auto-connect 2024-01-26 20:43:30 -06:00
Homes32
c1e7901b82 Separate options in Explorer script for Show/Hide files with the Hidden and/or System attributes. (Issue #75)
Also separate option for hiding known file extensions. Previously all 3 of these options were controlled by a single checkbox.
2024-01-22 19:06:22 -06:00
Homes32
39b08997ac Fixed SetResolution blocking boot on errors. (Issue #77)
- Setting the display resolution on boot could show an error message if the adapter did not like the graphics mode. This msgbox would block the boot process and could become hidden behind the splash screen. Reconfigured the startup SetResolution process to log any errors and continue instead of displaying a msgbox.
- Pressing F11 during startup will toggle the splash screen show/hide. This can be useful in the even a startup program is blocking but hidden behind the overlay.
- Improvements to SysInfo to get the Windows version directly from the kernel. Also improved ReleaseId/DisplayVersion for Win10 builds.
- Fixed an issue with file attributes not being correctly applied to certain folders.
2024-01-21 19:33:46 -06:00
Homes32
f7f597276f Fixed file attributes not applied when extracted. (Issue #75)
- This also solves the issue with hidden/system files such as desktop.ini launching during startup
2024-01-21 18:13:19 -06:00
Homes32
35b7c2545b Specify full path to cmd.exe to allow pinning to taskbar/start menu 2024-01-21 12:34:31 -06:00
Homes32
6dbbaa4994 Fixed WinPE Cache not getting applied correctly with Win10 sources. (Issue #74) 2024-01-18 20:16:49 -06:00
Homes32
61e73da500 Display settings dark mode improvements 2024-01-15 18:27:25 -06:00
Homes32
dba545ea2d update patching tools 2024-01-14 20:53:58 -06:00
Homes32
ea82371047 fixed a logging issue and selection logic in DriveSnapshot.script 2024-01-14 20:35:08 -06:00
Homes32
f49e0063e3 Cleanup IntelMEIDriver.script for release 2024.01.14 2024-01-14 15:48:42 -06:00
Homes32
1f30f317bf Cleanup IntelMEIDriver.script for release 2024-01-14 15:26:36 -06:00
Jonathan Holmgren
cff74419fe Merge pull request #26 from ISpillMyDrink/drivers/mei
Add module to integrate Intel ME Interface (HECI) driver.
2024-01-14 15:07:14 -06:00
Homes32
d851140f42 update CHANGELOG.md 2024-01-14 14:20:09 -06:00
Homes32
2a8e602a67 Update recommended source ISO. 2024-01-14 14:09:35 -06:00
Homes32
1bc3e70859 Improve DriveSnapshot.script license instructions 2024-01-14 14:06:55 -06:00
Homes32
65c01b29b9 New app FastStoneCapture.script 2024-01-13 21:41:48 -06:00
Homes32
bd753c50e5 Implement license registration for DriveSnapshot.script 2024-01-13 21:37:33 -06:00
Homes32
ff1cadfa30 Hide DriveSnapshot license option until we get this feature implemented. 2024-01-13 19:19:55 -06:00
Homes32
401db899a5 Add option for Use Compact View in explorer. 2024-01-13 19:18:48 -06:00
Homes32
b2369f8ef3 App updates 2024-01-13 15:55:35 -06:00
Homes32
a1e872aa31 Add ClassicCalc.script 2024-01-13 15:48:25 -06:00
Homes32
02dc65d1c0 Update Notepad3.script (Issue #45)
- Removes MSIX manifest entries
2024-01-13 14:58:53 -06:00
Homes32
08af59b0fd Added DriveSnapshot.script (Issue #53) 2024-01-13 14:56:20 -06:00
Homes32
fdbaac8df3 Update DSMTool (Issue #69) 2024-01-13 14:41:37 -06:00
Homes32
3d9032f865 bump Audio patch and StartAllBack supported versions 2024-01-12 21:27:12 -06:00
Homes32
f28ac96148 Dark mode added to PhoenixPE Tray menu, SysInfo and DisplaySettings 2024-01-10 19:57:57 -06:00
Homes32
bb4591ccb4 Removed old Win11 explorer.exe workaround, moved Dark mode settings to Theme script, added additional explorer options. 2024-01-09 21:18:19 -06:00
Homes32
5c20590205 Arsenal Image Mounter updated to Driver v1.2.11.69 / GUI v3.10.262.0 2024-01-07 14:29:39 -06:00
Homes32
658f7c1243 Fixed a regression with Start menu shortcut creation 2024-01-07 14:27:34 -06:00
Homes32
d6068bdcca Added GetStringResource command to the PhoenixAPI to allow extracting strings from the resource table of a binary. 2024-01-06 21:28:28 -06:00
Homes32
6af880c7a9 Added the ability to specify a custom PENetwork config file in 310-PENetwork.script (Issue #64)
- Previously this feature required the user to place the PENetwork.ini file in the project cache, however this could result in the config being destroyed if the cache was cleared.
2024-01-06 10:34:48 -06:00
Homes32
a8b5171c43 Added additional ISO download link to Config Source advanced options. 2024-01-05 18:38:03 -06:00
Homes32
c060452e29 Separate core Network support and PENetwork Manager scripts (Issue #64)
- Moved PENetwork Manager into 310-PENetwork.script
- Fixed PENetwork WiFi profile import to read the .xml for the WiFi name. The previous behavior relied on the name of the XML file for the SSID.
2024-01-05 18:34:28 -06:00
Homes32
1deabd9740 Optimize JSONRead and XMLRead commands. 2024-01-05 18:30:44 -06:00
Homes32
8deb88e195 Updated languages for AttributeChanger.script (Issue #67)
- version also updated to 11.30
2024-01-05 18:16:39 -06:00
Homes32
d0739c26c8 Added XMLRead command to PhoenixAPI (Issue #64)
- Allows reading a single value from an XML file.
2024-01-03 21:41:54 -06:00
Homes32
b345148396 Fix tray menu Set Max Resolution option. 2024-01-01 11:20:13 -06:00
Homes32
68f6138988 Add AutoIt license 2023-12-31 20:28:01 -06:00
Homes32
ecb333ed25 bump copyright year 2023-12-31 20:17:01 -06:00
Homes32
3e23f8031f Added Localization option to sync time on network startup. (Issue #59) 2023-12-31 20:13:44 -06:00
Homes32
f0f3539670 Additional cleanup in SlimFast. (Issue #35) 2023-12-31 19:59:24 -06:00
Homes32
4045ba30f8 Allow WinPE Cache values greater then 4094 MB for Win11 builds (Issue #66) 2023-12-31 19:43:01 -06:00
Homes32
1c17ec77c3 Replace PECMD with AutoIt3 for shell loading/startup config 2023-12-31 19:38:27 -06:00
Homes32
26ddf8fa9d Remove OEM logo if left blank in OEMInfo.script 2023-12-31 18:48:12 -06:00
Homes32
7c9678f7c1 update HWinfo 2023-12-31 18:45:37 -06:00
Homes32
ebc234a9d8 Update Pre-Flight Check tools 2023-12-31 18:44:56 -06:00
Homes32
0686f6597c Bump Copyright year 2023-12-31 18:40:24 -06:00
Homes32
29c660f067 Misc app updates. 2023-11-22 21:14:28 -06:00
Homes32
fb265d686f Update TotalCommander.script to v11.02 and added Ukrainian translation 2023-11-10 20:33:26 -06:00
Homes32
14d12c6a27 PhoenixAPI updates:
Added FileSearch command to the PhoenixAPI to allow searching for a specific file(s) in a path.
Fixed an issue with FileCopyEx that would case the file to be copied incorrectly if the destination directory did not exist.
2023-11-04 16:52:22 -05:00