moodometer | simple web app to capture team mood | iOS library
kandi X-RAY | moodometer Summary
kandi X-RAY | moodometer Summary
A simple web app to capture team mood and see how it changes over time.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of moodometer
moodometer Key Features
moodometer Examples and Code Snippets
Community Discussions
Trending Discussions on moodometer
QUESTION
I want to start my application automatically for all users, whenever system starts from shutdown or hibernate (I don't want user manually click on my exe icon to run application). For example, if same system is used by two users, it should work for both users.
I've tried following, but it is not working for all users, neither for start from hibernate:
- I had added my exec shortcut in shell:startup
- I m also using batch file code like this REG ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run /v JApp /t REG_SZ /d /h "%~MoodOMeter.exe" now a problem which i m getting is that it only works for current user i.e if it registers on startup folder on userid 1 then it will not run for userid 2 and the last thing that not working is that if system start from hibernate then it will not run automatically can anyone help me with this issue
ANSWER
Answered 2018-May-04 at 06:02You can use Task Scheduler to trigger an action on resuming system.
But Task Scheduler has its limitation (in context of your question).
You can setup the task in two modes:
For specific account with "Run whether user is logged on or not" option. For that you need to know a password of some local account. And the task will run with privileges of that account, so not with privileges of the logged on account. That would be problem, if you need to write files or registry in user profile. Not to mention that there can be multiple logged on users at the same time (the task would be run for one of them only).
With "Run when user is logged on" option, you won't need the password and the task is run with correct privileges, but only for the account that created the task. So if you create the task in installer, it would be executed only for the account that run the installer. To solve this, you can make the application itself create the task, when it's executed (and the task does not exists yet).
If the above limitation is ok, then it's a solution.
Other way is to keep your application running in the background and monitor the system to trigger your desired action on resuming.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install moodometer
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page