Jump to content

Lock Screen 1 Minute - (Moved)


Recommended Posts

Hi,

When my PC starts I like to lock automatically the Screnn for 1 Minute, that no one can use the Mouse.

After my Program hast started in Fullscreen 1 minute is reaches and the programm can normally be used by mouse.

 

My problem ist, that I need administration-acces every newstart to push ok.

Can you help me?

I do not find a solution.

Link to comment
Share on other sites

Don't use the mouse to automate whatever it is you're trying to automate. Use ControlClick or something less reliant on mouse movement and clicks.

If I posted any code, assume that code was written using the latest release version unless stated otherwise. Also, if it doesn't work on XP I can't help with that because I don't have access to XP, and I'm not going to.
Give a programmer the correct code and he can do his work for a day. Teach a programmer to debug and he can do his work for a lifetime - by Chirag Gude
How to ask questions the smart way!

I hereby grant any person the right to use any code I post, that I am the original author of, on the autoitscript.com forums, unless I've specifically stated otherwise in the code or the thread post. If you do use my code all I ask, as a courtesy, is to make note of where you got it from.

Back up and restore Windows user files _Array.au3 - Modified array functions that include support for 2D arrays.  -  ColorChooser - An add-on for SciTE that pops up a color dialog so you can select and paste a color code into a script.  -  Customizable Splashscreen GUI w/Progress Bar - Create a custom "splash screen" GUI with a progress bar and custom label.  -  _FileGetProperty - Retrieve the properties of a file  -  SciTE Toolbar - A toolbar demo for use with the SciTE editor  -  GUIRegisterMsg demo - Demo script to show how to use the Windows messages to interact with controls and your GUI.  -   Latin Square password generator

Link to comment
Share on other sites

@Thommes maybe it's just me but I don't quite understand what you're asking to get help about.

What is the issue? You say that 'My problem ist, that I need administration-acces every newstart to push ok.' What does that mean? That you have a working script that does what you want it to but it requires admin access so you always have to click YES to allow it to make changes to you pc, hence the mouse doesn't get locked until you click Yes / OK ?

Link to comment
Share on other sites

BlockInput requires Admin credentials to work now on Windows 8+, it's a Windows thing.

If I posted any code, assume that code was written using the latest release version unless stated otherwise. Also, if it doesn't work on XP I can't help with that because I don't have access to XP, and I'm not going to.
Give a programmer the correct code and he can do his work for a day. Teach a programmer to debug and he can do his work for a lifetime - by Chirag Gude
How to ask questions the smart way!

I hereby grant any person the right to use any code I post, that I am the original author of, on the autoitscript.com forums, unless I've specifically stated otherwise in the code or the thread post. If you do use my code all I ask, as a courtesy, is to make note of where you got it from.

Back up and restore Windows user files _Array.au3 - Modified array functions that include support for 2D arrays.  -  ColorChooser - An add-on for SciTE that pops up a color dialog so you can select and paste a color code into a script.  -  Customizable Splashscreen GUI w/Progress Bar - Create a custom "splash screen" GUI with a progress bar and custom label.  -  _FileGetProperty - Retrieve the properties of a file  -  SciTE Toolbar - A toolbar demo for use with the SciTE editor  -  GUIRegisterMsg demo - Demo script to show how to use the Windows messages to interact with controls and your GUI.  -   Latin Square password generator

Link to comment
Share on other sites

Instead of being cryptic, why don't you just post what it is you're talking about in plain English without beating around the bush?

If I posted any code, assume that code was written using the latest release version unless stated otherwise. Also, if it doesn't work on XP I can't help with that because I don't have access to XP, and I'm not going to.
Give a programmer the correct code and he can do his work for a day. Teach a programmer to debug and he can do his work for a lifetime - by Chirag Gude
How to ask questions the smart way!

I hereby grant any person the right to use any code I post, that I am the original author of, on the autoitscript.com forums, unless I've specifically stated otherwise in the code or the thread post. If you do use my code all I ask, as a courtesy, is to make note of where you got it from.

Back up and restore Windows user files _Array.au3 - Modified array functions that include support for 2D arrays.  -  ColorChooser - An add-on for SciTE that pops up a color dialog so you can select and paste a color code into a script.  -  Customizable Splashscreen GUI w/Progress Bar - Create a custom "splash screen" GUI with a progress bar and custom label.  -  _FileGetProperty - Retrieve the properties of a file  -  SciTE Toolbar - A toolbar demo for use with the SciTE editor  -  GUIRegisterMsg demo - Demo script to show how to use the Windows messages to interact with controls and your GUI.  -   Latin Square password generator

Link to comment
Share on other sites

I'm not being cryptic at all. I was going to wait for the OP to confirm that this is actually his issue and only then try to find what I think I remember worked...

But since it's you, I looked for it and I found it. Here it is... https://lifehacker.com/how-to-eliminate-uac-prompts-for-specific-applications-493128966

I just tried and it works.

And since we're talking about a script that should run on startup, it's even easier...

Edited by Seminko
typos
Link to comment
Share on other sites

If I understand the OP's question... You could to this:

  • Write a script that blocks using BlockInput() and Sleep().
  • Compile it.
  • Open Task Scheduler (taskschd.msc /s) on your computer
  • Make a new task to run as the system account.
  • Set the action to run your compiled blocking script 
  • Set the trigger to be the logon of any user. 
  • Test for effectiveness.
Link to comment
Share on other sites

Alright, I just made a small _BlockInput UDF. I'll post it tomorrow in Example.  It is blocking all keyboard and mouse input without any UAC interference. Stay tune...

 

Done !

Edited by Nine
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...