Welcome Guest! To access all forums & features, please register an account or sign-in. → Why register?



[Win7] Only allow a user to execute a program via another


8 replies to this topic - - - - -

#1 RATiO

    Neowinian³

  • 351 posts
  • Joined: 25-February 06
  • Location: England, UK
  • OS: Windows 7/8, Windows Phone, Android

Posted 02 November 2012 - 18:46

So, I want to prevent a user from executing a program via explorer, start menu shortcuts or desktop shortcuts.

BUT, they must be able to launch the program from within another app which executes the one I wish to block.

Is there any way to do this?


#2 OP RATiO

    Neowinian³

  • 351 posts
  • Joined: 25-February 06
  • Location: England, UK
  • OS: Windows 7/8, Windows Phone, Android

Posted 06 November 2012 - 21:44

No one?

#3 +BudMan

    Neowinian Super Star

  • 23,797 posts
  • Joined: 04-July 02
  • Location: Schaumburg, IL
  • OS: Win7, Vista, 2k3, 2k8, XP, Linux, FreeBSD, OSX, etc. etc.

Posted 06 November 2012 - 21:48

Have never heard of wanting to do something like this.

So you have 2 exe's for example

abc.exe
dfg.exe

You want user to be able to start abc.exe but not dfg.exe -- but abc.exe starts dfg.exe?

Why would you need to do this? So details of what your trying to prevent would be helpful in coming up with the correct solution to the problem.

#4 OP RATiO

    Neowinian³

  • 351 posts
  • Joined: 25-February 06
  • Location: England, UK
  • OS: Windows 7/8, Windows Phone, Android

Posted 06 November 2012 - 22:10

You've got the gist of it yes, the app I want to block has no user logging capability so I want users to only launch the app through this other app which has custom username and passwords and logs the login and logout time against username

#5 +BudMan

    Neowinian Super Star

  • 23,797 posts
  • Joined: 04-July 02
  • Location: Schaumburg, IL
  • OS: Win7, Vista, 2k3, 2k8, XP, Linux, FreeBSD, OSX, etc. etc.

Posted 07 November 2012 - 12:45

so you wrote the apps? Or someone in the company did? Are these apps available to everyone - can I look up the company, or download them?

Why would the users know to launch dfg.exe vs abc.exe?? Users are dumb!! You give them an icon to abc, and then don't say anything about dfg, how would they know to run dfg so nothing is logged?

#6 firey

    Neowinian Wise One

  • 5,356 posts
  • Joined: 30-October 05
  • Location: Ontario, Canada
  • OS: Windows 7
  • Phone: Android (4.1.2)

Posted 07 November 2012 - 13:02

View PostRATiO, on 06 November 2012 - 22:10, said:

You've got the gist of it yes, the app I want to block has no user logging capability so I want users to only launch the app through this other app which has custom username and passwords and logs the login and logout time against username

You could always have some sort of background app that checks to see if that process is running. If the launcher process isn't running then kill it, otherwise it's good.

#7 OP RATiO

    Neowinian³

  • 351 posts
  • Joined: 25-February 06
  • Location: England, UK
  • OS: Windows 7/8, Windows Phone, Android

Posted 07 November 2012 - 19:48

@budman
It's a factory system based on windows logins but the terminal at which the users run this program from will always be logged into the same windows account - therefore not actually logging who did what. It's impractical to set all of these users up with their own domain account so I have made my own program that asks for a username and pin then launches the program.

Yes I could set up an icon on desktop to the launcher but it's still not going to stop the 'above average intelligence' user from browsing to c:\program files\xxxi and manually starting it

@firey
I like that idea, will have to try it

#8 TechGuyPA

    Tech Guy Pa

  • 419 posts
  • Joined: 30-October 08
  • Location: Pa

Posted 07 November 2012 - 19:56

OK - here is an out of the box idea. Why cant you use a program like Kido'z (which is free) and basically lets you control what they can and cant do, like what what files they can access. Ya I know that Kido'z is a "kids" program but my end users act more like kids then some kids I know. That's how I control who can get to what on my terminals.

http://kidoz.net/

PS - I don't work for Kido'z , Im just a satisfied customer.

Alex
Head of TechGeekandMore.com

#9 _BeanZ_

    Resident Fanatic

  • 708 posts
  • Joined: 01-March 06

Posted 07 November 2012 - 21:22

View PostRATiO, on 07 November 2012 - 19:48, said:

It's impractical to set all of these users up with their own domain account so I have made my own program that asks for a username and pin then launches the program.

When you spend more time on the work around than it would take to create the user accounts, it isn't "impractical". ;)