spidernz Posted March 2, 2014 Posted March 2, 2014 http://www.msfn.org/board/topic/152688-win6x-registry-tweak/ Hey Legolash2o, I've been playing round with this on win 8.1 x64, see what can be removed without breaking the OS. While Win Toolkit is lacking this part. Currently i have the commands in a cmd script like:"%APPS%\GetWaikTools\install_wim_tweak.exe" /p "%MOUNT%" /c Adobe-Flash-For-Windows-Package~31bf3856ad364e35~amd64~~6.3.9600.16384 /r"%APPS%\GetWaikTools\install_wim_tweak.exe" /p "%MOUNT%" /c Checkpoint-VpnPlugin-Package~31bf3856ad364e35~amd64~en-US~6.3.9600.16384 /r"%APPS%\GetWaikTools\install_wim_tweak.exe" /p "%MOUNT%" /c Checkpoint-VpnPlugin-Package~31bf3856ad364e35~amd64~~6.3.9600.16384 /r"%APPS%\GetWaikTools\install_wim_tweak.exe" /p "%MOUNT%" /c F5-VpnPlugin-Package~31bf3856ad364e35~amd64~en-US~6.3.9600.16384 /r"%APPS%\GetWaikTools\install_wim_tweak.exe" /p "%MOUNT%" /c F5-VpnPlugin-Package~31bf3856ad364e35~amd64~~6.3.9600.16384 /r"%APPS%\GetWaikTools\install_wim_tweak.exe" /p "%MOUNT%" /c Juniper-VpnPlugin-Package~31bf3856ad364e35~amd64~en-US~6.3.9600.16384 /r"%APPS%\GetWaikTools\install_wim_tweak.exe" /p "%MOUNT%" /c Juniper-VpnPlugin-Package~31bf3856ad364e35~amd64~~6.3.9600.16384 /r"%APPS%\GetWaikTools\install_wim_tweak.exe" /p "%MOUNT%" /c Microsoft-Hyper-V-ClientEdition-Package~31bf3856ad364e35~amd64~en-US~6.3.9600.16384 /r"%APPS%\GetWaikTools\install_wim_tweak.exe" /p "%MOUNT%" /c Microsoft-Hyper-V-ClientEdition-Package~31bf3856ad364e35~amd64~~6.3.9600.16384 /r Is there a way to daisy chain it so that its processes them faster?Such as dism's ability to list features in serial."%APPS%\GetWaikTools\x64\Dism\Dism.exe" /Image:%MOUNT% /Disable-Feature /FeatureName:Microsoft-Hyper-V-All /FeatureName:Microsoft-Hyper-V-Tools-All/remove Quote
Legolash2o Posted March 2, 2014 Posted March 2, 2014 No idea to be honest, doubt it. Been a long time since I've even seen that source code! Quote
abbodi1406 Posted March 3, 2014 Posted March 3, 2014 Unhide them all, remove multiple with Dism, re-hide them all (removing base package will remove its resource package)"%APPS%\GetWaikTools\install_wim_tweak.exe" /p "%MOUNT%""%APPS%\GetWaikTools\x64\Dism\Dism.exe" /Image:%MOUNT% /Remove-Package /PackageName:Adobe-Flash-For-Windows-Package~31bf3856ad364e35~amd64~~6.3.9600.16384 /PackageName:Checkpoint-VpnPlugin-Package~31bf3856ad364e35~amd64~~6.3.9600.16384 /PackageName:F5-VpnPlugin-Package~31bf3856ad364e35~amd64~~6.3.9600.16384 /PackageName:Juniper-VpnPlugin-Package~31bf3856ad364e35~amd64~~6.3.9600.16384 /PackageName:Microsoft-Hyper-V-ClientEdition-Package~31bf3856ad364e35~amd64~~6.3.9600.16384"%APPS%\GetWaikTools\install_wim_tweak.exe" /p "%MOUNT%" /h Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.