These powershell scripts are EXPERIMENTAL and highly effective. These scripts have been tested with 100% success rate and zero failure or data loss, but I DO NOT GUARANTEE the same will be true for all devices. We urge users to TEST FIRST ON A BACKUP OR TEST DEVICE TO AVOID DATA LOSS OR DEVICE BRICKING before applying to your personal or work device. I STRONGLY CAUTION users DO NOT ADD any additional system, framework, or GMS related apps to the scripts. And DO NOT ADD ANY ADDITIONAL SCRIPTS as that will increase the likelihood of bootloop or even bricking your device.

By copying one of these scripts, you agree you have read the above disclaimer and agree to the risk as well as waive any rights to seek damages if your device is compromised in the process.

De-Google Your Android in 60 seconds using Powershell via ADB

# De-Google Android Powershell script — Disable Packages Script v2 (Personal Profile Safe)

# Run from C:\Android\platform-tools\ with a device connected via USB.

# Prerequisite: adb devices must show your device.

#

# To re-enable any package:

# adb shell pm enable --user 0 <package>

$packages = @(

# --- System & Storage ---

"com.android.companiondevicemanager",

"com.android.credentialmanager",

"com.android.dynsystem",

"com.android.externalstorage",

"com.android.inputdevices",

"com.android.sharedstoragebackup",

"com.android.shell",

# --- Telemetry & Data Collection ---

"com.android.devicediagnostics",

"com.google.android.appsearch.apk",

"com.google.android.compos.payload",

"com.google.android.configupdater",

"com.google.android.ondevicepersonalization.services",

"com.google.android.safetycore",

# --- Carrier Bloat ---

"com.android.nfc",

"com.android.simappdialog",

"com.google.android.carriersetup",

"com.google.android.euiccpixel.permissions",

"com.android.ons.auto_generated_rro_vendor__",

# --- Pixel Specific ---

"com.google.android.factoryota",

"com.google.android.partnersetup",

"com.google.android.setupwizard",

"com.google.android.uwb.resources.pixel",

"com.google.android.uwb",

"com.google.android.wifi.dialog",

"com.google.pixel.camera.services",

"com.android.cameraextensions",

"com.google.android.flipendo.auto_generated_rro_vendor__",

"com.google.android.systemui.overlay.pixelvpngconfig",

"com.google.android.storagemanager.auto_generated_rro_product__",

"com.google.android.storagemanager.auto_generated_rro_vendor__",

"com.google.android.wifi.resources.pixel",

"com.android.systemui.accessibility.accessibilitymenu.auto_generated_rro_product__",

"com.google.android.overlay.udfps",

"com.google.android.uwb.resources"

)

$skipped = 0

$removed = 0

$failed = 0

foreach ($pkg in $packages) {

$exists = adb shell pm list packages 2>$null | Select-String -Quiet $pkg

if (-not $exists) {

Write-Host "SKIP $pkg" -ForegroundColor DarkGray

$skipped++

continue

}

$result = adb shell pm disable-user --user 0 $pkg 2>&1

if ($result -match "disabled") {

Write-Host "OK $pkg" -ForegroundColor Green

$removed++

} else {

Write-Host "FAIL $pkg ($result)" -ForegroundColor Red

$failed++

}

}

Write-Host ""

Write-Host "Done. Disabled: $removed Skipped: $skipped Failed: $failed" -ForegroundColor Cyan

Write-Host ""

Write-Host "To re-enable any package run:"

Write-Host " adb shell pm enable --user 0 <package>"

Prerequisite: Must have SDK Tools installed, and platform-tools running on Win, CMD:

cd C:\platform-tools

and

adb devices

Check devices are authorized then run the following scripts in powershell:

PART 2 - UNINSTALL LIST

# Android De-Google Powershell Script — Uninstall Packages Script v2 (Personal Profile Safe)

# Run from C:\Android\platform-tools\ with a device connected via USB.

# Prerequisite: adb devices must show your device.

#

# To restore any package:

# adb shell cmd package install-existing --user 0 <package>

$packages = @(

# --- Pixel Bloat ---

"com.google.android.pixelsystemservice",

"com.google.android.apps.weather",

"com.android.wallpaper.livepicker",

"com.google.android.apps.customization.pixel",

"com.google.android.apps.dreamliner",

"com.google.android.apps.emojiwallpaper",

"com.google.android.apps.pixel.creativeassistant",

"com.google.android.apps.pixel.customizationbundle",

"com.google.android.apps.pixel.dcservice",

"com.google.android.apps.pixel.nowplaying",

"com.google.android.apps.pixel.support",

"com.google.android.apps.scone",

"com.google.android.apps.tips",

"com.google.android.apps.wallpaper",

"com.google.android.apps.wallpaper.pixel",

"com.google.android.apps.youtube.music",

"com.google.android.calculator",

"com.google.android.calendar",

"com.google.android.deskclock",

"com.google.android.dreamlinerupdater",

"com.google.android.systemui.overlay.glanceablehubconfig",

"com.google.android.overlay.glanceablehubconfig",

"com.google.android.nfc.overlay",

"com.google.android.nfc.overlay.common",

"com.google.android.euiccoverlay",

"com.google.android.documentsui.theme.pixel",

"com.android.internal.display.cutout.emulation.avoidAppsInCutout",

"com.google.android.videos",

"com.google.android.youtube",

"com.google.pixel.camera.services",

"com.google.pixel.digitalkey.timesync",

"com.google.pixel.livewallpaper",

# --- Google Apps ---

"com.android.chrome",

"com.google.android.apps.docs",

"com.google.android.apps.maps",

"com.google.android.apps.photos",

"com.google.android.apps.nbu.files",

"com.google.android.apps.restore",

"com.google.android.apps.work.clouddpc",

"com.google.android.dialer",

"com.google.android.gm",

"com.google.android.gms.supervision",

"com.google.android.googlequicksearchbox",

"com.google.android.googlequicksearchbox.nga_resources",

"com.google.android.repairmode",

"com.google.android.apps.pixel.relationships",

"com.google.android.apps.magicportrait",

"com.google.android.retaildemo",

# --- Connectivity Bloat ---

"com.google.RilConfigService",

"com.google.android.euicc",

"com.google.android.grilservice",

"com.google.android.tag",

"com.qorvo.uwb.vendorservice",

"com.samsung.slsi.telephony.oem.oemrilhookservice",

"com.samsung.slsi.telephony.oemril",

"com.google.android.apps.cbrsnetworkmonitor",

"com.android.ons",

# --- Emergency & Safety ---

"com.google.android.uvexposurereporter",

"com.google.android.cellbroadcastreceiver",

"com.android.cellbroadcastreceiver.overlay.pixel",

# --- Telemetry & Data Collection ---

"com.google.android.aicore",

"com.google.ambient.streaming",

"com.google.android.apps.camera.services",

"com.google.android.apps.diagnosticstool",

"com.google.android.apps.healthdata",

"com.google.android.apps.privacy.wildlife",

"com.google.android.apps.turbo",

"com.google.android.apps.wellbeing",

"com.google.android.appsearch.apk",

"com.google.android.as",

"com.google.android.as.oss",

"com.google.android.federatedcompute",

"com.google.android.flipendo",

"com.google.android.gms.location.history",

"com.google.android.health.connect.backuprestore",

"com.google.android.healthconnect.controller",

"com.google.android.settings.intelligence",

"com.google.android.ondevicepersonalization.services",

"com.google.android.rkpdapp",

"com.google.android.turboadapter",

"com.google.android.adservices.api",

"com.google.mainline.adservices",

"com.google.android.hardwareinfo",

"com.google.mainline.telemetry",

# --- Accessibility ---

"com.android.hotwordenrollment.okgoogle",

"com.android.hotwordenrollment.xgoogle",

"com.google.android.accessibility.switchaccess",

"com.google.android.apps.accessibility.voiceaccess",

"com.google.android.marvin.talkback",

"com.google.android.settings.future.biometrics.faceenroll",

"com.google.android.tts",

"com.google.audio.hearing.visualization.accessibility.scribe",

"com.google.android.accessibility.soundamplifier",

# --- Wearables & Companion Devices ---

"com.google.android.apps.wearables.maestro.companion",

"com.google.android.projection.gearhead",

# --- Android Bloat ---

"android.autoinstalls.config.google.nexus",

"com.android.DeviceAsWebcam",

"com.android.bips",

"com.android.bookmarkprovider",

"com.android.dreams.basic",

"com.android.egg",

"com.android.inputdevices",

"com.android.mtp",

"com.android.printspooler",

"com.android.providers.contactkeys",

"com.android.traceur",

"com.android.calllogbackup",

"com.google.assistant.hubui",

"com.android.hbmsvmanager",

# --- Misc ---

"com.android.healthconnect.overlay",

"com.google.android.connectivitythermalpowermanager",

"com.google.android.overlay.googlewebview",

"com.android.server.telecom.auto_generated_rro_product__",

"com.android.providers.telephony.auto_generated_rro_product__",

"com.android.phone.auto_generated_characteristics_rro",

"com.android.companiondevicemanager.auto_generated_characteristics_rro",

"com.android.safetyregulatoryinfo.auto_generated_rro_product__",

"android.auto_generated_characteristics_rro",

"android.auto_generated_rro_product__",

"android.auto_generated_rro_vendor__",

"com.android.systemui.plugin.globalactions.wallet",

"com.android.localtransport",

"com.google.android.apps.tachyon",

"com.google.android.contactkeys",

"com.google.android.apps.recorder",

"com.google.android.contacts"

)

$skipped = 0

$removed = 0

$failed = 0

foreach ($pkg in $packages) {

$exists = adb shell pm list packages 2>$null | Select-String -Quiet $pkg

if (-not $exists) {

Write-Host "SKIP $pkg" -ForegroundColor DarkGray

$skipped++

continue

}

$result = adb shell pm uninstall --user 0 $pkg 2>&1

if ($result -match "Success") {

Write-Host "OK $pkg" -ForegroundColor Green

$removed++

} else {

Write-Host "FAIL $pkg ($result)" -ForegroundColor Red

$failed++

}

}

Write-Host ""

Write-Host "Done. Removed: $removed Skipped: $skipped Failed: $failed" -ForegroundColor Cyan

Write-Host ""

Write-Host "To restore any package run:"

Write-Host " adb shell cmd package install-existing --user 0 <package>"

PART ONE - DISABLE LIST

These apps are considered "Free-mium software", not open-source.Access to the code is strictly prohibited, unavailable to anyone to protect myself and the userbase from futuristic compilation attacks.

I do not benefit from app purchases, data collection or advertising royalties. If you enjoy using any of these apps, you can donate or spread the word on social media: @paleos.io

© 2026 PALEOS.IO - All rights reserved.