A Windows XP help forum. PCbanter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » PCbanter forum » Microsoft Windows XP » Security and Administration with Windows XP
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

"All Users" Desktop



 
 
Thread Tools Display Modes
  #1  
Old October 7th 08, 01:28 PM posted to microsoft.public.windowsxp.general,microsoft.public.windowsxp.security_admin,microsoft.public.windows.group_policy
James Yeomans BSc, MCSE
external usenet poster
 
Posts: 5
Default "All Users" Desktop

Hi there isn't a group policy that will put a shortcut in the all users
folder but you can run a script to run a script at logon to place a shortcut
on the users desktop. The following site provides a good example of a vb
script that does the job, just replace the variables appropriately:
http://www.petri.co.il/forums/showthread.php?t=9023
--
James Yeomans, BSc, MCSE


"Mark" wrote:

I have a Windows 2003 Server running AD, and about 50 Windows XP
workstations. I need to copy a shortcut to the "All Users" desktop folder
and do not want to have to go around to 50 computers to do this. Does
someone know if this can be automated through a Group Policy or logon
script? The users do NOT have admin access to their LOCAL computers so I do
not think a copy command in the logon script will work. Thanks!

Ads
  #2  
Old October 17th 08, 05:06 PM posted to microsoft.public.windowsxp.general,microsoft.public.windowsxp.security_admin,microsoft.public.windows.group_policy
Millette
external usenet poster
 
Posts: 3
Default "All Users" Desktop

Microsoft also owns a product called PolicyMaker that you can add shortcuts,
printer, and many other usefull features. It plug right into GPMC and has a
small workstation install that can be done through GP.
--
Chris Millette
MCP/Network Administrator
Community Bank & Trust


"James Yeomans BSc, MCSE" wrote:

Hi there isn't a group policy that will put a shortcut in the all users
folder but you can run a script to run a script at logon to place a shortcut
on the users desktop. The following site provides a good example of a vb
script that does the job, just replace the variables appropriately:
http://www.petri.co.il/forums/showthread.php?t=9023
--
James Yeomans, BSc, MCSE


"Mark" wrote:

I have a Windows 2003 Server running AD, and about 50 Windows XP
workstations. I need to copy a shortcut to the "All Users" desktop folder
and do not want to have to go around to 50 computers to do this. Does
someone know if this can be automated through a Group Policy or logon
script? The users do NOT have admin access to their LOCAL computers so I do
not think a copy command in the logon script will work. Thanks!

  #3  
Old January 22nd 09, 11:31 PM posted to microsoft.public.windowsxp.general,microsoft.public.windowsxp.security_admin,microsoft.public.windows.group_policy
Bob
external usenet poster
 
Posts: 314
Default "All Users" Desktop

One of the easiest ways is to write and execute a .Cmd file from a command
prompt to copy the file to the All Users\Desktop folder. For example, create
a new file in Notepad and enter:

copy %1 "\\Computer1\c$\Documents and Settings\All Users\Desktop"
copy %1 "\\Computer2\c$\Documents and Settings\All Users\Desktop"
.... etc.

Let's say the .CMD file is saved as CopyLink.Cmd and the link is
OutlookWebAccess.Lnk. Put the .Lnk file in the same directory as the command
file, open a command prompt, navigate to the directory where they both reside
and execute the .Cmd file:

CopyLink OutlookWebAccess.Lnk

If you want to track the results, you can redirect the results of the copy
to a text file:

CopyLink OutlookWebAccess.Lnk Results.Txt

You can use the same technique to search for and delete files across the
network. The best part is that you don't need any additional software or
add-ons ...

Bob

"Millette" wrote:

Microsoft also owns a product called PolicyMaker that you can add shortcuts,
printer, and many other usefull features. It plug right into GPMC and has a
small workstation install that can be done through GP.
--
Chris Millette
MCP/Network Administrator
Community Bank & Trust


"James Yeomans BSc, MCSE" wrote:

Hi there isn't a group policy that will put a shortcut in the all users
folder but you can run a script to run a script at logon to place a shortcut
on the users desktop. The following site provides a good example of a vb
script that does the job, just replace the variables appropriately:
http://www.petri.co.il/forums/showthread.php?t=9023
--
James Yeomans, BSc, MCSE


"Mark" wrote:

I have a Windows 2003 Server running AD, and about 50 Windows XP
workstations. I need to copy a shortcut to the "All Users" desktop folder
and do not want to have to go around to 50 computers to do this. Does
someone know if this can be automated through a Group Policy or logon
script? The users do NOT have admin access to their LOCAL computers so I do
not think a copy command in the logon script will work. Thanks!

 




Thread Tools
Display Modes

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

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off






All times are GMT +1. The time now is 06:16 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 PCbanter.
The comments are property of their posters.