Skip to content

This script will allow you to mimic your windows pc as a Galaxy Book laptop, this is usually used to bypass Samsung Notes

License

Notifications You must be signed in to change notification settings

xiasir2333/galaxybook_mask

 
 

Repository files navigation

Mask Galaxy Book laptop

一、galaxybook_mask 如何工作? 运行 bat 脚本,通过修改注册表的值来伪装为三星 GalaxyBook 笔记本

二、3 种不同版本的脚本区别:

GalaxyBookMask.bat: Startup version 即开机自启动,但是每次都需要点击“是”来授权运行此脚本。如果不是每次都需要使用三星笔记,不推荐。

GalaxyBookMask.no.startup.bat 即不开机自启动,生效时间是直到关机,重启后失效。除非需要多次打开退出三星笔记,否则不推荐。

samsungnotes-directlaunch.bat 不开机启动,生效时间是三星笔记启动到退出,相当于三星笔记的启动入口,每次只需要点击此脚本即完成伪装和启动三星笔记的流程,推荐。

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 Bitfinder 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. This is a continued project from obrobrio200, Samsung-Quick-Share-4-All

3 versions

  • Startup version
  • Non-Startup version
  • Direct Launch version: A direct launch version that launches Samsung notes after editing the registry and then restores the registry after the app has been launched. It's more like a shortcut to Samsung Notes. Contributed by iknothing

"Connecting to a service" error solution

  • If you're dealing with that annoying "connecting to a service" pop-up or Samsung Notes freezing while trying to sync, here's what you can do: -
  1. Firstly, you need to install the Winget package manager. You can download it from this microsoft store link. Side note, it is usually pre-installed on Windows.

  2. After installing Winget, open a Command Prompt window and enter the following command: winget install 9P98T77876KZ. This command will install the Samsung Account application.

  3. Once the Samsung Account application is installed, you should launch the script named "GalaxyBookMask(no startup).bat" from this GitHub link or this repository.

  4. 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.

  5. You can now access Samsung Notes using the preferred method provided in this repository, and Samsung Notes should function as intended.

To undo the changes (startup bat), locate & delete, then restart pc, the registry values will revert back to factory values

C:\ProgramData\Microsoft\Windows\Start Menu\Programs\StartUp\GalaxyBookMask.bat

To check if changes were successfully made, run "regedit" and locate

HKEY_LOCAL_MACHINE\HARDWARE\DESCRIPTION\System\BIOS

Look for: -

SystemManufacturer: Samsung SystemProductName: NP960XFG-KC4UK

Credit goes to: -

1. obrobrio2000, via GitHub &, reddit u/ for the actual script

2. r/hedehede81, via reddit for looking for it

Feel free to modify the script to your desired behaviour.

How to install Samsung Notes

If you cannot find the Samsung Notes application in the Microsoft Store, you can install it with Winget.

  1. Open terminal or cmd (command promt)
  2. Type in winget install 9NBLGGH43VHV
  3. Follow the instructions & type "Y" to continue
  4. Wait for it to download and install
  5. Finish!

Disclaimer

  1. The scripts made are intended for Samsung Notes only, other Samsung applications might work but I can't guarantee those
  2. Applications like Samsung Settings requires the actual hardware components (INTEL WIFI, BT Drivers) provided by Samsung to run, so the script will not bring you far (however you could give this a try: Multi-Control Solution via XDA)

About

This script will allow you to mimic your windows pc as a Galaxy Book laptop, this is usually used to bypass Samsung Notes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Batchfile 100.0%