That doesn't work for me. I have played with the batch file and the below works for me on Windows 10 x64 - I cannot confirm if it works on x86. Code: @echo off if %PROCESSOR_ARCHITECTURE% equ x86 @start /b "ToolKit - TrustedInstaller" "%~dp0Bin\x86\NSudo.exe" -U:T "%~dp0ToolKit.cmd" if %PROCESSOR_ARCHITECTURE% equ AMD64 @start /b "ToolKit - TrustedInstaller" "%~dp0Bin\x64\NSudo.exe" -U:T "%~dp0ToolKit.cmd"
Just seen this post before my reply above. I can confirm that the below code works for me on x64: Code: @echo off if "%PROCESSOR_ARCHITECTURE%" equ "x86" @start /b "ToolKit - TrustedInstaller" "%~dp0Bin\x86\NSudo.exe" -U:T "%~dp0ToolKit.cmd" if "%PROCESSOR_ARCHITECTURE%" equ "AMD64" @start /b "ToolKit - TrustedInstaller" "%~dp0Bin\x64\NSudo.exe" -U:T "%~dp0ToolKit.cmd"
@MSMG I copied the Games pack to the Packs folder then I integrated the Windows 7 games successfully but when I try to launch any game, nothing happens. If I right click on the shortcut then choose the first option which is Open File Location, I get an error saying: Windows Can't find the target
Still getting errors when removing windows components, either missing or access denied. This was with both v7.8 and 7.9. I decided to try v7.7, had no issues with removing components, or any other errors. This was on build 16299 both pro and enterprise.
I use this in Start.bat... Code: @echo off set ArchDir=x86 if %PROCESSOR_ARCHITECTURE%==AMD64 set ArchDir=x64 start /b "ToolKit - TrustedInstaller" "%~dp0Bin\%ArchDir%\NSudo.exe" -U:T "%~dp0ToolKit.cmd" exit Works every time. Hope this helps!
@MSMG Removing system restore doesn't work. Error message: The referenced assembly could not be found
... ....What happened in the option(3)windows features to integrate microsoft edge? I do not see it anymore in toolkit 7.9 but the folders edge is there, I was integrating edge in Enterprise ltsb 2016 I couldn't....
Using MSMG toolkit 7.9 right now on windows 10 pro x64 iso. my os right now windows 10 1709 enterprise x64. just have 3 errors when removing advanced windows component. other than that all component got removed succesfully .thanks
At last I've found the way to remove Store, Search and System Restore! I was trying to remove them in the end, after all other system Apps had been already removed. That was a mistake! I tried to remove them before all other Apps, and this worked! Removed them with no errors!
Does v7.8 on RS3 fix the issues discussed here ? https://forums.mydigitallife.net/th...nctions-are-sinister-and-non-removable.74313/
@MSMG So I just installed Windows 10 after removing all store apps except store but the Microsoft Store now won't launch. clicking on it does nothing
After you have mounted the install.wim, you need to mount the registry in MSMG. Then alter the paths in the example below, and run in command file. Be sure you have copied theme files to mounted install.wim. Code: Reg.exe add "HKLM\TK_HKLM_SOFTWARE\Microsoft\Windows\CurrentVersion\Themes" /v "InstallTheme" /t REG_SZ /d "x:\Windows\resources\Themes\toc-blue.theme" /f >nul 2>&1 Reg.exe add "HKLM\TK_HKLM_SOFTWARE\Microsoft\Windows\CurrentVersion\Themes" /v "InstallVisualStyle" /t REG_SZ /d "%%ResourceDir%%\themes\toc-blue\1.msstyles" /f >nul 2>&1 Reg.exe add "HKLM\TK_HKLM_SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Themes" /v "InstallTheme" /t REG_SZ /d "x:\Windows\resources\Themes\toc-blue.theme" /f >nul 2>&1 Reg.exe add "HKLM\TK_HKLM_SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Themes" /v "InstallVisualStyle" /t REG_SZ /d "%%ResourceDir%%\themes\toc-blue\1.msstyles" /f >nul 2>&1 Reg.exe add "HKLM\TK_HKCU\Software\Microsoft\Windows\CurrentVersion\Themes" /v "InstallTheme" /t REG_EXPAND_SZ /d "%%SystemRoot%%\resources\Themes\toc-blue.theme" /f >nul 2>&1 Reg.exe add "HKLM\TK_HKCU\Software\Microsoft\Windows\CurrentVersion\Themes" /v "InstallVisualStyle" /t REG_EXPAND_SZ /d "%%ResourceDir%%\themes\toc-blue\1.msstyles" /f >nul 2>&1
msmg: are you cooking up any quick fixes (soon to be release) for any recent troubles people face? or will the next version be in a while? (decisions for us..)
I don't think so. I went through and removed the standard list of stuff (all metro apps besides store, telemetry, game bar, xbox, etc), but every single "feature" mentioned on that post was still active on my fresh modified install. The rest of my removals were successful, however. I haven't yet gone through the registry tweaks in the post you linked, and they probably do work, but I'd rather get MSMG to completely yank out all files/executables associated with those "features." It's better to do that, rather than run into a stray KB update that reverts all those registry keys. Any leads?