Jump to content

JFX

Member
  • Posts

    1,275
  • Joined

  • Last visited

  • Days Won

    7
  • Donations

    0.00 USD 

Posts posted by JFX

  1. 8 hours ago, Sonic said:

    Do you exclude OneDrive folder ? 

    No, all files that are fully stored on local disk are still being captured.
    Only files with attribute FILE_ATTRIBUTE_RECALL_ON_DATA_ACCESS are skipped.

    It's not possible to capture them. These files will be loaded from cloud storage during first read access.
    For online VSS capture this wouldn't work because the snapshot is read-only and
    for offline capture the cloud provider is not running to transfer the data.

  2. WinNTSetup 5.3 Beta 7

    - workaround windows 7 Dism /add-driver bug 30 (AMD, NVIDIA drivers with LZSS compression)
    - workaround EFI NTFS driver bug
    - fixed capture problem with OneDrive On-Demand files
    - added combobox script selection to diskpart window
    - added -diskpart command line switch to bring up diskpart window
    - added WIM_MSG_ERROR and WIMLIB_PROGRESS_MSG_HANDLE_ERROR Messagebox choice
     

  3. It's seems to run a diskpart script and assign S: and W:, then calls WinNTSetup like this:

    WinNTSetup_x64 NT6 -source:"D:\sources\install.wim" -wimindex:1 -syspart:S: -tempdrive:W: -unattend:"path_unattend.xml" -compact:xpress4k

    PS: See, F1 -Help for command line options

  4. Please use code tags.

    Your list is a bit radical. Most of them are empty folder or space gain is minimal.
    Deleting wbem folder saves some space but will break all applications that uses WMI.

    Downlevel folder should be save, if recall correctly it's only be used while servicing from older WinOS.
    (like Win7/8 uses dism to add drivers to offline Win10/11 system)

  5. On 1/13/2023 at 10:32 AM, gdc88 said:

    wimlib_add_image 0x33: Could not read the target of a symbolic link

    Hmm, never got this error message. There is currently no way to skip errors.
    Can you post log file: %TEMP%\WinNTSetup\Logs\wimlib_error.log (don't close WinNTSetup it will delete the temp folder)

    @galkinvv Thanks for these tests. I will remove the 2 Messageboxes and silently create/delete the folders in next version.

  6. Thanks for the reports sharicov.
    I have trouble reproducing them, It could be that the FormatEx API has a problem with some characters of the drive label.

    Could you try the same on command line with a simple label:

    WinNTSetup_x64.exe VHD-CREATE -file:"X:\full_path_to_VHD.vhd" -size:20GB -type:expandable -label:"VHD"

    The other problem could occur with a inaccessible device, if so it will be fixed with next version.

    @Antonino Dunno, I was under the impression that I had fixed all Win11 explorer issues.

  7. WinNTSetup 5.3 Beta 4

    - fixed offline windows scan may not detect Windows 10/11 builds correctly
    - fixed internal VHD boot files option may create duplicate BCD entries
    - fixed auto format may not work if drive is in use
    - fixed loading ISO with relative path may create duplicates in source combo box
    - added Remove OneDrive tweak
    - added DISM feature enable/disable and APPX removal
    - new right-click on tweaks button to quickly disable all tweaks

×
×
  • Create New...