![]() |
|
|
Welcome to the { mindfrost82.com } forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
Selective Starting of Program for Administrator Only.
Windows XP Pro, SP2, IE7
I have a program, FWManager.exe which checks the Firmware version of my Samsung DVD drive. If any user of my pc, other than myself, logs in, they get an error message:- "Please log in with Admin account You don't have right to use this program" I have contacted Samsung support without any response. The program seems to be started from the following registry key:- [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Run] "Name of App"="C:\\Program Files\\SAMSUNG\\FW LiveUpdate\\FWManager.exe r" Is there anyway I can change this so FWManager.exe only starts when I log in, to avoid the other users, who include my young grandchldren, having to deal with this error message. -- Regards, Richard |
|
|||
|
Re: Selective Starting of Program for Administrator Only.
absolutely yes you can.
move the entry to HKCU at same offset [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\Curre ntVersion\Run] as well as every/anything else for you or for them respectively. you just have to be logged into the destination user, who will aways appear as hkcu. hklm applies to all users. James "Richard A. King" <RichardAKing@discussions.microsoft.com> wrote in message news 730B8D4-D772-40A1-8993-319125719F0C@microsoft.com...> Windows XP Pro, SP2, IE7 > > I have a program, FWManager.exe which checks the Firmware version of my > Samsung DVD drive. > If any user of my pc, other than myself, logs in, they get an error > message:- > "Please log in with Admin account > You don't have right to use this program" > > I have contacted Samsung support without any response. The program seems > to > be started from the following registry key:- > > [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Run] > > "Name of App"="C:\\Program Files\\SAMSUNG\\FW LiveUpdate\\FWManager.exe r" > > Is there anyway I can change this so FWManager.exe only starts when I log > in, to avoid the other users, who include my young grandchldren, having to > deal with this error message. > > -- > Regards, Richard |
|
|||
|
RE: Selective Starting of Program for Administrator Only.
alot of programs will check the hclm to see if the entry exist if not it will
rewrite it so deleting it will not make a difference. So follow james long directions then go msconfig and disable the entry for hclm from running at startup "Richard A. King" wrote: > Windows XP Pro, SP2, IE7 > > I have a program, FWManager.exe which checks the Firmware version of my > Samsung DVD drive. > If any user of my pc, other than myself, logs in, they get an error message:- > "Please log in with Admin account > You don't have right to use this program" > > I have contacted Samsung support without any response. The program seems to > be started from the following registry key:- > > [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Run] > > "Name of App"="C:\\Program Files\\SAMSUNG\\FW LiveUpdate\\FWManager.exe r" > > Is there anyway I can change this so FWManager.exe only starts when I log > in, to avoid the other users, who include my young grandchldren, having to > deal with this error message. > > -- > Regards, Richard |
|
|||
|
Re: Selective Starting of Program for Administrator Only.
Thank you James,
That solved the problem perfectly. Pity Smasung cannot be as prompt in their responses. -- Regards, Richard "James W. Long" wrote: > absolutely yes you can. > move the entry to HKCU at same offset > [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\Curre ntVersion\Run] > > as well as every/anything else for you or for them respectively. > you just have to be logged into the destination user, > who will aways appear as hkcu. > > hklm applies to all users. > > James > > "Richard A. King" <RichardAKing@discussions.microsoft.com> wrote in message > news 730B8D4-D772-40A1-8993-319125719F0C@microsoft.com...> > Windows XP Pro, SP2, IE7 > > > > I have a program, FWManager.exe which checks the Firmware version of my > > Samsung DVD drive. > > If any user of my pc, other than myself, logs in, they get an error > > message:- > > "Please log in with Admin account > > You don't have right to use this program" > > > > I have contacted Samsung support without any response. The program seems > > to > > be started from the following registry key:- > > > > [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Run] > > > > "Name of App"="C:\\Program Files\\SAMSUNG\\FW LiveUpdate\\FWManager.exe r" > > > > Is there anyway I can change this so FWManager.exe only starts when I log > > in, to avoid the other users, who include my young grandchldren, having to > > deal with this error message. > > > > -- > > Regards, Richard > > > |
|
|||
|
Re: Selective Starting of Program for Administrator Only.
I wouldnt disable the hklm run key from running, because perhaps something in there is necessary. but I would use msconfig to disable Individual entries, i think thats what you meant "jake" <jake@discussions.microsoft.com> wrote in message news:0A5EBA8E-AAC5-422F-BA37-96ABAF12EC50@microsoft.com... > alot of programs will check the hclm to see if the entry exist if not it > will > rewrite it so deleting it will not make a difference. > So follow james long directions then go msconfig and disable the entry for > hclm from running at startup > > "Richard A. King" wrote: > >> Windows XP Pro, SP2, IE7 >> >> I have a program, FWManager.exe which checks the Firmware version of my >> Samsung DVD drive. >> If any user of my pc, other than myself, logs in, they get an error >> message:- >> "Please log in with Admin account >> You don't have right to use this program" >> >> I have contacted Samsung support without any response. The program seems >> to >> be started from the following registry key:- >> >> [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Run] >> >> "Name of App"="C:\\Program Files\\SAMSUNG\\FW LiveUpdate\\FWManager.exe >> r" >> >> Is there anyway I can change this so FWManager.exe only starts when I log >> in, to avoid the other users, who include my young grandchldren, having >> to >> deal with this error message. >> >> -- >> Regards, Richard |
|
|||
|
RE: Selective Starting of Program for Administrator Only.
I exported the key from HKLM with REGEDIT and opened the .reg file with
notebook. I used this to add the key to HKCU, again with REGEDIT then deleted the HKLM key. I restarted the pc and check with MSCONFIG. There was no sign of the entry against HKLM in Startup, only against HKCU. -- Regards, Richard "jake" wrote: > alot of programs will check the hclm to see if the entry exist if not it will > rewrite it so deleting it will not make a difference. > So follow james long directions then go msconfig and disable the entry for > hclm from running at startup > > "Richard A. King" wrote: > > > Windows XP Pro, SP2, IE7 > > > > I have a program, FWManager.exe which checks the Firmware version of my > > Samsung DVD drive. > > If any user of my pc, other than myself, logs in, they get an error message:- > > "Please log in with Admin account > > You don't have right to use this program" > > > > I have contacted Samsung support without any response. The program seems to > > be started from the following registry key:- > > > > [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Run] > > > > "Name of App"="C:\\Program Files\\SAMSUNG\\FW LiveUpdate\\FWManager.exe r" > > > > Is there anyway I can change this so FWManager.exe only starts when I log > > in, to avoid the other users, who include my young grandchldren, having to > > deal with this error message. > > > > -- > > Regards, Richard |
![]() |
|
| Thread Tools | Search this Thread |
| Display Modes | |
|
|