I recommend everyone to review the added tweaks and keep only the ones you want to apply to your image. Remove the rest from the PersonalTweaks folder.
Did you try the file enable notification center that I upload? It solved the calendar issue for the windows that I already installed
No, I haven't tried it. I have already rolled back to my saved and normally working Windows 11 IoT 24H2 LTSC [26100.2894] x64 RU. A little later I will try this, your option.
Might be some other value broke the notification center then. I doubt the script itself broke the calendar, I try it on a fresh install 24H2 LTSC and it work. I just put Windows 11 Pro 24H2 on my test PC with the disable_tweak_center applied, and the calendar don't work. Will test it tomorrow with Enable_Notification_Center.cmd and let you know.
Enable_Notification_Center.cmd The calendar is working . When All finished.Enable_Notification_Center.cmd will be in the BAT folder, and Enable_Notification_Center.reg will be in the Tweaks folder.
I didn’t find the disable_tweak_center parameter in the script to change or delete it. This evening I will try again to install the system with the Enable_Notification_Center.cmd you suggested. Let's see what comes of this ...
No it's not in the script, just like @SunLion pointed out it's on PersonalTweaks folder when you first want to build the slimmed ISO So check that folder out and delete the tweak that you don't want in your ISO before building Btw I think the important reg edit on the Notification Tweak is the last 2 entry, when I try to disable the toast (the first 2 reg) calendar is still working. So I guess the first 2 reg is for disabling notification (the one above calendar)
Well, of course, that’s exactly what I did. SunLion has a great script, but he tries to tailor it for all occasions. This is probably good, but personally I’m not interested. Therefore, I took from his tool only what I needed and removed what I didn’t need. I added the scripts and scenarios I needed, as well as the .cmd file you suggested. Yesterday I assembled my assembly with this tool and installed it. Everything works fine now, thank you very much for your help.
Exactly that. The package is for general use, so each person should decide what to do with the tweaks in the PersonalTweaks folder. If you don't want to apply them, just remove them from the folder.
@SunLion what is DaRT do btw? Just curious, since I myself not installed from the ISO itself but applying install.wim to the partition. So I'm not using the modified boot.wim.
Anyone who does fresh or unattended installs in win11 & would like to remove the bloat in the sources dir as was possible with win 10 previously use this code & adjust paths to suit. Code: DISM /Mount-Wim /wimfile:D:\sources\boot.wim /index:2 /mountdir:C:\Mount reg load HKLM\TEMP C:\Mount\Windows\System32\config\SYSTEM reg add HKLM\TEMP\Setup /v "CmdLine" /t REG_SZ /d "X:\\sources\\setup.exe" /f reg unload HKLM\TEMP DISM /Unmount-Wim /mountdir:C:\Mount /commit"
Hello, I have a quick question. I used a Windows 10 IoT Enterprise LTSC 2021 ISO with this utility and it's running great other than one specific issue: The MS Store does not work, It says: Code: Can't sign in with a Microsoft account This program is blocked by group policy. For more information, contact your system administrator. 0x80704ec Send Feedback (lol no) I believe I set EnableStore to 2.
Which script did you use? Because for Windows 10 there is a new topic: https://forums.mydigitallife.net/threads/slimdown10_v2-0-2-continued.88599/page-14#post-1868399 Here we still discuss about Windows 11. The last scripts refer to W11.
It’s not entirely clear what this script cleans, as well as the purpose of this path and which side is setup.exe here ?