tiny11builder
tiny11builder copied to clipboard
tiny11makerGUI v1.0.1
What's Changed
- Add 'tiny11makerGUI.ps1' to folder
- UI adjustments, logging, window hiding and dismounting image by @Miiraak in https://github.com/Miiraak/tiny11builderGUI/pull/7
- Enhance logging for image processing by @Miiraak in https://github.com/Miiraak/tiny11builderGUI/pull/8
- Refactor functions and improve logging by @Miiraak in https://github.com/Miiraak/tiny11builderGUI/pull/9
- UI & Log overhaul by @Miiraak in https://github.com/Miiraak/tiny11builderGUI/pull/10
- Removing script parameters
Full Changelog: https://github.com/Miiraak/tiny11builderGUI/commits/v1.0.0
Created iso tested on:
- bootable-USB with Rufus (install tested on Acer Aspire E5-511-C145)
- Oracle VM VirtualBox
- Hyper-V
It seem fine for me, let me know if there is some modification to do 👍🏼 I'm working on a progressBar for some long process but it's kinda touchy with the GUI...
I still get those errors
ERROR: The system was unable to find the specified registry key or value.
MethodInvocationException: D:\tiny11\tiny11makerGUI.ps1:512
Line |
512 | $regKey = [Microsoft.Win32.Registry]::LocalMachine.OpenSubKey("zSOFTW …
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| Exception calling "OpenSubKey" with "3" argument(s): "Requested registry access is not allowed."
InvalidOperation: D:\tiny11\tiny11makerGUI.ps1:513
Line |
513 | $regACL = $regKey.GetAccessControl()
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| You cannot call a method on a null-valued expression.
InvalidOperation: D:\tiny11\tiny11makerGUI.ps1:514
Line |
514 | $regACL.SetOwner($adminGroup)
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| You cannot call a method on a null-valued expression.
InvalidOperation: D:\tiny11\tiny11makerGUI.ps1:515
Line |
515 | $regKey.SetAccessControl($regACL)
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| You cannot call a method on a null-valued expression.
InvalidOperation: D:\tiny11\tiny11makerGUI.ps1:516
Line |
516 | $regKey.Close()
| ~~~~~~~~~~~~~~~
| You cannot call a method on a null-valued expression.
MethodInvocationException: D:\tiny11\tiny11makerGUI.ps1:518
Line |
518 | $regKey = [Microsoft.Win32.Registry]::LocalMachine.OpenSubKey("zSOFTW …
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| Exception calling "OpenSubKey" with "3" argument(s): "Requested registry access is not allowed."
InvalidOperation: D:\tiny11\tiny11makerGUI.ps1:519
Line |
519 | $regACL = $regKey.GetAccessControl()
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| You cannot call a method on a null-valued expression.
InvalidOperation: D:\tiny11\tiny11makerGUI.ps1:521
Line |
521 | $regACL.SetAccessRule($regRule)
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| You cannot call a method on a null-valued expression.
InvalidOperation: D:\tiny11\tiny11makerGUI.ps1:522
Line |
522 | $regKey.SetAccessControl($regACL)
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| You cannot call a method on a null-valued expression.
InvalidOperation: D:\tiny11\tiny11makerGUI.ps1:525
Line |
525 | $regKey.Close()
| ~~~~~~~~~~~~~~~
| You cannot call a method on a null-valued expression.
ERROR: The system was unable to find the specified registry key or value.
ERROR: The system was unable to find the specified registry key or value.
ERROR: The system was unable to find the specified registry key or value.
ERROR: The system was unable to find the specified registry key or value.
ERROR: The system was unable to find the specified registry key or value.
ERROR: The system was unable to find the specified registry key or value.
ERROR: The system was unable to find the specified registry key or value.
ERROR: The system was unable to find the specified registry key or value.
InvalidOperation: D:\tiny11\tiny11makerGUI.ps1:542
Line |
542 | $regKey.Close()
| ~~~~~~~~~~~~~~~
| You cannot call a method on a null-valued expression.
ERROR: The parameter is incorrect.
ERROR: The parameter is incorrect.
when it is trying to clean up
I'm not sure about my old PR. It probably need lot improvement. 🤔