-
-
Save samchoi69/75d9bd164597338ff116b5a441e41a83 to your computer and use it in GitHub Desktop.
Remove BlueStacks Ads
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
# Windows | |
1. Open Windows Command Prompt | |
2. Run command | |
"C:\Program Files (x86)\BlueStacks\HD-Adb.exe" shell | |
# Within BlueStacks shell | |
/system/xbin/bstk/su | |
pm disable-user com.bluestacks.s2p | |
# macOS | |
1. Open Terminal | |
2. Run command: | |
/Applications/BlueStacks.app/Contents/MacOS/adb shell | |
# Within BlueStacks shell | |
/system/xbin/bstk/su | |
pm disable-user com.bluestacks.s2p | |
# Error: device not found | |
# Kill the server with ADB | |
# Make sure BlueStacks is running before you try to start ADB and disable the user | |
# Windows | |
"C:\Program Files (x86)\Bluestacks\HD-Adb.exe" kill-server | |
#macOS | |
/Applications/BlueStacks.app/Contents/MacOS/adb kill-server |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I did try to modify bluestacks.conf but I saw BlueStack modify it again. I might need more time to research about this.
Anyway, if you need, I can upload a clean vhdx which removed ads to you.