July 1, 200422 yr Apologies if this is too easy, but I'm a new comer to Windows.I've got a desktop icon in "All Users" and I want to copy it to all the other desktop folders. Is there a command that would do it? I need to do this on several systems all with different user desktops on.Cheers
July 1, 200422 yr What are you trying to do?If you put the shortcut into the All Users\Desktop folder it will automatically appear on each profiles desktop, you dont have to copy it to all of them.
July 2, 200422 yr Author Sorry, I should have given more details:We have many distributed 'thin PCs' and they have been strapped down in various ways limiting the user in what they can access/change, e.g. access to local drive has been disabled, right click on desktop icon unavailable etc. etc.I have used Tivoli SWD to put a link in the All Users desktop, but due to the security it doesn't appear on all desktops.I was hoping that I could run a command to copy the file from All Users desktop to all other desktop directories on each PC. Each PC has several different users who are NOT common.Or is there a registry setting I can configure which will do the trick???
July 8, 200422 yr What OS are you using?and Are you using the standard windows security? or a third party package?
July 9, 200422 yr HiyaYou could try using profiles. create a kind of default profile located on a network share dump all you want into it and point the users account details to get the profile from your new profile located on the network share. Just thinking about it now it could be that youre system policy hides your icons on the desktop.which could be why some are visible and some not. the pc's that have the icon located on the desktop are the policy settings enforced correctly ?if not that's prob the cause. Are u using Active Directory to enforce your Policy settings ? If so point the problem PC to a DNS server belonging to your AD Domain.Minus Human
July 28, 200422 yr xcopy "%AllUsersProfile%\Desktop\Icon.lnk" "Destination" /Yreplace destinatation with the path to where u want it copied "%userprofile%\Desktop"with these variables u dont have 2 specify a username, as it does it with variables, 2 find out more variables, goto start > run > type: setEXAMPLE:Place the following in a batch file (.bat/.cmd)xcopy "%AllUsersProfile%\Desktop\Nero.lnk" "%UserProfile%\Start Menu\Programs\Nero\Nero.lnk" /Yhope this helps
Create an account or sign in to comment