-
Posts
1,276 -
Joined
-
Last visited
-
Days Won
7 -
Donations
0.00 USD
Content Type
Profiles
Forums
Events
Everything posted by JFX
-
Hmm, the log file tells that there was a "F:\EFI\Microsoft\Boot\BCD" And a "F:\Boot\BCD" file.
-
I would say, you already had this entry before and just deleted the old VHD.
-
Your right, if you use no tweaks and no other checkbox or command line, the only registry change is the drive letter.
-
Interesting yeah, but not so easy to implement. Not all tweaks are simple registry values. Also some are different depending on the Windows version. Removing the useless build-in Apps would not be possible on all Host OS, due to dism limitations: I'll consider it if I find a good way of doing it, but for now it's properly the best doing that with setupcomplete.cmd in $OEM$ folder. "Applying tweaks" sounds better than "Applying settings" or any idea?
-
Hi mnogo999, the "Turn off USB Device after safe remove" tweak is only using the DisableOnSoftRemove REG_DWORD you mentioned.
-
I made the popup topmost now, so it should become visible but will bot steal the input focus.
-
Beta 3 should no longer steal the focus and appends the used time to the popup title.
-
Thanks, should be fixed in the new Beta version.
-
I think we had discussed it here, before the server crash. You can set an edition that will be selected by default. [WinNT6] DefaultSKU = Professional The compact mode on windows 7/8 now shows the boot animation. For the Ctrl+Shift+D hotkey look in the Tools\diskpart folder. It's a hidden feature, so I'm not document this one.
-
With 2.7 the flyout menu textcolor is the same as "StartPanelPriv > ProgramsList" Earlier version had always black text color. Is there any way to change it, keeping the left panel light gray?
-
Thanks, could reproduce it. Looks like a problem with the file selector dialog. EDIT: fixed in version 3.9.1
-
Works here. It only checks for "Tools\diskpart\enabled=1".
-
Oh, fixed now. Seems we lost a lot of content in this topic. I think you asked for an option to exclude some volumes from being mounted. This can now be done in the ini, Choose eihter a dos device name or just a disk number. [Options] BootMountExclude=\Device\HarddiskVolume1|Disk0|Disk1
-
@bapt You wrong about the resource 40960, it's not the cause. The best solution for now seems to be linking just the one interface to an old version of explorerframe.dll [HKEY_CLASSES_ROOT\CLSID\{1eeb5b5a-06fb-4732-96b3-975c0194eb39}\InProcServer32]
-
Yes, earlier version did not need that dll, but to support UUP based distributions it's now needed.
-
It's not a bug, so why not add cabinet.dll to LiveXP.
-
Doesn't need a genius to get such a list of files. Sysinternals Process monitor and some patience should be enough Filtering Dism.exe and Dismhost.exe process usage of Createfile API. But I wonder why there is so much trouble with mounting process. Sure it's slower than on the good old Vista days, but with SSDs today it's quick enough. I'm using mount/unmount for years in my WinPE builder and also to integrate windows updates into install.wim. Never had any problem. Are you guys still use Anitvirus software?
-
As for these cab files with solid compression, no there won't be much saving.
-
28 MB additional download is needed for this 1 KB file.
-
GWT is written in PureBasic, but it only uses WinAPI for everything to be so small.
-
Well, if such a program will be useful I might program one. But there is the problem with compression blocks. java -jar re7zip.jar -t=cab -a=http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/a32918368eba6a062aaaaf73e3618131.cab -e=fil3a96a4ae37b2d6a62b94d42e1126dde0 -o=fil3a96a4ae37b2d6a62b94d42e1126dde0 That file is the first in block 4, so It will be very quick, though not with my internet connection But loading another file in the same block, needs to download all other files in that block before that file. Example java -jar re7zip.jar -t=cab -a=http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/a32918368eba6a062aaaaf73e3618131.cab -e=fil3ae9b0835c65f44ed796fafe895b87c2 -o=fil3ae9b0835c65f44ed796fafe895b87c2 Both needing the same time. Done. Downloaded in 1 minutes and 33 seconds. @erwanl yes getting the information from the cabinets is no big problem, but the decompression is more tricky.
-
Hmm, never tried re7zip, but I doubt It will be a fast and small download for these cab files. Anyone willing to test it, downloading files from the cab files? http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/a32918368eba6a062aaaaf73e3618131.cab http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/9722214af0ab8aa9dffb6cfdafd937b7.cab Anyway, it shouldn't be to hard writing such a tool as a native program.
-
Hi misty, yes Get WAIK Tools is redistributable, feel free to use it as you like. The range command of GWT is actually only thought for ISO (or other uncompressed) files. Extracting files from inside a cabinet, without loading the complete file, is much more difficult. From the topics, I take it you are looking for the 2 big cab file that hold all the winpe component packages? If so, I don't think it's possible to reduce the download much. They are packed with MSZip compression, with many files in separate blocks.
-
Yes you have to download the ISO first, there currently no URL support.