pvds
-
Total Posts
:
7
- Scores: 0
-
Reward points
:
0
- Joined: 11/30/2011
-
Status: offline
|
Login script
Wednesday, December 21, 2011 1:38 AM
( permalink)
L.S. Developing a login script, i use a HTA with vbscript, I need to change some registry settings and using regwrite, the HTA is started when the user logs on. Problem rises for the HTA has no permission to change reg settings, I browse the inet for a solution and I can't find it. runas ? I can't figure out how. I have a special account for login procedure with admin rights. regards, Pvds
|
|
|
|
59cobalt
-
Total Posts
:
975
- Scores: 91
-
Reward points
:
0
- Joined: 7/17/2011
-
Status: offline
|
Re:Login script
Wednesday, December 21, 2011 5:43 AM
( permalink)
Why would you want to use a HTA as a login script? HTAs are a way to build GUIs for VBScript to enable user interaction. Login scripts are supposed to run in the background without user interaction.
|
|
|
|
pvds
-
Total Posts
:
7
- Scores: 0
-
Reward points
:
0
- Joined: 11/30/2011
-
Status: offline
|
Re:Login script
Wednesday, December 21, 2011 7:15 PM
( permalink)
Just to inform the user what the progress is of the before he can use the applications Situation now: the company has KIX with a gui to show the progession of the login. I am working on : Applic virtualization(appv msoft) and those applics which cannot be virtualized (VBSCRIPT) must show progression information onscreen. regards, Pvds
|
|
|
|
ebgreen
-
Total Posts
:
8227
- Scores: 98
-
Reward points
:
0
- Joined: 7/12/2005
-
Status: offline
|
Re:Login script
Thursday, December 22, 2011 3:10 AM
( permalink)
So just have the logon script be a regular vbscript that pops a splash screen up then removes it when it is done.
|
|
|
|