Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Found a way to avoid having the UAC prompt #42

Open
eliseomartelli opened this issue Dec 12, 2024 · 0 comments
Open

Found a way to avoid having the UAC prompt #42

eliseomartelli opened this issue Dec 12, 2024 · 0 comments

Comments

@eliseomartelli
Copy link

Hi,
I'm writing this issue to let you know that is possible to achieve a more seamless solution on Windows, one that doesn't require accepting the UAC prompt every time at boot.
Excuse me for screenshots in Italian, but the gist of it is as follows:

  1. Open the task scheduler on Windows;
  2. Create a new task;
  3. In the General tab, the following settings are entered:
    "Run whether user is logged on or not"
    "Run with highest privileges"
  4. In the triggers tab, create a new trigger, set it "At boot".
  5. In the action tab, create a new action, and start GalaxyBookMask.bat
  6. In conditions tab, disable "Run the activity only if power is connected".

I've also changed the script as follows:

reg add "HKLM\HARDWARE\DESCRIPTION\System\BIOS" /v SystemProductName /t REG_SZ /d "NP960XFG-KC4UK" /f
reg add "HKLM\HARDWARE\DESCRIPTION\System\BIOS" /v SystemManufacturer /t REG_SZ /d "Samsung" /f
exit 

Attached are some screenshots in Italian.

Screenshot 2024-12-12 204914
Screenshot 2024-12-12 204942
Screenshot 2024-12-12 205003
Screenshot 2024-12-12 205021

Have a nice day!

  • Eliseo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant