JFX Posted March 11, 2022 Author Posted March 11, 2022 Looks like a bug with MEGA, removing and creating a new link doesn't help.
wimb Posted March 11, 2022 Posted March 11, 2022 MinWin Install with Printer and Scanner Enabled in DrvStore_Inf.txt works OK, when Printer is Connected AFTER Install. Bluetooth Audio Device Added AFTER Install works OK, but Bluetooth cannot be Selected as Playback Device Can Print LibreOffice Document. I should say everything works except Selection of Bluetooth as Audio Playback Device
alacran Posted March 13, 2022 Posted March 13, 2022 On 3/11/2022 at 1:51 AM, JFX said: Looks like a bug with MEGA, removing and creating a new link doesn't help. Rename it to WinNTSetup_version_522.rar, and try again, maybe that can help. alacran
JFX Posted March 13, 2022 Author Posted March 13, 2022 Seems MEGA works again. For the Bluetooth stuff, well if have no real interest in it, so it's to you guys. But as for the LogFiles problem, next version will take care of this.
alacran Posted March 14, 2022 Posted March 14, 2022 (edited) JFYI Some comments that I think may be usefull: Usually majority of ETL files in standard OS are located into \Windows\System32\winevt\Logs, this folder doesn't exits in MinWin, so we don't have to worry for it, but many LOG and ETL files are also created in several other locations. In MinWin the LOG and ELT files created after first boot are 100+ MB, and even more acumulate every boot, for more detailed info and files list please see this post. Back in 2020-11-09 I experimented replacing some of this folders, containing the unwanted files, with 0 bytes files to mitigate the creation of so many LOG and ELT files. The trick worked fine, and I made an script to do this, latter Wonko sugessted a more elegant version of the script, and wimb added it to his Win_Reduce_Trusted program. Anyway I made a new updated version of my CMD file, and tested running it as TI by means of PowerRun, just after making a MinWin istallation in a VHD still mounted in drive H, for more detailed info please see this post. Safe-to-Replace.cmd @echo off ; ; Following will delete some folders, to latter create a 0 bytes file with same name, ; to avoid the potential re-creation of the folder and this way send new ETL/LOG files to limbo, ; they will be deleted only if present ; rmdir "H:\ProgramData\Microsoft\Windows\wfp" /s /q rmdir "H:\ProgramData\USOShared\Logs" /s /q rmdir "H:\Windows\Logs" /s /q rmdir "H:\Windows\SoftwareDistribution" /s /q rmdir "H:\Windows\System32\SleepStudy" /s /q rmdir "H:\Windows\System32\WDI" /s /q rmdir "H:\ProgramData\Microsoft\Network\Downloader" /s /q rmdir "H:\Users\Default\AppData\Roaming\Microsoft\Windows\Recent" /s /q rmdir "H:\Users\Default\AppData\Local\Microsoft\Windows\WebCache" /s /q ; ; Following files will be created only if there in not a folder or file with same name ; fsutil file createnew "H:\ProgramData\Microsoft\Windows\wfp" 0 fsutil file createnew "H:\ProgramData\USOShared\Logs" 0 fsutil file createnew "H:\Windows\Logs" 0 fsutil file createnew "H:\Windows\SoftwareDistribution" 0 fsutil file createnew "H:\Windows\System32\SleepStudy" 0 fsutil file createnew "H:\Windows\System32\WDI" 0 fsutil file createnew "H:\ProgramData\Microsoft\Network\Downloader" 0 fsutil file createnew "H:\Users\Default\AppData\Roaming\Microsoft\Windows\Recent" 0 fsutil file createnew "H:\Users\Default\AppData\Local\Microsoft\Windows\WebCache" 0 Exit All was successful except the two last lines in both sections. The 0 bytes files were not created in: H:\Users\Default\AppData\Roaming\Microsoft\Windows\Recent >>> the folder was still present. H:\Users\Default\AppData\Local\Microsoft\Windows\WebCache >>> the folder didn't exists yet and the file also was not created. Then manually deleted the folder and created the two 0 bytes files in both locations. Rebooted, and all was fine. Now since the very first boot avoided the creation of a lot of LOG and ETL files. During first boot now they only use 48.4 MB, not more than 100 MB as before, I deleted all the remaing from SwiftSearch TI, and also made from booted MinWin the following directory junction: MKLINK /J C:\Windows\System32\Logfiles F:\VHD\Logfiles >>> DO NOT replace it by a 0 bytes folder. During boot the OS writes info into \Windows\System32\LogFiles\WMI\RtBackup >>> Criticall for booting But, I found an unexpected result, following additional 0 bytes files were created (after first boot) too: \Windows\ServiceProfiles\NetworkService\AppData\Roaming\Microsoft\Windows\Recent \Windows\ServiceProfiles\LocalService\AppData\Roaming\Microsoft\Windows\Recent \Windows\ServiceProfiles\NetworkService\AppData\Local\Microsoft\Windows\WebCache \Windows\ServiceProfiles\LocalService\AppData\Local\Microsoft\Windows\WebCache So far I haven't noticed any issue, and all seems to work fine. Also I suggest to disable following services in MinWin: Diagtrack, DPS and SysMain. By the way I noticed some files that were deleted during MinWin installtion, were re-created after first boot: \Windows\Installer\SourceHash* >>> was re-created. \Windows\ServiceProfiles\LocalService\AppData\Local\FontCache-*.dat >>> all re-created. I made a new finding: \Windows\System32\dxdiagn.dll >>> is listed for deletion, comment it to avoid deletion because dxdiag.exe (directx dignostic) that is not listed for deletion, will be present in our build, and will not work without dxdiagn.dll alacran Edited March 14, 2022 by alacran
JFX Posted March 14, 2022 Author Posted March 14, 2022 (edited) Most of these log files can simply be disabled in the registry, but yes I'll should add a "dummy file" feature. Dxdiag.exe should be deleted. There are some hundred of *.exe files that could also be deleted, but I did not want to make a choice for default profile. Edited March 14, 2022 by JFX
JFX Posted March 15, 2022 Author Posted March 15, 2022 Version 5.23 is up and should greatly reduce log file creation / size. There is also a Services.ini and Tasks.ini showing how to disable or remove services and scheduled task. 3
JFX Posted April 21, 2022 Author Posted April 21, 2022 WinNTSetup 5.2.4 - fixed Regimport did not support multi line binary data with inline comments - MinWin: added support for Unicode / UTF-8 text files - MinWin: added support for subfolders - MinWin: text files can have condition on first line to enable/disable the entire file 2
JFX Posted May 9, 2022 Author Posted May 9, 2022 Hi kolobok5447, welcome to the forum. For EFI part make sure you select a FAT or FAT32 formatted partition. WinNTSetup also checks if the partition ID is correct and shows warning icon if not.
D.Draker Posted May 9, 2022 Posted May 9, 2022 On 1/31/2011 at 12:49 PM, JFX said: only Windows 7 and later Hello , any plans to add Vista support . Thank you.
JFX Posted May 9, 2022 Author Posted May 9, 2022 No, I dropped Vista support for a reason, but you can still use the old version 4.25.
D.Draker Posted May 9, 2022 Posted May 9, 2022 3 hours ago, JFX said: you can still use the old version 4.25 I wanted to try this software , unfortunately this version you've mentioned is absent in your download links. The oldest there is 4.5.0. Thanks.
JFX Posted May 9, 2022 Author Posted May 9, 2022 There is WinNTSetup_v425_WinXP_Supported.rar on the main download page.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now