Page 10 sur 34
Re: Windows 11 IoT Enterprise LTSC 2024 Tweaked Multi (16 Juin 2024)
Posté : dim. 30 juin 2024 18:24
par rayman95
Re: Windows 11 IoT Enterprise LTSC 2024 Tweaked Multi (16 Juin 2024)
Posté : dim. 30 juin 2024 18:37
par ace_N_kelly
Pas nécessairement cette page précise mais très semblable !!
J'en désactive plusieurs pour mes isos perso avant l'install aussi

Mais je garde ta page web pour référence future

Re: Windows 11 IoT Enterprise LTSC 2024 Tweaked Multi (16 Juin 2024)
Posté : mer. 3 juil. 2024 08:40
par rayman95
ace_N_kelly a écrit : dim. 30 juin 2024 18:37
Pas nécessairement cette page précise mais très semblable !!
J'en désactive plusieurs pour mes isos perso avant l'install aussi

Mais je garde ta page web pour référence future
Encore un peu de lecture..
https://forums.mydigitallife.net/thread ... st-1843070
Re: Windows 11 IoT Enterprise LTSC 2024 Tweaked Multi (16 Juin 2024)
Posté : mar. 9 juil. 2024 20:41
par rayman95
New public updates for Win 11:
26100.1150.1.14
New
Windows Update:
2024-07 Cumulative Update for .NET Framework 3.5 and 4.8.1 for Windows 11, version 24H2 for x64 (KB5039894)
2024-07 Cumulative Update for Windows 11 Version 24H2 for x64-based Systems (KB5040435)
Windows Malicious Software Removal Tool x64 - v5.126 (KB890830)
Re: Windows 11 IoT Enterprise LTSC 2024 Tweaked Multi (16 Juin 2024)
Posté : mer. 10 juil. 2024 19:07
par rayman95
Installer's slowness issue on Windows 11 24H2 (26100):
Some people are facing issues where app installers are taking a lot of time to finish, like VCRedist, Firefox, etc.
It looks like this issue is appearing due to a combination of the disabled Windows Defender and turned on Smart App Control.
Solution: if you are disabling Windows Defender, you also need to disable Smart App Control.
If anyone else knows any other scenario where this appears and Windows Defender is not disabled, please share.
Re: Windows 11 IoT Enterprise LTSC 2024 Tweaked Multi (16 Juin 2024)
Posté : jeu. 11 juil. 2024 14:08
par rayman95
Re: Windows 11 IoT Enterprise LTSC 2024 Tweaked Multi (16 Juin 2024)
Posté : jeu. 11 juil. 2024 15:31
par ace_N_kelly
Oui j'avais lu...ainsi que ton message ci-dessus

Re: Windows 11 IoT Enterprise LTSC 2024 Tweaked Multi (16 Juin 2024)
Posté : jeu. 11 juil. 2024 18:51
par acideburn
Il semblerait que ce soit réglé avec l'ajout du reg suivant
Code : Tout sélectionner
rem == turn off Smart App Control ==
reg add "HKLM\SYSHIVE\ControlSet001\Control\CI\Policy" /v "VerifiedAndReputablePolicyState" /t REG_DWORD /d "0" /f
Re: Windows 11 IoT Enterprise LTSC 2024 Tweaked Multi (16 Juin 2024)
Posté : jeu. 11 juil. 2024 19:49
par ace_N_kelly
Ouin...p-e...Mais il faut monter l'image à part pour appliquer ce "reg add"...
Ce que le 90% du monde ne savent pas faire

Re: Windows 11 IoT Enterprise LTSC 2024 Tweaked Multi (16 Juin 2024)
Posté : jeu. 11 juil. 2024 19:58
par ace_N_kelly
Ou direct (voir même intégrable lors de la création) :
----------------------
Turn_ON_Smart_App_Control.reg :
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CI\Policy]
"VerifiedAndReputablePolicyState"=dword:00000001
----------------------
Set_Smart_App_Control_to_Evaluation_mode.reg :
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CI\Policy]
"VerifiedAndReputablePolicyState"=dword:00000002
-----------------------
Turn_OFF_Smart_App_Control.reg :
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CI\Policy]
"VerifiedAndReputablePolicyState"=dword:00000000
------------------------
Source -> elevenforum