-
Notifications
You must be signed in to change notification settings - Fork 111
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
6 additions
and
5 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,20 @@ | ||
# Mask Galaxy Book laptop | ||
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. | ||
## 2 versions | ||
### 2 versions | ||
- Startup version | ||
- Non-Startup version | ||
|
||
|
||
### To undo the changes (startup bat), locate & delete, then restart pc | ||
`C:\ProgramData\Microsoft\Windows\Start Menu\Programs\StartUp\Galaxy Book Mimic.bat` | ||
|
||
To check if changes were successfully made, run "regedit" and locate | ||
|
||
### To check if changes were successfully made, run "regedit" and locate | ||
`HKEY_LOCAL_MACHINE\HARDWARE\DESCRIPTION\System\BIOS` | ||
|
||
Look for: - | ||
#### Look for: - | ||
`SystemManufacturer: Samsung ; | ||
SystemProductName: NP950QDB-KA1US` | ||
|
||
#### Credit goes to r/hedehede81 (via Reddit) | ||
Feel free to modify the script to your desired behaviour. | ||
#### Credit goes to [r/hedehede81](https://www.reddit.com/user/hedehede81), [via reddit](https://www.reddit.com/r/GalaxyBook/comments/15v05bv/samsung_notes_does_not_run_on_nongalaxy_book/?utm_source=share&utm_medium=web2x&context=3) | ||
_Feel free to modify the script to your desired behaviour._ |