Eliminar Entorno de red y otras politicas

Estimados expertos, poseo una red de 20 pcs algunas con win98 y otras con winXP, las pcs con win98 las he configurado para que no se puedan hacer cambios en la red ni en el sistema (pantalla, etc.), pero no se como administrar estas opciones para winXP, lo que quiero es que los usuarios de las pcs con winXP no puedan modificar la pantalla ni los atributos del sistema ni de la red (cambiar direc. IP, nombre del equipo, etc) igualmente quisiera que no se pueda instalar ningún software en estas pcs.
Gracias de antemano.
Ruben

1 Respuesta

Respuesta
1
Para restricciones de red en xp, son estos valores (dword) no te explico mas porque me imagino que sabes como y en donde hacerlo.
NC_AddRemoveComponents - Restrict add and remove network components
NC_AdvancedSettings - Restrict changes to Advanced Settings
NC_AllowAdvancedTCPIPConfig - Restrict changes to advanced TCPIP configuration
NC_ChangeBindState - Restrict changes to protocol and service bindings
NC_DeleteAllUserConnection - Restrict deletion of public RAS connections
NC_DeleteConnection - Restrict deletion of RAS connections
NC_DialupPrefs - Restrict changes to the Dial-up Preferences
NC_EnableAdminProhibits - Enable Windows 2000 network connections for administrators
NC_LanChangeProperties - Restrict access to component properties of a LAN connection
NC_LanConnect - Restrict connecting and disconnecting a LAN connection
NC_LanProperties - Restrict access to properties of a LAN connection
NC_NewConnectionWizard - Disable the Network Connection wizard
NC_RasAllUserProperties - Restrict access to properties of public RAS connections
NC_RasChangeProperties - Restrict access to properties of a RAS connection
NC_RasConnect - Restrict connecting and disconnecting a RAS connection
NC_RasMyProperties - Restrict access to private RAS connection properties
NC_RenameAllUserRasConnection - Restrict renaming of public RAS connections
NC_RenameConnection - Restrict renaming of connections
NC_RenameLanConnection - Restrict renaming of LAN connections
NC_RenameMyRasConnection - Restrict renaming of private RAS connections
NC_Statistics - Disable status statistics for an active connection
creadas aqui:
HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\
Network Connections]
Las restricciones de Active desktop funcionan en todas las versiones.
Restricciones de añadir/quitar programas
NoAddRemovePrograms - Disable Add/Remove Programs
NoRemovePage - Disable Change and Remove Programs
NoAddPage - Disable Add Programs
NoWindowsSetupPage - Disable Windows Components Wizard
NoAddFromCDorFloppy - Hide "Add a program from CD-ROM or disk" option
NoAddFromInternet - Hide "Add programs from Microsoft" option
NoAddFromNetwork - Hide "Add programs from your network" option
NoServices - Go directly to Windows Components Wizard
NoSupportInfo - Disable Support Information
van en estas dos cadenas:
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\
Uninstall]
System Key: [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\
Uninstall]
Restricciones de temas:
NoVisualStyleChoice - Disable the "Windows and buttons" style control
NoColorChoice - Disable the "Color scheme" control
NoSizeChoice - Disable the "Font size" control
va aqui:
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\
System]
Con estos valores: NoColorChoice, NoSizeChoice, NoVisualStyleChoice, SetVisualStyle

Añade tu respuesta

Haz clic para o

Más respuestas relacionadas