Releases: joshuacline/windick
v1.1.8.2
Added ability to change the recovery wallpaper via the update menu when booted into recovery.
Added file operation context menu to file picker for all functions within the basic recovery menu.
Add File under options in boot creator is now a submenu.
v1.1.8.1
Added ability to choose a wallpaper background for the recovery environment, located under options in boot creator.
Fixed issue with hung prompt during appx removal.
v1.1.8.0
Added ability to 'run as TrustedInstaller' for command and registry list items. Create a new command item with list builder in image management, or see Elevation_Test.zip in prior pre-release for a demonstration.
Service and task list items are now always executed as system. Optional fifth column RAS to indicate 'run as system' is no longer necessary for these items.
Added visibility for 'run as system' and 'run as TrustedInstaller', output is now shown on screen.
v1.1.8.0_Elevation_Test
This test will demonstrate running a command as User, System, and TrustedInstaller, and makes temporary modifications to the TrustedInstaller service.
Extract contents of Elevation_Test.zip into a new folder.
https://github.com/joshuacline/windick/releases/download/v1.1.8.0_Elevation_Test/Elevation_Test.zip
v1.1.7.9
Brute force is no longer a thing and has been changed to a per list item basis. It is now called RAS as in 'run as system' and is an optional fifth column for list items. Currently it is only used for task and registry command items. Create a new list of task items for more details.
v1.1.7.8
Added method to import windows installation media that contains an install.esd instead of an install.wim.
Now specifies versions when updating boot media or the program, when booted into recovery.
Virtual disk PICK item for multi lists has been changed to MOUNT due to an upcoming feature. Create a multi-list template in image management for details.
Now specifies whether user is building or executing a list in image management.
v1.1.7.7
Added ability to remove capabilities. New CAPABILITY list item. Capabilities list items are now generated during base list creation.
DISM list item is depreciated. All DISM operations have been moved to tweaks.mst.
List and base file extensions have been changed to .list and .base to more accurately reflect the intended function. The prior base file extension .mst was to indicate 'master', as in master database to build lists from. With the new 'multi' list type, the .mst file extension has become counterintuitive. Rename the file extension of existing .lst and .mst files, including package lists to continue using.
v1.1.7.6
Added submenu to choose individual list categories during base list creation.
Fixed error message being displayed while importing unattended.xml.
v1.1.7.5
Now specifies when REG command item (registry command) is being run as system during list execution.
Added additional step to change from system32 folder into %WinDir%\temp when brute force mode is enabled (run as service to achieve system\nt authority) during a REG command item.
v1.1.7.4
Fixed issue with processing list subgroups of the same name during list parse, despite being located in a different group.
Fixed issue with certain menus missing the "( 0 ) Create new list" option.
Fixed virtual disk mount/unmount issues when running multiple concurrent list sessions. See Session_Test.zip in prior pre-release for a demonstration.
Added customizable main menu. When enabled, menu.lst will be loaded instead of the default main menu. Create a main menu consisting of a custom set of actions. Useful in scenarios such as setting up a simple recovery menu to do a system restore for someone who isn't tech savvy, along with some predetermined menu options, or streamlining any specific function to a menu item. Example of a custom recovery menu is included. See settings to enable the custom menu.