Просмотр полной версии : вопрос про ГП
вопрос следующий: нужно убрать пункт Программы из меню Пуск, при помощи групповых политик.
создал отдельную OU, группу testers, юзера вася, создал для него отдельную политику перерыл всю политику, отключил все пункты кроме завершения сеанса(отключал тут конфиг пользоватееля--->административные шаблоны---меню пуск), в упор не вижу опции для отруба пункта программы в меню пуск :bang:
помогите пжласто, в решении сей проблемы, или укажите в сторону в которую копать надыть
а не убрать его..
только прогами какими-нить
http://www.microsoft.com/technet/technetmag/issues/2008/01/DesktopFiles/default.aspx?loc=ru
вот интересная статья, но хз убирает ли пуск..
а не убрать его..
только прогами какими-нить
http://www.microsoft.com/technet/technetmag/issues/2008/01/DesktopFiles/default.aspx?loc=ru
вот интересная статья, но хз убирает ли пуск..
т.е. этот грешный пункт, дырку над ним в небе, из меню пуск не убрать?
второй вопрос, а можно с помощью ГП можно ли на рабочий стол ярлык, на нотепад например?
я так понимаю, в logon скрипты запихнуть нечто на vbs:
Set WshShell = WScript.CreateObject("WScript.Shell")
' Создание ярлыка:
Set oShellLink = WshShell.CreateShortcut("C:\Ярлык.lnk")
' Целевой путь к файлу для которого создаётся ярлык:
oShellLink.TargetPath = "%SystemRoot%\system32\notepad.exe"
' Стиль открытия окна:
' 1 - Обычный размер окна; 3 - Развёрнутое на весь экран; 7 - Свёрнутое в значoк
oShellLink.WindowStyle = 1
' Клавиши быстрого вызова:
oShellLink.Hotkey = "CTRL+SHIFT+F"
' Путь к файлу который содержит иконку для ярлыка:
oShellLink.IconLocation = "notepad.exe, 0"
' Комментарий:
oShellLink.Description = "Это тестовый ярлык"
' Рабочая папка:
oShellLink.WorkingDirectory = "%SystemRoot%\system32"
' Аргументы командной строки:
' Аргументы имеют смысл если файл к которому обращается ярлык - исполняемый, т.е. имеет одно из следующих расширений: .exe; .bat; .com; .cmd; .vbs и т.д.
oShellLink.Arguments = "C:\MyFile.txt"
' Сохранение ярлыка на жестком диске:
oShellLink.Save
(c)http://oszone.net/6161
Sir Arthur
18.02.2008, 21:10
Lockdown win2003 Terminal Server
[User Configuration\Administrative Templates\Start Menu & Taskbar]
· Remove links and access to Windows Update
Recommended setting: Enabled
This policy removes links and access to the Windows Update Web site. The Windows Update Web site is only available for administrators. It is recommended that you enable this policy to remove easy access to Internet Explorer for users.
· Remove common program groups from Start Menu
Recommended setting: Enabled
This policy removes shortcuts to programs from the all users’ profile. Only the Start Menu in the user’s profile or the redirected Start Menu is available. It is recommended that you enable this policy to remove easy access to built-in applications like games, calculator, and media player.
· Remove pinned programs list from Start Menu
This policy removes the Pinned Programs list from the new Start Menu. It also removes the default links to Internet Explorer and Outlook Express if they are pinned, and it prevents users from pinning any new programs to the Start Menu. The Frequently Used Programs list is not affected.
· Remove programs on Settings menu
Recommended setting: Enabled
This policy removes Control Panel, Printers, and Network Connections from Settings on the Classic Start menu, My Computer and Windows Explorer. It also prevents the programs represented by these folders (such as Control.exe) from running. However, users can still start Control Panel items by using other methods, such as right-clicking the desktop to open Display Properties or right-clicking My Computer to open System Properties. It is recommended that you enable this policy to prevent easy access to viewing or changing system settings.
Но. Пуск - Программы - остается все равно. Другое дело что в "программах нет ничего"
Sir Arthur
18.02.2008, 21:20
Хотя... вру. Стандартные остаются.
Надо будет покопать политики
я просто грохнул, всё в программах
vBulletin® v3.8.0, Copyright ©2000-2012, Jelsoft Enterprises Ltd. Перевод: zCarot