Content Type
Profiles
Forums
Events
Everything posted by Atari800XL
-
Thanks, but do you also know if something changed with this settings over the last couple of months, meaning the last few update cycles? Like I said, for me this has only been a problem for a couple of months now, I didn't notice it before that.
-
Thanks for your replies. I only noticed the slowness after clean installing (on a test laptop) the last few updated 26100 install.wim files. So first in march, then again in april. But I must admit I'm not 100% sure, it might have happened in months before that, I just might not have noticed. But maybe some update (integrated in the wim) was setting this "VerifiedAndReputablePolicyState"? (I normally don't use automatic updates, just reinstalls every few months with automatic postinstall of all my programs and data, works just fine and is 100% safe for me).
-
Thanks for your reply. Like I said, I noticed some unresponsiveness is a few installers after a clean install. I'm not sure, but to me it looked like this new "slowness" only appeared over the last few months (26100 only, with install.wim updated with W10UI by Abbodi1406). Changing that setting I mentioned solved that slowness, so I thought that was worth mentioning.
-
Does WinNTSetup use this setting in the "Disable Defender" section? [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CI\Policy] "VerifiedAndReputablePolicyState"=dword:00000000 I have found that I have to add this in my own apply script to prevent some installers from becoming very slow and unresponsive after a clean install, I have only noticed this since a few months. I haven't tested with WinNTSetup, so I wondered if you used this setting all along? Not sure if something has changed with recent Windows 11 24h2 versions and/or updates, but I just wanted to drop the info here and ask if anyone else knew more about it. EDIT: Searching for this settings on the net I found some discussion about this would make the system unstable, so I'm wondering if any of you know something about that as well?
-
Thanks for the new version, very good to see you're still around. We need you in 2025 for all the ways in which Microsoft will try to screw up Windows NT! Hope you will have a great new year. I was actually just visiting this topic to write some holiday wishes, just to get rid of that "wish I could help you" message that was there for the last 4 weeks, I feared the topic was dying, but it's so wonderful to see the brand new version 5.4!!!
-
Ermm... Maybe JFX means "feature complete" status? I believe he mentioned that before. So hopefully not EOL? But for now I hope he enjoys a nice vacation...
-
So now we need to know (from that MDL user or by testing) if Smartscreen is -actually- enabled or not. Het mentioned it was set to "on", without the option to turn it off, but I will ask if that is actually the case. It might be a problem in that case.
-
The MDL user I mentioned did some more research. Sorry for the dirty cut-and-pase, but my previously edited message disappeared when I tried to post it here: (My question was: "What is 'reputation based protection'?") Quote: Smartscreen. I try to disable it but it doesn't want to. https://i.imgur.com/kLnERuZ.mp4 I also tried to disable it from registry and policy editor but it was still enabled. Probably happens only on IoT version. Edit: I did some tests. It happens on both IoT and non IoT version of LTSC 2024. When I don't disable Defender with WinNTSetup I can disable Smartscreen. I tested to disable Defender with a script from TairikuOkami "Microsoft Defender Disable.bat" https://github.com/TairikuOokami/Windows (Windows Defender quarantines the script so disable tamper and real time protection first) and both Defender and Smartscreen was disabled after using the script. So it is the way WinNTSetup disables Defender that is the problem. You can contact the dev and report it. Thanks
-
Antonino, MDL is a great forum with some very clever developers (I'm sure you heard of Abbodi1406's script collection), why not join there and open a topic? A little "warning" though: Don't be discouraged by some of the most active users that seem to have nothing better to do than criticize other people. Just ignore them and calmly wait for serious reactions from users that maybe only have time to post once a week, due to busy jobs etc. This patient approach can be difficult, I know, but it's the only way to "survive".
-
I always advertise WinNTSetup to as many people as possible, among others on the MDL forum. One of the users there tried it, with the "No Defender" tweak, and left the comment below. I have to say I haven't had any problems like that, but then again I haven't tested W11-24h2 that much yet (only tested it to see if I could live with it if I ever have no other options). But I wanted to leave his comment here, to see what you guys think of this. Here it comes: (About the "No Defender" tweak): "When I tried this on IoT LTSC 2024 I noticed that reputation based protection in settings was enabled and I could not disable it so I had to re install and disable defender in other way. On my 26100 Enterprise G it is showing as disabled. So maybe it's better to not disable WD this way on IoT or perhaps both versions of LTSC 2024."
-
Interesting, didn't know about that Bitlocker stuff in W11. I guess I didn't run into it yet, because I never save data in places where Microsoft "recommends" it, only on my own drive letters and TrueCrypt containers. So other data that you store in (for example) the "My Documents" folder etc. is now always encrypted? Who can share some more info on this please?
-
I am happy to say I got it to work finally!!!! I had to throw in some more settings that somebody sent me from a NTLite forum link, so I'm not sure which one of the settings below finally did the trick, but I thought I'd throw them in here in case somebody might need to use them some day. Once again: This is just for my own scripts and experiments, WinNTSetup itself was doing it correctly already (for which I'm giving HUUUGE thanks to JFX!!!) So here are the things I added: (All are EXTRA things on top of the stuff in JFX's code example) Software hive: ============== [HKEY_LOCAL_MACHINE\temp\Microsoft\Windows Defender\Real-Time Protection] "DisableBehaviorMonitoring"=dword:00000001 "DisableOnAccessProtection"=dword:00000001 "DisableScanOnRealtimeEnable"=dword:00000001 [HKEY_LOCAL_MACHINE\temp\Policies\Microsoft\Windows Defender] "DisableRealtimeMonitoring"=dword:00000001 "DisableRoutinelyTakingAction"=dword:00000001 "DisableSpecialRunningModes"=dword:00000001 "ServiceKeepAlive"=dword:00000001 [HKEY_LOCAL_MACHINE\temp\Policies\Microsoft\Windows Defender\Signature Updates] "ForceUpdateFromMU"=dword:00000001 [HKEY_LOCAL_MACHINE\temp\Policies\Microsoft\Windows Defender\SmartScreen] "ConfigureAppInstallControlEnabled"=dword:00000001 "ConfigureAppInstallControl"=dword:00000001 [HKEY_LOCAL_MACHINE\temp\Policies\Microsoft\Windows Defender\Spynet] "DisableBlockAtFirstSeen"=dword:00000001 System hive: ============ [HKEY_LOCAL_MACHINE\temp\ControlSet001\Services\WdFilter] "Start"=dword:00000004 [HKEY_LOCAL_MACHINE\temp\ControlSet001\Services\WdNisDrv] "Start"=dword:00000004 [HKEY_LOCAL_MACHINE\temp\ControlSet001\Services\WdNisSvc] "Start"=dword:00000004 [HKEY_LOCAL_MACHINE\temp\ControlSet001\Services\WinDefend] "Start"=dword:00000004
-
I feel like I'm getting closer, I copied all the settings from your last piece of code to my reg files, still haven't found the single culprit yet, though.... I even set up two partitions, one applied with WinNTSetup (and all the tweaks and settings), didn't actually rebooted to start the setup, but got a list of all the files, and the SOFTWARE and SYSTEM hives. Second partition has the same install.wim, this time applied with my own scripts. Reg Load'ed the hives and exported them to .reg, then textdiff'd them to find missing stuff in mine. Still no luck (have to check once more if I really got everything), but I'll keep trying... Not sure when that will be... Some people actually call this fun :-) Once again it is proven that WinNTSetup rules!!! [Of course, in the mean time I've been doing 26100 tests using WinNTSetup itself, working just fine and providing great command line options for all its powerful capabilities. Thanks once more, JFX!!!!!!]
-
See, that makes me feel a little better :-) Just seeing your "reversal" script from June last year (that you linked to a few posts up) made me think it was just as easy as "reversing" them back the other way...
-
Thank you very much for that, great to get a "secret look" in the kitchen :-) Well, at least you know I'm doing my best, and each time I fail I respect YOUR work that much more. So you weren't surprised my system went belly-up with my crude attempts?
-
Applying Windows 11 build 26100 with WinNTSetup works fine (of course), the NoDefender tweak works, thank you very much for that. Nice to see that after a successful setup, Defender is off, so my postinstall (with all my programs and settings) is as fast as before (absolutely no need for an antivurs to keep checking these files). I also have my own little Apply tool, made in AHK (basically scripts with a GUI). Just to learn and experiment. This has also worked very well until now. Even with 26100, the only thing that has changed for me is that Defender was not deactivated. So now I'm trying to replicate what JFX has done to deactivate Defender in my own scripts. Looks like you do a series of "Image File Execution Option" settings, correct? When I set these for MpCmdRun.exe, MsMpEng.exe and smartscreen.exe, Defender does seem to be deactivated, but the system becomes incredibly unresponsive and slow. So once again, I feel like I'm so close, yet so far away from the solution :-) Do you have any tips to nudge me in the right direction? I must have these entries below wrong somehow, this is the only thing I added to an otherwise working .reg file. Without these, apply and setup runs fine, but when I add them back, the system is incredibly slow after Setup finishes. Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\temp\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\MpCmdRun.exe] "Debugger"="NUL" [HKEY_LOCAL_MACHINE\temp\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\MsMpEng.exe] "Debugger"="NUL" [HKEY_LOCAL_MACHINE\temp\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\smartscreen.exe] "Debugger"="NUL"
-
Thank you for your quick replies! May I ask how the tweak works in WinNTSetup, I would like to replicate that in a manual apply. Thanks for the link to last June, when this was discussed, sorry to have missed that. Any other links are welcome, so I can read up on the matter. I have to admit I was sort of ignoring Windows 11 for a while, but now with the upcoming LTSC 2024 (and the leaked 26100 build) I think we have to learn to live with it (or at least work around it). [EDIT: Aahh, wait it minute, it all seems to be coming back to me now <g>, it's the "File Execution Options", right? --Testing now ---)
-
Good day to everybody. I have been out of the loop for a while, sorry about that. I'm not a big fan of Windows 11, but the new LTSC 2024h2 leaked build 26100 seems to be a decent build. On Windows 10, I used to run a short install_wim_tweak script on the install.wim before applying, to remove some components like Defender, Search and Cortana. However, this doesn't seem to work anymore with Windows 11. My question to you kind and knowledgeable people on this board: - Do you guys know of a method to remove Defender from install.wim, or at least some way to (temporarily) turn it off, etc.? - Do we really have to learn to live with Defender, or there other ways to tame it? - Does WinNTSetup have any capabilities to assist with this? If this was discussed in this thread before, please excuse my laziness, I will try to read up on the matter. Thank you!
-
Sorry, maybe I was not clear. I downloaded the latest Windows 11 (business) esd, then exported image 6 (Enterprise) from it, did some "servicing" on it (removing some components) and also, like I always do, delete winre.wim from it (I have no use for it, as I always use my own PE). Looks like Windows 11 is now the first OS to complain about winre.wim missing from install.wim after my manual apply and rebooting. Must be a setting/ registry setting somewhere? Thanks for listening, Antonino!
-
It's been a while since I've done some work on new Windows versions, but now that I have a few days off, I'm doing some experimenting with Windows 11 23h2. All my usual tweaks and settings still work OK, but it looks like I can't delete winre.wim anymore, without complaints from setup? EDIT: I don't think this is WinNTSetup related, I believe I got the error on a manual apply test There's just the one (new) error I'm getting, just before install is complete: "setup was not completed successfully", but after a reboot, everything finishes OK anyway. Can any of you friendly people give me some hints? Setuperr.log does mention "Winre not found", so I guess that is where the error message is coming from? (It's the only error in the log).
-
Hi JFX, how are you doing!? Have you heard about the new (?) Microsoft Validation OS? Overview Microsoft Validation OS is a lightweight, fast, and customizable Windows 11-based operating system that you can use on the factory floor to diagnose, mitigate and repair hardware defects during Windows device manufacturing. Validation OS boots into a Command Line environment to increase reliability on the factory floor and supports running Win32 apps, smoothing the transition from early hardware bring-up to retail OS and apps development. https://software-static.download.prss.microsoft.com/dbazure/888969d5-f34g-4e03-ac9d-1f9786c66749/22621.1.220506-1250.ni_release_amd64fre_en-us_VALIDATIONOS.iso What is your opinion on this? For example, what the heck is it anyway? :-) A bit more info can be found on a different forum: https://forums.mydigitallife.net/threads/discussion-microsoft-validation-os.85484/
-
Thank you for your reply, Alacran. I understand the points you made, but to me it would still be useful if Grub4UEFI could support my scenario on GPT, similar to the way I use Grub4DOS on MBR now (and have done for years). I like to have a few Windows operating systems on seperate (indepentant/ hidden) partitions. For example: one for "work", one for dev, one for testing, etc. I also liked the Grub4Dos/ GFXCustomizer boot menus (as I've mentioned before). I would also like to reverse the question: "Why would Grub4UEFI -not- support it?". When the different OS's are independent and invisible from each other, it's easier to make OS image backups (Terabyte, etc.). Thanks again for your reply, I know you're more interested in the VHD approach, but I hope that if you ever find some hints to my desired solutions, you will share it with us in this or other topics, as I'm sure you will. I hope you're having fun booting!
-
Alacran, If you have any idea for me to test HD multibooting (eg. several Windows 10 installs on separate partitions) on a GPT disk, please let me know. I have a spare laptop for testing. I really only tested Terabyte BootItUEFI on GPT once (didn't really like complicated setup), but from this test I learned that I only need one FAT32 EFI system partition, then as many NTFS partitions as I wanted for multibooting. If you find any menu.lst entries for that anywhere (on this or the other forums), I would be happy to test.
-
Alacran, thank you for starting this topic on MSFN. This might be a dumb question, but I'll ask it anyways, maybe others wonder about this as well: - Is it possible do do "hd multibooting" with Grub4UEFI? Like it is with Grub4Dos on MBR/BIOS systems? Or have you read anything about this being developed for future versions? I can't wrap my head around this at the moment, but maybe something similar to Terabyte's BootItUEFI, or as I said, the "old" Grub4Dos? I guess this would involve hiding some partitions, etc.? Thanks for your reply.
-
Thanks for this great update. Thanks also for your tips about the DPI settings, they worked like a charm. I will also mention this update to some buddies, if you don't mind...