Ein Programm über GPO oder Skript blockieren?
Hallo liebe Leute, ich bin es wiedermal
Wie kann ich eine exe-datei auf den Domänen-PCs blockieren? z.B Eine welche im Autostart drin ist.
Oder kann ich sie aus dem Autostart direkt entfernen?
Mit freundlichen Grüssen
Roger Byland
Wie kann ich eine exe-datei auf den Domänen-PCs blockieren? z.B Eine welche im Autostart drin ist.
Oder kann ich sie aus dem Autostart direkt entfernen?
Mit freundlichen Grüssen
Roger Byland
Please also mark the comments that contributed to the solution of the article
Content-ID: 150892
Url: https://administrator.de/contentid/150892
Printed on: October 13, 2024 at 09:10 o'clock
5 Comments
Latest comment
Moin,
mal ins blaue geschossen
Während des Logons z.B. Outlook
if exist "%USERPROFILE%\Start Menu\Programs\Startup\*outlook*" DEL /Q /F "%USERPROFILE%\Start Menu\Programs\Startup\*outlook*">NUL
if exist "%USERPROFILE%\Startmenü\Programme\Autostart\*outlook*" DEL /Q /F "%USERPROFILE%\Startmenü\Programme\Autostart\*outlook*">NUL
Was machst Du, wenn der User das Progamm umbenennt?
Karo
mal ins blaue geschossen
Während des Logons z.B. Outlook
if exist "%USERPROFILE%\Start Menu\Programs\Startup\*outlook*" DEL /Q /F "%USERPROFILE%\Start Menu\Programs\Startup\*outlook*">NUL
if exist "%USERPROFILE%\Startmenü\Programme\Autostart\*outlook*" DEL /Q /F "%USERPROFILE%\Startmenü\Programme\Autostart\*outlook*">NUL
Was machst Du, wenn der User das Progamm umbenennt?
Karo