Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save PureOcean/766d70f8098822dbf0c2a8c14664f528 to your computer and use it in GitHub Desktop.
Save PureOcean/766d70f8098822dbf0c2a8c14664f528 to your computer and use it in GitHub Desktop.
Removing Manya Apps and Components with ToolKitHelper on Offline/Mounted Image of a Windows 10 v2004
@echo off
cd /d "%~dp0"
set "NSudo=F:\NSudo\x64\NSudoLC.exe -Wait -UseCurrentConsole -U:T -P:E"
set "ToolKitHelper=F:\MSMGToolKit\Bin\ToolKitHelper.exe"
set "ImageDir=G:"
FOR %%i IN (
549981C3F5F10
AdobeFlashForWindows
FirstLogonAnimation
GameExplorer
SpeechRecognition
WindowsMediaPlayer
AssignedAccess
CEIP_SQM
FaceRecognition
KernelDebugging
LocationService
PicturePassword
PinEnrollment
UnifiedTelemetryClient
WiFiNetworkManager
WindowsErrorReporting
WindowsInsiderHub
HomeGroup
MultiPointConnector
RemoteAssistance
DeviceLockdown
EaseOfAccessThemes
EasyTransfer
FileHistory
StepsRecorder
SystemRestore
WindowsBackup
AssignedAccessLockApp
BioEnrollment
CBSPreview
ContentDeliveryManager
ECApp
EdgeDevToolsClient
Edge
LockApp
MapControl
OneDrive
NarratorQuickStart
ParentalControls
PeopleExperienceHost
QuickAssist
RetailDemoContent
SecureAssessmentBrowser
SettingSync
SkypeORTC
WindowsMixedReality
WindowsReaderPDF
XboxGameCallableUI
3DViewer
AdvertisingXaml
Alarms
BingWeather
Calculator
Camera
CommunicationsApps
Cortana
FeedbackHub
GetHelp
Getstarted
HEIFImageExtension
Maps
MixedRealityPortal
OfficeHub
OfficeOneNote
Paint3D
People
Photos
ScreenSketch
SkypeApp
SolitaireCollection
SoundRecorder
StickyNotes
VP9VideoExtensions
WalletService
WebMediaExtensions
WebpImageExtensions
XboxApp
XboxIdentityProvider
YourPhone
ZuneMusic
ZuneVideo
) DO (echo ToolKitHelper now removing %%i && %NSudo% %ToolKitHelper% %ImageDir% %%i && echo __)
pause
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment