You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Upcoming.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,14 +3,14 @@
3
3
This is to give a bit of information and insight as to what features are currently being implemented and tested on future versions of Optimize-Offline, what to expect and what will be getting implemented.
4
4
All of these features, modules and add-ons are already either complete or going through debugging stages.
5
5
6
-
* Managed WimgApi and DismApi dynamic library wrappers written in C# will replace default DISM PowerShell cmdlets (these are almost complete as of 01-08-2020 and being tested in beta releases).
7
-
* Offline update integrations (currently still in progress).
6
+
* Managed WimgApi and DismApi dynamic library assemblies written in C# will replace default DISM PowerShell cmdlets (completed).
7
+
* Offline update integrations (completed).
8
8
* A full XML writer add-on module will allow for the creation of Answer Files (completed).
9
-
* Current Windows Apps and manifests will be able to be updated (completed).
9
+
* Current Windows Apps and manifests will be updatable using the Windows Store API to download those that are outdated and automatically update the package in-place (completed).
10
10
* Full core component removal options and advanced imaging features (completed).
11
-
* The creation of custom WindowsPE bootable images will be implemented (currently still in progress).
11
+
* The creation of custom WinPE bootable images will be implemented (currently still in progress).
12
12
* The ability to apply the image directly to a Virtual Disk or physical disk will be implemented using native Microsoft Win32 dlls (completed).
13
13
* Local and network deployment compatibility (completed).
14
14
* Additional runtime modules to further customize and attain full control over your system (completed).
15
15
16
-
**The full GUI version is in its alpha stage and has been delayed to ensure complete compatibility with PowerShell 7.**
16
+
**The full GUI version is in its alpha stage to ensure complete compatibility with PowerShell 7.**
0 commit comments