Jump to content

JFX

Member
  • Posts

    1,271
  • Joined

  • Last visited

  • Days Won

    6
  • Donations

    0.00 USD 

Everything posted by JFX

  1. On WinPE SIB 2.9.1 crashes. The RoGetActivationFactory() for "Windows.Internal.Tiles.TileStore" is failing and there is no error handling.
  2. Yes, it's sadly down a while now, but I don't think that I can be of any help. All communication was done on the forum, I can't even find any email address anymore
  3. Hi dedwot, I can't reproduce it here, maybe it helps if you disable multi core feature introduced it 4.0. [Options] UseMultiCore=0 Maybe it related to x86 version, if possible always use WinNTSetup_x64.exe.
  4. Version 4.1 is ready now! - improved Dark Theme (less flickering) - F1 Help text does support URL's, now have fixed TAB width - minor bug fixes
  5. Not yet, will be added as "Ctrl+Shift+D - select diskpart script to be used to format the disk" as long you don't have any better wording.
  6. Yes, seems the theoven is down, I changed the download link address.
  7. No, it's only a command line option, not mentioned in Help for a reason. If you not absolutely sure you want it, don't use it.
  8. It does not set this "norpfix" flag by default, but you can set it on command line: "-norpfix".
  9. @AshtonLee.IT We had discussion about the version of BOOTICE, see here. Glad it works now. This slow down with Defender is a bit extreme. But i guess an option to disable realtime monitoring during capture would properly cause one more false positive.
  10. @alacran This tweak was already added with RC2 under the following condition. Free space is smaller than max vhd expanded size - 5%. Without disabled pagefile additional 6GB free space are expected.
  11. Safe mode only loads basic stuff. It properly marks something in registry as done. And next full start will work (we have seen similar in WinPE) One thing would be interesting: Is there a difference using VSS or offline capture?
  12. Then I guess Ctrl+Shift+ESC also don't work. Try to boot in safe mode. It could be a problem with fastboot or drive letter assignment.
  13. Depends what you mean what that. Does the logon fails or does it takes unusually long. Or is it more an frozen explorer.exe as you mentioned taskbar? Can open taskmgr and kill/restart explorer.exe?
  14. Hmm yes, wimlib will capture a 1909 with 18363 in XML and wimgapi with 18362.
  15. @laddanator 4.0.1 should fix command line. Alternative download address: http://jfx.square7.ch/WinNTSetup/ @Atari800XL Sure, please mention this update to your buddies
  16. WinNTSetup 4.0 Final - Added Dark Theme support - Added multicore appling of WIM - Added wimlib 1.13.1 - Added bottice 1.3.3.2 - Added Disable Reserved Storage tweak - Added WIM Capture option - Added apply mode Wimboot:WIMCOPY - Added Hotfix uninstall option - Added Driver Export/Import option - Added LegacyBootMenu checkbox - Added exclude section to Tools\Win10Builds.ini - fixed wimlib apply alters WimBootCompress.ini - Boot code UEFI will be selected as default in case of EFI system partition - WOF decompression of \Bootmgr, \EFI\boot\boot*.efi, \EFI\MICROSOFT\BOOT\BOOTMGFW.EFI - WOF decompression of \Boot\BCD, \EFI\microsoft\boot\BCD - Does not delete MountedDevices key for non sysprep images - Allow creation of expandable VHD with any size - Non fitting expandable VHDs will stop from auto expanding on boot - Workaround wimgapi "PrepopulateList" bug
  17. @alacran There was no such file. If the Win7 USB tweak don't work for you, than should use usb-boot-watcher.
  18. @Sonic, there is no log. With VSS for local installations there should be no need to exclude trouble some files. Yes, if you want it on "recovery image partition" than you have to copy it yourself.
  19. Wimboot:WIMCOPY - copies the wim file into "\System Volume Information" folder of the installation, than apply it in wimboot mode.
  20. Changelog is inside the rar comment: WinNTSetup 4.0 RC2 - added capture mode NONE - added apply mode Wimboot:WIMCOPY - update offreg.dll - allow creation of expandable VHD with any size - non fitting expandable VHDs will stop from auto expanding on boot
  21. Registry settings will be the same on full windows, just the question when to set them. Try at setupcomplete.cmd.
  22. Hi Atari800XL, well you can't change the DPI inside a PE after booting. But you can force it before boot inside the registry. _RegWrite('HKLM\PE_DEF\Control Panel\Desktop', 'Win8DpiScaling', 'REG_DWORD', 1) _RegWrite('HKLM\PE_DEF\Control Panel\Desktop', 'LogPixels', 'REG_DWORD', 168) _RegWrite('HKLM\PE_DEF\Control Panel\Desktop\WindowMetrics', 'AppliedDPI', 'REG_DWORD', 168) _RegWrite('HKLM\PE_SOFT\Software\Microsoft\Windows NT\CurrentVersion\FontDPI', 'LogPixels', 'REG_DWORD', 168)
  23. I thought about it for version 4, but it would have required some GUI changes. So it was to much work for a feature nobody cares about. Maybe for version 5 (in a few years) ...
  24. No, license type detection would require to add a lot non redistributable MS files. Just copy the key and use a PIDKey check tool.
  25. There is no such limit, but the ExclusionList section should not be bigger than 32KB. Already supported on command line, will be added to GUI next version.
×
×
  • Create New...