Skip to content

Windows 10 & 11 Samsung Galaxy Book Spoofer + Patched Samsung System Support Service -- Tool/guide for making *some* Samsung apps work on any Windows 10 and 11 PCs (Bypass the "This app only works on Samsung Devices" error.)

Notifications You must be signed in to change notification settings

k0mraid3/Samsung-Galaxy-Book-Windows-Apps-Enabler-Use-Samsung-Windows-Apps-on-Any-Device

Repository files navigation

Force Samsung Windows apps from Galaxy book series to work on any windows system. (Some stipulations and HW requirements, cant bypass the hardware reqs yet)

Windows 10 & 11 Samsung Galaxy Book Spoofer -- Tool for making Some Samsung apps work on any Windows 10 or 11 PC

---- PART 1 - Bat File & REG keys.

The BAT will make Apps like Samsung Notes, Samsung Live Wallpaper, Galaxy Book Settings & Samsung Gallery function on non-galaxy Book devices. It works for some Samsung Apps, but doesn't work for others, such as Samsung Studio Plus or Bixby.

It will set a series of Reg values, and copy itself into Start (goal was to make it re-set these props at boot, if you don't want this, remove line 14. This is what line 14 looks like. --> copy "Galaxy_Book3_Pro_Spoofer.bat" "C:\ProgramData\Microsoft\Windows\Start Menu\Programs\StartUp" /Y)

I have not had any issues occur from using this script but I am using it on a PC I built myself, so the values that this script changes are/were still set to default OEM values on my system. Regardless, use at your own risk.

--Break-down--

The first part of the script runs as admin and sets the following registry values:

HKLM\HARDWARE\DESCRIPTION\System\BIOS\SystemProductName: Sets the product name to "NP960XFH-XA4US".

HKLM\HARDWARE\DESCRIPTION\System\BIOS\SystemFamily: Sets the system family to "Galaxy Book3".

HKLM\HARDWARE\DESCRIPTION\System\BIOS\SystemVersion: Sets the system version to "Ultra".

HKLM\HARDWARE\DESCRIPTION\System\BIOS\SystemManufacturer: Sets the system manufacturer to "Samsung".

HKLM\HARDWARE\DESCRIPTION\System\BIOS\SystemSKU: Sets the system SKU to "6531064".

HKLM\SYSTEM\HardwareConfig\Current\SystemFamily: Sets the system family to "Galaxy Book3".

HKLM\SYSTEM\HardwareConfig\Current\SystemManufacturer: Sets the system manufacturer to "Samsung".

HKLM\SYSTEM\HardwareConfig\Current\SystemSKU: Sets the system SKU to "6531064".

HKLM\SYSTEM\HardwareConfig\Current\SystemProductName: Sets the product name to "NP960XFH-XA4US".

HKLM\SYSTEM\HardwareConfig\Current\SystemVersion: Sets the system version to "Ultra".

HKLM\SYSTEM\ControlSet001\Control\SystemInformation\SystemManufacturer: Sets the system manufacturer to "Samsung".

HKLM\SYSTEM\ControlSet001\Control\SystemInformation\SystemProductName: Sets the product name to "NP960XFH-XA4US".

The last part of the script copies itself, "Galaxy_Book3_Pro_Spoofer.bat", to the Startup folder. This file SHOULD be executed every time the computer starts up. (As mentioned above, if you don't want this, simply remove this bit.) The final line of the script exits the batch script.

------------- PART 2 -- Installing Patched "Samsung System Support Service" (To get things like Multi-control, Samsung Settings & a few others working)

1- Unzip and extract the "SamSysSupSvc" folder, to C:\ drive, so that the end path looks like this = "C:\SamSysSupSvc", It should ALREADY contain a patched version of the "SamsungSystemSupportService.exe", but just in case, I've attached a patched one to the repo, so if it ever automatically updates, all you need to do is drop the patched.exe into C:\SamSysSupSvc and rename it to remove the "-patched" line.

image

2- Now, we need to load the drivers, so we need to open windows device manager & find -> Other Devices -> Continuity_msg_spp Depending on how many Samsung devices you have connected to your PC, you may see one or more "Continuity_msg_spp", we need to manually update the driver(s) to these with ones we just put in C:\SamSysSupSvc.

image

3- Right click "Continuity_msg_spp" and click "Update Driver", on the next pop-up, click "Let me pick from list of available drivers on my computer", on the next pop-up, click "Show all devices" and hit "Next", then we click "Have Disk" at the bottom right. Now we navigate to C:\SamSysSupSvc, it will be the only visible driver in that directory, install it for each "Continuity_msg_spp".

4- Now open a command prompt AS ADMINISTRATOR. (Hit the Windows key + X, select "Terminal (Admin)) or type "cmd" and select "Run as Administrator"

image

Now in an administrator command prompt, run the following to create the service manually. sc create SamSysSupSvc binPath=c:\SamSysSupSvc\SamsungSystemSupportService.exe start=auto

If all works, it should automatically be installing Samsung apps, do a reboot and look for "Samsung Settings". Most things should now work. Check the Microsoft store if you don't find Samsung apps in recently installed, they may still be installing. If the apps do not install automatically, see the "Samsung OEM Apps" directory off the root of this repo, or follow the link if you are lazy, to install these apps manually -> https://github.com/k0mraid3/Samsung-Galaxy-Book-Windows-Apps-Enabler-Use-Samsung-Windows-Apps-on-Any-Device/tree/main/Samsung%20OEM%20Apps

Enjoy, let me know if you guys figure out how to get the other apps working.

All copyrights, trademarks, etc are the property of Samsung. I am not affiliated with Samsung in any way. This was a research project and is for educational purposes only. Credit also to Samsung for 99.99% of the code, but shame on them for making these great apps only available to certain devices.

About

Windows 10 & 11 Samsung Galaxy Book Spoofer + Patched Samsung System Support Service -- Tool/guide for making *some* Samsung apps work on any Windows 10 and 11 PCs (Bypass the "This app only works on Samsung Devices" error.)

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published