Ask a Question related to Windows XP/2000/ME, Design and Development.
-
MS #1
limiting software installation to specific user(s)
Many software packages now ask, during installation, whether the
installation is limited to the current user/installer or if it's for all
users. If a package does not have this option, how do you accomplish this?
Case in point: I have recently reformatted my hard drive and reinstalled
all software and restored data. I then created a limited user account for
my wife (which I have done before). However, when she logs in to her
account, several applications (that are not in either my or her startup
folder but can be viewed in MSCONFIG) attempt to start. Active Sync starts
looking for a handheld device (I have an iPAQ) which she does not have,
Zinio Reader attempts to open an account (I used it to download and read my
PC Magazine subscription), etc. She ends up with about 10 dialogue boxes
all stacked up, each one requesting an account name, a button click, etc. I
am not certain why this has happened since the reformat and reinstall
procedure is the same each time, but this is the first time I have faced
these problems. I'd appreciate any suggestions as to where I can find
information regarding this part of XP administration.
MS Guest
-
Limiting Editing to specific page content
I bought this product for this specific reason from the Adobe sales literature: "With Adobe Contribute 4, site administrators can ensure that only... -
Problem limiting recordset after User Login with PHP /MYSQL
Am developing dynamic website area for customers to log in and view their specific inventory items. If I use a HTML form and pass form parameters to... -
Limiting uploaded image width in user-posted content?
I have created a blogging system where users can upload pics to their galleries then place them into their blogs by way of <img> tags. The problem... -
Error During Installation of Software
When attempting to install software, I get the following error message: You do not have access to make the required system configuration... -
Software installation
I bought what I thought would be a full version of Windows XP Home edition from a retailer. What I got was a OEM product. When I tried to install... -
Walter Clayton #2
Re: limiting software installation to specific user(s)
Two things of quick note. A lot of applications handle automatic startup via
the registry rather than the "startup" folder and if an application is
configured or defaulted to all users it may use the "All Users" startup
folder. Fortunately, MSConfig will tell you where a given application has
hooked it self. When looking at MSConfig you'll see, generally, one of four
locations referenced.
"Common Startup" refers to "C:\Documents and Settings\All Users\Start
Menu\Programs\Startup". Any thing will be auto started for all users of the
machine.
"Startup" refers to your personal startup folder located in C:\Documents and
Settings\[user]\Start Menu\Programs\Startup.
The other two references are in the registry.
"HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Ru n" will launch an
application for all users of the machines.
"HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Ru n" is user specific
launch.
If there is an item in "Common Startup" that you want to launch specific to
yourself, then you can cut and paste from the "all user" startup folder into
your personal startup folder. However, if the startup item is in the HKLM
part of the registry things get a bit tricky. You have to manually copy the
data to the HKCU part of the registry and delete it from the HKLM part of
the registry. I'll hold off on how to do that at present until you have a
chance to see if you can simply move stuff around via the startup folders.
Playing with the registry is dangerous.
--
Walter Clayton - MS MVP(WinXP)
Associate Expert
[url]http://www.microsoft.com/windowsxp/expertzone[/url]
Any technology distinguishable from magic is insufficiently advanced.
[url]http://www.dts-l.org[/url]
[url]http://support.microsoft.com/servicedesks/fileversion/default.asp[/url]
"MS" <wra@@amole.com> wrote in message
news:OXyM$uuTDHA.1740@TK2MSFTNGP12.phx.gbl...this?> Many software packages now ask, during installation, whether the
> installation is limited to the current user/installer or if it's for all
> users. If a package does not have this option, how do you accomplishstarts> Case in point: I have recently reformatted my hard drive and reinstalled
> all software and restored data. I then created a limited user account for
> my wife (which I have done before). However, when she logs in to her
> account, several applications (that are not in either my or her startup
> folder but can be viewed in MSCONFIG) attempt to start. Active Syncmy> looking for a handheld device (I have an iPAQ) which she does not have,
> Zinio Reader attempts to open an account (I used it to download and readI> PC Magazine subscription), etc. She ends up with about 10 dialogue boxes
> all stacked up, each one requesting an account name, a button click, etc.> am not certain why this has happened since the reformat and reinstall
> procedure is the same each time, but this is the first time I have faced
> these problems. I'd appreciate any suggestions as to where I can find
> information regarding this part of XP administration.
>
>Walter Clayton Guest
-
MS #3
Re: limiting software installation to specific user(s)
Unfortunately, they are not in the "all user" startup folder either. I can
see what direction you are heading and would appreciate more detail.
Thanks.
"Walter Clayton" <w-claytonNO@SPmvpsAM.org> wrote in message
news:OhNMYHwTDHA.1576@TK2MSFTNGP12.phx.gbl...via> Two things of quick note. A lot of applications handle automatic startupfour> the registry rather than the "startup" folder and if an application is
> configured or defaulted to all users it may use the "All Users" startup
> folder. Fortunately, MSConfig will tell you where a given application has
> hooked it self. When looking at MSConfig you'll see, generally, one ofthe> locations referenced.
>
> "Common Startup" refers to "C:\Documents and Settings\All Users\Start
> Menu\Programs\Startup". Any thing will be auto started for all users ofand> machine.
> "Startup" refers to your personal startup folder located in C:\Documentsto> Settings\[user]\Start Menu\Programs\Startup.
> The other two references are in the registry.
> "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Ru n" will launch an
> application for all users of the machines.
> "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Ru n" is user specific
> launch.
>
> If there is an item in "Common Startup" that you want to launch specificinto> yourself, then you can cut and paste from the "all user" startup folderthe> your personal startup folder. However, if the startup item is in the HKLM
> part of the registry things get a bit tricky. You have to manually copyreinstalled> data to the HKCU part of the registry and delete it from the HKLM part of
> the registry. I'll hold off on how to do that at present until you have a
> chance to see if you can simply move stuff around via the startup folders.
> Playing with the registry is dangerous.
>
> --
> Walter Clayton - MS MVP(WinXP)
> Associate Expert
> [url]http://www.microsoft.com/windowsxp/expertzone[/url]
> Any technology distinguishable from magic is insufficiently advanced.
> [url]http://www.dts-l.org[/url]
> [url]http://support.microsoft.com/servicedesks/fileversion/default.asp[/url]
>
>
> "MS" <wra@@amole.com> wrote in message
> news:OXyM$uuTDHA.1740@TK2MSFTNGP12.phx.gbl...> this?> > Many software packages now ask, during installation, whether the
> > installation is limited to the current user/installer or if it's for all
> > users. If a package does not have this option, how do you accomplish> > Case in point: I have recently reformatted my hard drive andfor> > all software and restored data. I then created a limited user accountboxes> starts> > my wife (which I have done before). However, when she logs in to her
> > account, several applications (that are not in either my or her startup
> > folder but can be viewed in MSCONFIG) attempt to start. Active Sync> my> > looking for a handheld device (I have an iPAQ) which she does not have,
> > Zinio Reader attempts to open an account (I used it to download and read> > PC Magazine subscription), etc. She ends up with about 10 dialogueetc.> > all stacked up, each one requesting an account name, a button click,> I>> > am not certain why this has happened since the reformat and reinstall
> > procedure is the same each time, but this is the first time I have faced
> > these problems. I'd appreciate any suggestions as to where I can find
> > information regarding this part of XP administration.
> >
> >
MS Guest



Reply With Quote

