Helpers
Informações auxiliares para suporte.
PsExec
cmd /c psexec -u USER -p PASS -accepteula "APP"
Copy
cmd /c copy /y "\\SERVER\datapublic\FILE" "c:\Softs"
Del
cmd /c del /q "c:\Users\Aluno\Desktop\FILE"
Gpedit
cmd /c psexec -u USER -p PASS -accepteula cmd /c "gpedit.msc"
Sysdm
cmd /c psexec -u USER -p PASS -accepteula cmd /c "sysdm.cpl"
Compmgmt
cmd /c psexec -u USER -p PASS -accepteula cmd /c "compmgmt.msc"
Configurações do Windows
cmd /c start ms-settings:windowsupdate
cmd /c start ms-settings:activation
Lgpo
LGPO.exe command [...]
# Import settings from one or more GPO backups under "path"
LGPO.exe /g path
# Import settings from registry.pol into machine config
LGPO.exe /m path\registry.pol
# Import settings from registry.pol into user config
LGPO.exe /u path\registry.pol
# To create a GPO backup from local policy:
LGPO.exe /b path [/n GPO-name]
Wget
wget.exe [OPTION]... [URL]...
# Basic Example
"C:\Portable\wget\wget.exe" "https://download.sysinternals.com/files/PSTools.zip"
# Specific Directory
cd "C:\Users\aluno\desktop" && "C:\Portable\wget\wget.exe" "https://download.sysinternals.com/files/PSTools.zip"
Referências:
- psexec
- copy
- del
- gpedit.msc
- sysdm.cpl
- Configurações do Windows
- LGPO.exe - Local Group Policy Object Utility, v1.0
- Wget 1.25.0
Voltar para Settings Clone
Ir para Setup Default