Jump to content

Recommended Posts

Posted

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
Posted

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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...