This tag denotes question regarding RunOnce feature of Windows system - a specific branch of Windows Registry, where developers and application installers put paths to programs that should be executed only once. After successful execution, such entry is removed from Windows Registry. This feature is useful for example for finishing uninstall process, where after next reboot of computer, a special "clenaup" program is run once to delete locked files.
Questions tagged [runonce]
41 questions
0
votes
1 answer
Server 2016 PowerShell Autologon on Domain Controller as Administrator not working
I have a Domain Controller that needs to be able to autologon as Administrator. I tried all the online solutions, but after every reboot I get Username or Password incorrect, while I know it is correct.
I made the autologon part into a function.…

Laetitia
- 3
- 3
0
votes
1 answer
How to open a web page after reboot
I'm creating an installer of sorts. It's a C# application that upgrades prerequisites on a system before a new ClickOnce application is installed. The final step is to reboot the system and I'd like it to open up the ClickOnce application's…

xr280xr
- 12,621
- 7
- 81
- 125
0
votes
1 answer
Run function if data changed
I am new in jQuery and can't figure how to succesfully run the script I use in my pages. The problem is I need to fade in and out text only if there are changes in my load.php file but not constantly like it is now, please help anyone... Many…

Farer
- 25
- 1
- 5
0
votes
0 answers
Run once in a webapp
I consider creating a webapp. The webapp must be capable of working offline and syncing the data when connection is available, so I think I should use localStorage.
However, I am concerned about users that open the app in multiple tabs multiple…

v6ak
- 1,636
- 2
- 12
- 27
0
votes
3 answers
Running an application once after reboot
I'm currently working on a small application that removes a piece of software and re installs it. Part of the removal process requires a reboot, so I have had to relaunch the application on startup. I'm currently using a runonce registry key under…

Harry
- 11
- 1
0
votes
1 answer
Windows Registry RunOnce Loop
I'm in an environment where apps in the start up menu and Run registry key wont execute anything, but RunOnce will, so I made small script to start the application I want to run on startup then re-write the registry key. However, when I login and…

matt
- 320
- 4
- 15
0
votes
0 answers
registry entry access from native ntdll
is there a document which let me know what are the HKLM registry hives are accessible from Native C++ program. I am writing a C program which will run using BootExecute and will access read / write reg entries. I could do it successfully under…

rocky
- 157
- 3
- 13
0
votes
0 answers
Can i store more than one value in Runonce RegKey?
I am fixing a testing code, it test a prebootstrapper in a specific software (ensuring that proper .NET is installed , etc..), at some point, the computer must restart, and then continue excuting the testing code AND the prebootstrapper after…

Ahmed
- 37
- 10
0
votes
1 answer
Run function once after redirecting
I'm trying to redirect user who access a site to a mobile site. This is what I have done so far but the problem is that the function keeps running every time when the page loads. The functions gets called after the page loads. I'm a JavaScript…

user3757910
- 15
- 3
0
votes
1 answer
Qt-App on Windows Boot: Touchscreen generates mouse move to but no click
We have a Qt GUI application being started on boot through registry Run/RunOnce-Key.
When started on boot the Qt application gets position from touch screen but does not get the click event (emulated mouse click on button) itself.
When run manually…

Sebastian Lange
- 3,879
- 1
- 19
- 38
0
votes
0 answers
windows 7 Task Scheduler to run Batch Script at user login only once at first login
i have created a script and created a task scheduler to run in windows 7 when the user first time login. How to stop the script to run when the user log-off and log-in 2nd time. I dont want to delete this task because it has to run for another user…

user3262232
- 1
- 1