|
||||||
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 |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 | ||
|
Guest
Posts: n/a
|
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! > |
||
|
|
|
#2 | ||
|
Guest
Posts: n/a
|
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 | ||
|
Guest
Posts: n/a
|
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! > > > |
||
|
![]() |
| Tags |
| all users, desktop |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| No option to choose domain or "this computer" (no "log on to" field)when RDP (Remote Desktop) via Cisco VPN | Ruok | Windows NT Server | 3 | 09-19-2008 11:26 AM |
| REPOST: Add "Object" tab to 'Active Directory Users and Computers' tool to obtain the "Canonical name of object". | David H. Lipman | Windows XP | 4 | 08-28-2008 08:17 PM |
| Add "Object" tab to 'Active Directory Users and Computers' tool to obtain the "Canonical name of object". | David H. Lipman | Windows XP | 0 | 07-27-2008 04:36 PM |
| "Desktop Display Properties" shows jpegs in "My Pictures" folder.. | gee | Windows XP | 3 | 05-12-2008 11:07 PM |
| Can I clean the folder "Searches" in "C:\Users\My name" | Geo | Windows Vista | 2 | 09-10-2007 10:58 AM |