mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-25 15:25:59 +03:00
[GH-ISSUE #575] Shutdown screen for profesional purposes #335
Labels
No labels
bug
bug
cant-reproduce
discussion
duplicate
easy
enhancement
help wanted
improvement
invalid
need more info
pull-request
question
wont-add
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Quasar#335
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @axe-usat on GitHub (Jan 5, 2017).
Original GitHub issue: https://github.com/quasar/Quasar/issues/575
Hi, At fist i must to say this is a suggestion for good purposes not bad. For example i travel and i am using my computer of my office where i work and sometimes i must to use fair. But some employee see what i do in my computer or access at my personal information. So i shut down the screen to avoid that other employees use my computer and avoid that they take my personal information. ( It's more like teamviewer ) i'm in my house and i want to use my computer of my office because i want to advance in my work obviously with approvation of my boss. And i want to other employees cant use my computer or can't see the things that i am doing. Thanks a lot for the project it's good alternative to teamviewer!
@ValonK commented on GitHub (Jan 5, 2017):
And then just call
SetMonitorInState(MonitorState.MonitorStateOff);That's what I use for shutting down my Monitors. Taken from http://stackoverflow.com/a/713504/2649087