This .bat script will allow you to mimic your windows pc as a Galaxy Book laptop, this is usually used to bypass Samsung's restriction on some applications such as Samsung Notes by modifying the registry. Third-party antivirus applications such as Kaspersky and Bitdefender detecting the .bat file as a threat, it is a false positive! Just whitelist it or modify the registry yourself if that is the case.
- Galaxybook_mask(startup).bat:(not recommended)you will see a cmd prompt everytime you start your pc.
- Galaxybook_mask(no startup).bat
- samsungnotes-better.bat: Non startup version that launches samsung notes, can be used as a makeshift shortcut
- (Recommended)samsungnotes-betterv2.bat:This version stores the previous registery key that it changes and then reverts the key back once the app has been launched
To undo the changes made from running Galaxy book mask(startup bat),ie: if you keep seeing a cmd prompt everytime you start your device, locate & delete, then restart pc, the registry values will revert back to factory values
C:\ProgramData\Microsoft\Windows\Start Menu\Programs\StartUp\GalaxyBookMask.bat
HKEY_LOCAL_MACHINE\HARDWARE\DESCRIPTION\System\BIOS
SystemManufacturer: Samsung
SystemProductName: NP960XFG-KC4UK
- If you're dealing with that annoying "connecting to a service" pop-up or Samsung Notes freezing while trying to sync or if you are unable to sync samsung notes, here's what you can do:
-
Firstly, you need to install the Winget package manager. You can download it from this microsoft store link.
-
After installing Winget, open a Command Prompt window and enter the following command:
winget install 9P98T77876KZ
. This command will install the Samsung Account application. -
Once the Samsung Account application is installed, you should launch the script named "GalaxyBookMask(no startup).bat" from this GitHub link or this repository.
-
After the script has been executed, open the Samsung Account app on your PC from the Start Menu and log in using your Samsung account credentials.
-
Finally, you can open Samsung Notes using the samsungnotes-betterv2.bat file in my repository, and samsung notes should work as expected.
If you cannot find the Samsung Notes application in the Microsoft Store, you can install it with Winget.
- Open terminal or cmd (command promt)
- Type in
winget install 9NBLGGH43VHV
- Follow the instructions & type "
Y
" to continue - Wait for it to download and install
- Finish!
Credit goes to r/hedehede81, via reddit
Feel free to modify the script to your desired behaviour.