What is the best / simplest way to test the modified ISO before I am formatting my PC and doing a clean installation with it? Thanks!
@MSMG If i do not use "Start.cmd",it will be fail to remove components. However,I use it and save changes, then I can not do anything on the Dism++ after mounting the "install.wim". Is this a problem here?
Sometimes when converting install.wim back to install.esd the conversion stops, then I have to hit Enter for it to start back up. Odd.
win10 x64 pro : with default uac settings, mmc.exe doesn't wanna load: 0xc0000428. fine with uac disabled. can anyone confirm this? or if its just me? update1: happens in win10 x64 ent also ; now testing if its due to uxtheme... and if not.... update2: ignore me, uxthemepatcher bugged old version caused it.
is there any way to disable the SMB1 pemanently? In 1709 SMB1 Client is turned off only, though running this code shows SMB1 Protocol is enabled. Code: DISM /online /get-features /format:table | more I tried with this registry on the setupcomplete but still the same. Code: ::disable smb1:: REG ADD "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters" /V "SMB1" /D "0" /T REG_DWORD /F >NUL anyone knows a workaround?
Code: [HKEY_LOCAL_MACHINE\TK_DEFAULT] -> [HKEY_USERS\.Default] (%windir%\System32\Config\default) [HKEY_LOCAL_MACHINE\TK_NTUSER] -> [HKEY_CURRENT_USER] (%userprofile%\ntuser.dat) [HKEY_LOCAL_MACHINE\TK_SOFTWARE] -> [HKEY_LOCAL_MACHINE\SOFTWARE] (%windir%\System32\Config\SOFTWARE) [HKEY_LOCAL_MACHINE\TK_SOFTWARE\Classes] -> [HKEY_CLASSES_ROOT] (%windir%\System32\Config\SOFTWARE) [HKEY_LOCAL_MACHINE\TK_SYSTEM] -> [HKEY_LOCAL_MACHINE\SYSTEM] (%windir%\System32\Config\SYSTEM)
If the ToolKit customized image is installing properly without any issues and the OS is functioning well, then the ToolKit is doing it's job properly. I don't know how Dism++ works to access the image and without knowing what's the error the Dism++ giving, I can't just say what might be the reason.
Using the New Method in combination with the DISM method to remove component is giving error and so I did advised to use it at last.