Jump to content

JFX

Member
  • Posts

    1,254
  • Joined

  • Days Won

    6
  • Donations

    0.00 USD 

Everything posted by JFX

  1. 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.
  2. Crash should be fixed with Beta 5.
  3. Please check the file version that got downloaded. Tools\x64\DISM\dismapi.dll should be version 10.0.22621.1. Seams it does not load the Tools version and the Windows !0 Host one is too old. Will be fixed.
  4. 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
  5. Click on the windows flag on top right. Than check "Create Language File" in the menu. I removed it on the NT6 Tab site. There was no need, you can select ISO or WIM with normal left click.
  6. Sure, being disconnected from network should avoid the whole problem.
  7. Hmm, actually I already did this 5 month ago. ; 5.2.5 - always disable Network requirement ORSetDword(*SftHive, "Microsoft\Windows\CurrentVersion\OOBE", "BypassNRO", 1)
  8. I can't reproduce it with ru-ru_windows_11_consumer_editions_version_21h2_updated_nov_2022_x64_dvd_0b76dae7.iso nor with ru-ru_windows_11_consumer_editions_version_22h2_updated_nov_2022_x64_dvd_d94d1eb8.iso However, MSMG ToolKit adds the following to registry: Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\OOBE] "BypassNRO"=dword:00000001 If this work for you I'll add it to next beta.
  9. Win7-11-Select.xml should actually avoid this, no idea why it should fail to suppress any prompt.
  10. @Antonino Sorry, I have no experience with MAC, but if let you start the windows boot manager, it should be possible. @Nikolay Don't know what you mean, unattend option works nicely with local account.
  11. WinNTSetup 5.3 Beta 3 - WinCopy: fixed boot files creation in some cases - WinCopy: Volume selection shows needed size - WinCopy: temporary shrink option - WinCopy: added "-shrink" And -"MergeIDE" command line switches - WinCopy: fixed CLI version wrongly reports error - Unattend: Win7-11-Select.xml disables 42 days password expire - MinWin: some fixes for Windows 11 explorer - MinWin: fixed MUI files other than *.mui were removed - MinWin: fixed bootmenu fonts
  12. Hi sakatgg, this seems to be a bug with the MUI file cleaning. I'll fix it.
  13. Your right, bcdboot.exe call fails with volume path. Bcdedit.exe does accept a path stating with "\\?\Volume{.." , but bcdboot.exe wants "Volume{...".
  14. @bapt Why not create your own DriveTypeCategorizer, you can get an example on how to do this in ExplorerPatcher source. Better invest 10 min once instead of asking every couple of weeks.
  15. No, there no way to bypass. In your 500GB source partition there must be at least 1 cluster that's located beyond 250 GB offset. However, this error message needs to be improved, it should display the needed space. BTW: I't might be possible for some defragment tool, to move all used data to beginning of the drive.
  16. I'll add this to "unattend\Win7-11-Select.xml" in next release: <?xml version="1.0" encoding="utf-8"?> <!-- [WinNTSetup] process=1 ;process 1 - asks for user input and replaces all 4 %variables% ;process 2 - don't ask and only replaces %WinNTSetup-Arch% ;WinNTSetup-Arch ;WinNTSetup-User ;WinNTSetup-PC ;WinNTSetup-Group --> <unattend xmlns="urn:schemas-microsoft-com:unattend"> <settings pass="specialize"> <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="%WinNTSetup-Arch%" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ComputerName>%WinNTSetup-PC%</ComputerName> </component> <component name="Microsoft-Windows-UnattendedJoin" processorArchitecture="%WinNTSetup-Arch%" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Identification> <JoinWorkgroup>%WinNTSetup-Group%</JoinWorkgroup> </Identification> </component> </settings> <settings pass="oobeSystem"> <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="%WinNTSetup-Arch%" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="NonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <UserAccounts> <LocalAccounts> <LocalAccount wcm:action="add"> <Name>%WinNTSetup-User%</Name> <Group>Administrators</Group> <Password> <PlainText>true</PlainText> <Value /> </Password> </LocalAccount> </LocalAccounts> <AdministratorPassword> <Value /> </AdministratorPassword> </UserAccounts> <AutoLogon> <Password> <Value /> </Password> <Enabled>true</Enabled> <LogonCount>1</LogonCount> <Username>%WinNTSetup-User%</Username> </AutoLogon> <OOBE> <NetworkLocation>Home</NetworkLocation> <HideEULAPage>true</HideEULAPage> <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE> <SkipMachineOOBE>true</SkipMachineOOBE> <SkipUserOOBE>true</SkipUserOOBE> </OOBE> <FirstLogonCommands> <SynchronousCommand wcm:action="add"> <CommandLine>net accounts /maxpwage:unlimited</CommandLine> <Order>1</Order> </SynchronousCommand> </FirstLogonCommands> </component> </settings> </unattend>
  17. Thanks for the translation. You can force dark theme in WinNTSetup.ini. [Options] DarkMode=1 Same goes to BootICE and Tools\x64\BootICE\BootICE.ini. Seems my last fix disabled that option in BootICE.ini. So you will need Beta2 to have it work. I'm not sure about 3 and 4, but couldn't you do that with $OEM$ and SetupComplete.cmd?
  18. WinCopy will create a copy of windows installation. For example, move the current installation into a VHD. The first 6 modes are using wimlib (with optional WOF compression). It's like capture and apply without actually creating a WIM file. File exclusion using a WimScript.ini are possible as well using MinWin by clicking on the Mode label. The VOLUME COPY option is more like Drive SnapShot, it copies the entire NTFS File System (used clusters only). It's much faster than the other modes, but does not offer any options. Destination drive can be smaller as the source drive, but the last used cluster must fit in it.
  19. Yes, there are some changes to the default minwin profile. Properly best if you compare old and new profile folder with something like WinDiff or WinMerge. Mega and Mediafire link at the end of the first post.
  20. WinNTSetup 5.3 Beta 1 - compiler updated to PureBasic 6.00 C-Backend - updated wimlib to version 1.13.6 - right-click on apply mode combo opens Tools\Compact\WimBootCompress.ini - fixed errors with native 4K drives - fixed VSS error not displayed - fixed Bootice Mod always starts in darkmode - added commandline switch for VHD-CREATE -uuid:{UUID} (simular to VBoxManage internalcommands sethduuid) - added WinCopy option (copy Windows from one partition to another) - added WinCopy and WinCopy-CLI command line - changed wimlib is the default compression engine - MinWin: support inline comments (//) - MinWin: grant full admin access to files - MinWin: fixed VCRuntime 2008 installer needs sxsstore.dll and config\TxR - MinWin: fixed diskpart shrink needs defragproxy.dll - RegImport: added support for [?HKEY_LOCAL_MACHINE\...] (only processed if key exists)
  21. There is no noticeable difference in speed between the 2. WIMBoot is the most space saving option, that's all.
  22. Well, you will have a stand alone VHD WIMBoot Windows, that can be easily use in a Virtual Machine. Normal WIMBoot mode will have you to copy WIM file to a NTFS partition before. It was quite useful for me, example for P2V copies, however up coming beta version will have a better option for this scenario.
  23. The name does not matter, just add a .txt file to \Tools\MinWin\Default\Remove folder. There is nothing hard coded, profile should be entirely under control of the user.
  24. Yes, it will scan the entire drive. Name of the *.txt file does not matter. Best to create a new "MySoftware.txt" that contains the whitelist or this specific software. About custom_command.cmd in win_reduce_trusted you only get the driveletter as %WorkDrive%. There could be added much more information...
  25. Hi Antonino, a line like "\*.kyk" will remove all files that match *.kyk and are not part of any whitelist. As for custom_command, no currently there are none. Give me some examples, so I know what these commands need. I mean I can add needed environment variables like %tempdrive%, %minwinprofile% or %OSBuild% before execute them commands.
×
×
  • Create New...