Microsoft
*******************************************************************************
Instalar, Configurar e Gerenciar Componentes Microsoft e MSDOS
Criado por: Alessandro C. M. Kuramoto
Data: 02/10/2009
Modificado em: 27/03/2010-08:44
v.20100327-0844
Palavras-chaves: Microsoft, AD, Active Directory, autorun.inf
*******************************************************************************
psexec
Executar > gpedit > Computer Configuration > Administrative Templates > System:
- Display Shutdown Event Tracker
Executar > gpedit >Computer Configuration > Windows Settings > Security Settings > Local Policies > Security Options:
- Interactive logon: Do not require CTRL+ALT+DEL
- Shutdown: Allow system to shut down without having to log on
Executar > gpedit > Computer Configuration > Windows Settings > Security Settings > Local Policies > User Rights Assignment:
- Shut down the system (Permissão de desligar a máquina)
Executar > gpedit > Computer Configuration > Modelos Administrativos > Sistema > Serviço de tempo do Windows > Provedores de tempo:
###############################################################################
# autorun.inf:
###############################################################################
(Fonte: http://ryan.com.br/wp/autorun-criar/)
_______________________________________________________________________________
SO: Windows 95/98/ME/2000/XP
Arquivo: autorun.inf
————————————————————————-
[AutoRun]
; Diz ao Windows o que deve ser executado
OPEN=appportable.exe
; Diz ao Windows que ícone usar para representar o CD em Meu Computador ou no Explorer
ICON=portable.ico
; Para executar automaticamente sem perguntar ao usuário,
; mas com o sistema seguro o usuário será questionado para executar de qualquer
; forma
UseAutoPlay=1
|———-^ Arquivo: autorun.inf ——————————————–|
|##########^ autorun.inf #####################################################|
###############################################################################
# Group Policy (GPO):
###############################################################################
Opção: Auto-Install This Application By File Extension Activation
The user will install the application by document invocation when he or she double-clicks an unknown file type. When the user does this, the computer sends a query to Active Directory directory services to see if there are any applications associated with the file extension. If Active Directory directory services contain such an application, the computer then checks if this application has either been published or assigned to the user. If the application has been published or assigned to the user, the computer then checks if the application is set for Auto-Install This Application By File Extension Activation. If the administrator has set the application to Auto-Install, the application is installed.
###############################################################################
# Para Executar Comandos (Executando Comandos):
###############################################################################
No Iniciar > Executar:
cmd
dsa.msc - abre o “Active Directory Users and Computers”;
eventvwr.msc - abre o “Visualizar Eventos”;
gpresult - mostra as GPOs locais da máquina;
gpupdate - atualiza as GPOs;
msiexec - Roda o Windows Instalar;
###############################################################################
# Registro (regedit) do Windows:
###############################################################################
>Registro
>regedit
Tags: regedit, regedit32
### PUTTY para Windows
## As chaves do PUTTY para Windows ficam em:
HKEY_CURRENT_USER\Software\SimonTatham\PuTTY
## Chave onde ficam armazenados as entradas dos comandos executados
## no executar:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\RunMRU
|##########^ Registro (regedit) do Windows ###################################|
###############################################################################
# Variáveis Padrão:
###############################################################################
%ProgramFiles% -
###############################################################################
# BAT Scripts:
###############################################################################
(Fonte: http://pt.wikipedia.org/wiki/Batch)
http://www.juliobattisti.com.br/tutoriais/ricardosilva/wsh001.asp
###############################################################################
# Referências:
###############################################################################
http://support.microsoft.com/?scid=kb%3Ben-us%3B816102&x=9&y=9
How to install Microsoft TechNet products by using Group Policy:
http://support.microsoft.com/?scid=kb%3Ben-us%3B834487&x=13&y=7
——————————————————————————-
Installing Symantec through Active Directory Group Policy:
http://www.symantec.com/connect/blogs/installing-symantec-through-active-directory-group-policy
IF EXIST “c:\Program Files\Symantec\Symantec Endpoint Protection” GOTO END
NET USE Z: \\someserver\sep /PERSISTENT:NO
z:\setup.exe /s /v”/qn”
NET USE Z: /DELETE
:END
|—————————————————————————–|
http://service1.symantec.com/support/ent-security.nsf/docid/2008111507252148
http://seer.entsupport.symantec.com/docs/notes/manuals/sep/sep_11.0.3/11.0mr3installationguide.html
http://technet.microsoft.com/pt-br/library/cc758608(WS.10).aspx
——————————————————————————-
Pesquisa: Id. do evento: 102 Group Policy
Packages Assigned to Computers with Group Policy Are Not Installed
http://support.microsoft.com/?scid=kb%3Ben-us%3B278472&x=5&y=7
Event ID 102
The install of application “Package Name” from policy “Policy Name” failed. The error was The installation source for this product is not available. Verify that the source exists and that you can access it.
ou
Origem: Gerenciamento de aplicativo
IDENTIFICAÇÃO de evento 102
Falha na instalação do aplicativo “Package Name” da diretiva “Policy Name”. Erro: A origem de instalação para este produto não está disponível. Verifique se a fonte existe e que você pode acessá-lo.
|—————————————————————————–|