Re: Deploying icon to numerous desktops

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance





"Torgeir Bakken (MVP)" wrote:

> Deus DNE wrote:
>
> > Hi,
> >
> > Is there a simple way to deploy an icon onto all desktops on win2kPro
> >
> > I cant use standard MS tools as the OS is pretty welll locked down, and
> > admin is done by bespoke system.
> >
> > I thought about somesort of batch file/script, but got stuck on how to
> > include all 300 workstations.
> >
> > I can connect to WS via a shortcut ie \\WSID\c$, so thought dumping
> > domething into the DOC and Settiings\all users\desktop would be easy, but it
> > just not happening.
> >
> > I can do it one by one, but wheres the fun in that !!
> >
> Hi,
>
> If the computers are in an Active Directory domain, you could do it in
> a computer startup script (with a GPO) that runs as part of the boot
> up process (before the user logs in). It runs under the system context
> and has admin rights.
>
> A VBScript example:
>
> '--------------------8<----------------------
>
> Set oShell = CreateObject("WScript.Shell")
>
> ' Create shortcut in the All Users Desktop folder
> sAllUsersDesktopPath = oShell.SpecialFolders("AllUsersDesktop")
>
> Set oShortCut = oShell.CreateShortcut( _
> sAllUsersDesktopPath & "\Readme.lnk")
>
> oShortCut.TargetPath = "notepad.exe"
> oShortCut.Arguments = "c:\readme.txt"
> oShortCut.Save
>
> '--------------------8<----------------------
>
>
> WSH 5.6 documentation (local help file) can be downloaded
> from here if you haven't got it already:
> http://msdn.microsoft.com/downloads/list/webdev.asp
>
>
Thanks for that.

However even as an admin for the company i have no access to startup scripts
etc.

I need to be able to do somethink from my WS, that will connect to alll
others and drop the icon.

Alternativel i could just get a job where i arent tied up in bespoke admin
shells.

Deus
--
DNE

.



Relevant Pages

  • Security Updates with Local Users Problem
    ... We are about to rollout W2KPro to desktops and for the ... Security Updates, which only work when the user has Admin ... I have considered using "RUNAS" in the script to ...
    (microsoft.public.win2000.security)
  • Re: admin privs only for desktops.
    ... desktops in my domain. ... I don't want this user to have domain admin ... net localgroup administrators DOMAIN\localadmin /add ... You can also look into using Restricted Groups for this via GPO - ...
    (microsoft.public.windowsxp.security_admin)
  • Re: PowerCinema 5 soll nicht selbst online gehen
    ... Admin kriegt keinen Prompt mehr, er kriegt automagisch die Rechte ... die diverse kaputte Software schafft: ... das Icon auf dem All-Users Desktop nicht. ...
    (de.comp.security.firewall)
  • Re: Will Photoshop 7 work with Vita 32?
    ... Right click the setup.exe icon and select run as admin. ... If it installs it should work. ... If it doesn;t and you need a photo editor then there are alternatives ...
    (microsoft.public.windows.vista.music_pictures_video)
  • Re: Smart Indenter loses VB6 IDE Find button
    ... Running on Windows7, for example, and not as admin and "run as admin" ... SmartIndenter was still seen by the Add-In Manager even though I had ... and it now reloads with the Find icon. ... Completely removing WheelMouseFix ...
    (microsoft.public.vb.general.discussion)