PC Review


Reply
Thread Tools Rate Thread

How can you Copy a file to all existing profiles?

 
 
=?Utf-8?B?RGF2aWQgQWxsZW4=?=
Guest
Posts: n/a
 
      5th Oct 2007
I would like to copy 5 shortcut files from a central network location to the
c:\documents and settings\"user"\Application Data\Microsoft\Internet
Explorer\Quick Launch\ directory.

I would like this to copy to each profile that exists on the computer
(however many there are) or basically show up for any user (new or existing)
that logs on the computer.

I have tried copying them to the "All Users" directory but that did not
work. I tried in my script file to use the %userprofile% variable but the
problem with that is I am using an agent with an agent credential to push it
out and it will copy to the agent profile's folder instead of the main user.

Is there a different %variable% that would do this? Or a different way that
i can't seem to find? Any suggestions?

Thanks in advance.


 
Reply With Quote
 
 
 
 
R. McCarty
Guest
Posts: n/a
 
      5th Oct 2007
Pre-existing profiles ? - if not place the QuickLaunch shortcuts in the
"Default User" tree in the normal path. Any nearly created users will
inherit the content in Default User.

"David Allen" <(E-Mail Removed)> wrote in message
news:63E24CA3-1300-4739-8135-(E-Mail Removed)...
>I would like to copy 5 shortcut files from a central network location to
>the
> c:\documents and settings\"user"\Application Data\Microsoft\Internet
> Explorer\Quick Launch\ directory.
>
> I would like this to copy to each profile that exists on the computer
> (however many there are) or basically show up for any user (new or
> existing)
> that logs on the computer.
>
> I have tried copying them to the "All Users" directory but that did not
> work. I tried in my script file to use the %userprofile% variable but the
> problem with that is I am using an agent with an agent credential to push
> it
> out and it will copy to the agent profile's folder instead of the main
> user.
>
> Is there a different %variable% that would do this? Or a different way
> that
> i can't seem to find? Any suggestions?
>
> Thanks in advance.
>
>



 
Reply With Quote
 
Pegasus \(MVP\)
Guest
Posts: n/a
 
      5th Oct 2007

"David Allen" <(E-Mail Removed)> wrote in message
news:63E24CA3-1300-4739-8135-(E-Mail Removed)...
>I would like to copy 5 shortcut files from a central network location to
>the
> c:\documents and settings\"user"\Application Data\Microsoft\Internet
> Explorer\Quick Launch\ directory.
>
> I would like this to copy to each profile that exists on the computer
> (however many there are) or basically show up for any user (new or
> existing)
> that logs on the computer.
>
> I have tried copying them to the "All Users" directory but that did not
> work. I tried in my script file to use the %userprofile% variable but the
> problem with that is I am using an agent with an agent credential to push
> it
> out and it will copy to the agent profile's folder instead of the main
> user.
>
> Is there a different %variable% that would do this? Or a different way
> that
> i can't seem to find? Any suggestions?
>
> Thanks in advance.
>
>


Why did the "All Users" directory not work?


 
Reply With Quote
 
Pegasus \(MVP\)
Guest
Posts: n/a
 
      5th Oct 2007

"R. McCarty" <PcEngWork-NoSpam_@mindspring.com> wrote in message
news:(E-Mail Removed)...
> Pre-existing profiles ? - if not place the QuickLaunch shortcuts in the
> "Default User" tree in the normal path. Any nearly created users will
> inherit the content in Default User.


.. . . true, but none of the existing ones will.


 
Reply With Quote
 
=?Utf-8?B?RGF2aWQgQWxsZW4=?=
Guest
Posts: n/a
 
      5th Oct 2007
Sorry, Pre-Existing Profiles.

"R. McCarty" wrote:

> Pre-existing profiles ? - if not place the QuickLaunch shortcuts in the
> "Default User" tree in the normal path. Any nearly created users will
> inherit the content in Default User.
>
> "David Allen" <(E-Mail Removed)> wrote in message
> news:63E24CA3-1300-4739-8135-(E-Mail Removed)...
> >I would like to copy 5 shortcut files from a central network location to
> >the
> > c:\documents and settings\"user"\Application Data\Microsoft\Internet
> > Explorer\Quick Launch\ directory.
> >
> > I would like this to copy to each profile that exists on the computer
> > (however many there are) or basically show up for any user (new or
> > existing)
> > that logs on the computer.
> >
> > I have tried copying them to the "All Users" directory but that did not
> > work. I tried in my script file to use the %userprofile% variable but the
> > problem with that is I am using an agent with an agent credential to push
> > it
> > out and it will copy to the agent profile's folder instead of the main
> > user.
> >
> > Is there a different %variable% that would do this? Or a different way
> > that
> > i can't seem to find? Any suggestions?
> >
> > Thanks in advance.
> >
> >

>
>
>

 
Reply With Quote
 
R. McCarty
Guest
Posts: n/a
 
      5th Oct 2007
Yep, while reading your reply noticed that "Nearly" should have
been newly. Eye Glasses don't work very well if they are sitting
on the desk - even a spell checker can't help you that much.

"Pegasus (MVP)" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
>
> "R. McCarty" <PcEngWork-NoSpam_@mindspring.com> wrote in message
> news:(E-Mail Removed)...
>> Pre-existing profiles ? - if not place the QuickLaunch shortcuts in the
>> "Default User" tree in the normal path. Any nearly created users will
>> inherit the content in Default User.

>
> . . . true, but none of the existing ones will.
>



 
Reply With Quote
 
=?Utf-8?B?RGF2aWQgQWxsZW4=?=
Guest
Posts: n/a
 
      5th Oct 2007
The quick launch folder did not exist in the all users folder. I created it
and added the shortcuts there but they do not show up on each pre-existing
user.



"Pegasus (MVP)" wrote:

>
> "David Allen" <(E-Mail Removed)> wrote in message
> news:63E24CA3-1300-4739-8135-(E-Mail Removed)...
> >I would like to copy 5 shortcut files from a central network location to
> >the
> > c:\documents and settings\"user"\Application Data\Microsoft\Internet
> > Explorer\Quick Launch\ directory.
> >
> > I would like this to copy to each profile that exists on the computer
> > (however many there are) or basically show up for any user (new or
> > existing)
> > that logs on the computer.
> >
> > I have tried copying them to the "All Users" directory but that did not
> > work. I tried in my script file to use the %userprofile% variable but the
> > problem with that is I am using an agent with an agent credential to push
> > it
> > out and it will copy to the agent profile's folder instead of the main
> > user.
> >
> > Is there a different %variable% that would do this? Or a different way
> > that
> > i can't seem to find? Any suggestions?
> >
> > Thanks in advance.
> >
> >

>
> Why did the "All Users" directory not work?
>
>
>

 
Reply With Quote
 
Pegasus \(MVP\)
Guest
Posts: n/a
 
      6th Oct 2007
AFAIK, items in the QuickLaunch bar reflect only shortcuts that
exist in the user's own QuickLaunch folder. Your script would have
to copy it into the current user's folder, e.g. at logon time.


"David Allen" <(E-Mail Removed)> wrote in message
news:18DEA585-8080-4E09-AD32-(E-Mail Removed)...
> The quick launch folder did not exist in the all users folder. I created
> it
> and added the shortcuts there but they do not show up on each pre-existing
> user.
>
>
>
> "Pegasus (MVP)" wrote:
>
>>
>> "David Allen" <(E-Mail Removed)> wrote in message
>> news:63E24CA3-1300-4739-8135-(E-Mail Removed)...
>> >I would like to copy 5 shortcut files from a central network location to
>> >the
>> > c:\documents and settings\"user"\Application Data\Microsoft\Internet
>> > Explorer\Quick Launch\ directory.
>> >
>> > I would like this to copy to each profile that exists on the computer
>> > (however many there are) or basically show up for any user (new or
>> > existing)
>> > that logs on the computer.
>> >
>> > I have tried copying them to the "All Users" directory but that did not
>> > work. I tried in my script file to use the %userprofile% variable but
>> > the
>> > problem with that is I am using an agent with an agent credential to
>> > push
>> > it
>> > out and it will copy to the agent profile's folder instead of the main
>> > user.
>> >
>> > Is there a different %variable% that would do this? Or a different way
>> > that
>> > i can't seem to find? Any suggestions?
>> >
>> > Thanks in advance.
>> >
>> >

>>
>> Why did the "All Users" directory not work?
>>
>>
>>



 
Reply With Quote
 
=?Utf-8?B?RGF2aWQgQWxsZW4=?=
Guest
Posts: n/a
 
      6th Oct 2007
Yeah, that is what i was going to do if i could not figure out how to do it
with the initial install script. Thank you for your help with this.

this is a good place to get help.

Again, thanks.

"Pegasus (MVP)" wrote:

> AFAIK, items in the QuickLaunch bar reflect only shortcuts that
> exist in the user's own QuickLaunch folder. Your script would have
> to copy it into the current user's folder, e.g. at logon time.
>
>
> "David Allen" <(E-Mail Removed)> wrote in message
> news:18DEA585-8080-4E09-AD32-(E-Mail Removed)...
> > The quick launch folder did not exist in the all users folder. I created
> > it
> > and added the shortcuts there but they do not show up on each pre-existing
> > user.
> >
> >
> >
> > "Pegasus (MVP)" wrote:
> >
> >>
> >> "David Allen" <(E-Mail Removed)> wrote in message
> >> news:63E24CA3-1300-4739-8135-(E-Mail Removed)...
> >> >I would like to copy 5 shortcut files from a central network location to
> >> >the
> >> > c:\documents and settings\"user"\Application Data\Microsoft\Internet
> >> > Explorer\Quick Launch\ directory.
> >> >
> >> > I would like this to copy to each profile that exists on the computer
> >> > (however many there are) or basically show up for any user (new or
> >> > existing)
> >> > that logs on the computer.
> >> >
> >> > I have tried copying them to the "All Users" directory but that did not
> >> > work. I tried in my script file to use the %userprofile% variable but
> >> > the
> >> > problem with that is I am using an agent with an agent credential to
> >> > push
> >> > it
> >> > out and it will copy to the agent profile's folder instead of the main
> >> > user.
> >> >
> >> > Is there a different %variable% that would do this? Or a different way
> >> > that
> >> > i can't seem to find? Any suggestions?
> >> >
> >> > Thanks in advance.
> >> >
> >> >
> >>
> >> Why did the "All Users" directory not work?
> >>
> >>
> >>

>
>
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
copy an existing Layout into another PPT file Venkatesh V Microsoft Powerpoint 1 10th Mar 2010 12:20 PM
Copy and paste over existing file? Cam Microsoft Excel Programming 1 30th Jun 2009 03:24 PM
Copy non-duplicates from new file to existing file Ron Microsoft Access 1 13th Jan 2009 07:13 PM
File copy - existing destination file gets deleted GK Windows XP General 1 19th Dec 2007 10:36 AM
Can't copy to existing Word file =?Utf-8?B?QmFyYg==?= Microsoft Word Document Management 2 3rd Dec 2006 07:18 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:22 AM.