Toon posts:

commando om printers in menu start weg te halen

Pagina: 1
Acties:
  • 44 views sinds 30-01-2008

Verwijderd

Topicstarter
is er een commando (via de command line) om de printers in het start menu weg te halen?

dit wil namelijk niet lukken via de policies van een windows 2003 server, dus wil ik het door middel van een script laten uitvoeren op de client bij elke logon.

  • F_J_K
  • Registratie: Juni 2001
  • Niet online

F_J_K

Moderator CSA/PB/AI

Front verplichte underscores

Hoebedoeljeprecies? En voor welk client OS?

Als ik mag gokken: [google=remove printers from start menu] geeft o.a. http://malektips.com/xp_taskbar_start_0017.html
Laat regmon mee lopen op het moment dat je dat doet en je ziet welke regkeys dat omvat. Zet deze in policy of script en je bent er :)

Of nog makkelijker is een andere hit:
> I had the same requirement for some kiosk machines. I found the re
> value
> that hides the Printers and Faxes icon on the Start menu.
>
> HKCU\Software\Microsoft\Windows\CurrentVersion\Exp lorer\Advanced
>
> Start_ShowPrinters:REG_DWORD
>
> Set to 0 to hide the icon
> Set to 1 to display icon
>
> This is a per-user setting. You will need to logon twice, once t
> set the
> value and the second for the change to take effect.
>
> I have also included a custom ADM template for deploying via GPO.
> ---------start here------------------------------
>
> CLASS USER
>
> CATEGORY !!Company
>
> CATEGORY !!StartMenu
>
> POLICY !!PrinterFaxIcon
> KEYNAME
> "Software\Microsoft\Windows\CurrentVersion\Explorer \Advanced"
> EXPLAIN !!PrinterFaxIcon_Explain
> VALUENAME !!PrinterFaxIconValueName
> VALUEON NUMERIC 1
> VALUEOFF NUMERIC 0
>
> END POLICY ;;PrinterFaxIcon
> END CATEGORY ;;StartMenu
> END CATEGORY ;;Company
>
> [strings]
> Company=YourCompanyNameHere
> StartMenu="Start Menu"
> PrinterFaxIcon="Show "Printers and Faxes" icon on the Start menu"
> PrinterFaxIcon_Explain="Enable or disable display of Printers an
> Faxes icon
> on the Start menu.\n\nDefault setting is to display the icon on th
> Start
> menu. Setting this to enabled has the same effect as the defaul
> setting.
> \n\nChoosing Disabled will hide the "Printers and Faxes" icon fro
> the Start
> menu.
> PrinterFaxIconValueName="Start_ShowPrinters"
>
>
>
> Arden
>
> "John" wrote:
>
> > I am using windows xp Proff. I am using gpedit to lock
> > down the computer. I can remove everything except the
> > printers and faxes icon from the start menu. I called
> > microsoft support where you pay 35.00 per incident and
> > they could not help me. Has anyone done this? Any help
> > would be great.
> >
> > Thank you
> >
> > John
> >
:Y)

'Multiple exclamation marks,' he went on, shaking his head, 'are a sure sign of a diseased mind' (Terry Pratchett, Eric)


  • F_J_K
  • Registratie: Juni 2001
  • Niet online

F_J_K

Moderator CSA/PB/AI

Front verplichte underscores

Herstel: ik zie dat je al een account had op GoT. Ik stel voor dat je kijkt of je die kunt laten unbannen ipv het openen van een nieuwe account.

Herhaal je vraag tzt dan even onder je originele account.

'Multiple exclamation marks,' he went on, shaking his head, 'are a sure sign of a diseased mind' (Terry Pratchett, Eric)


Dit topic is gesloten.