Created
June 10, 2020 10:14
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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