Netlogon

1. Netlogon

Vinicius Mathias
viniciusmathias

(usa CentOS)

Enviado em 25/11/2013 - 11:19h

Bom dia possuo o seguinte script para definir o papel de parede, proteção de tela e pagina inicial(IE) aqui no netlogon da empresa. Mas oque eu não consegui achar é uma maneira de alterar a pagina inicial do Google Chrome já que hj em dia é o mais usado aqui na empresa. Traduzindo quero setar a pagina inicial dele para a intranet da empresa.

Segue o atual script:

@echo off
call :quiet>nul 2>&1
goto :EOF
:quiet
:: Configure Wallpaper
xcopy "\\192.168.6.1\netlogon\img_scre\agristar.bmp" "%USERPROFILE%\AppData\" /C/Y/D
xcopy "\\192.168.6.1\netlogon\img_scre\scrnsave_agristar.scr" "%USERPROFILE%\AppData\" /C/Y/D
REG ADD "HKCU\Control Panel\Desktop" /V Wallpaper /T REG_SZ /F /D "%USERPROFILE%\AppData\agristar.bmp"
REG ADD "HKCU\Control Panel\Desktop" /V WallpaperStyle /T REG_SZ /F /D 2
REG ADD "HKCU\Control Panel\Desktop" /V TileWallpaper /T REG_SZ /F /D 0
:: Configure the screen saver.
REG ADD "HKCU\Control Panel\Desktop" /V SCRNSAVE.EXE /T REG_SZ /F /D "%USERPROFILE%\AppData\scrnsave_agristar.scr"
REG ADD "HKCU\Control Panel\Desktop" /V ScreenSaveActive /T REG_SZ /F /D 1
:: Set the time out to 180 seconds (3 minutes).
REG ADD "HKCU\Control Panel\Desktop" /V ScreenSaveTimeOut /T REG_SZ /F /D 180
:: Set the On resume, password protect box - 0 Disabilitado
REG ADD "HKCU\Control Panel\Desktop" /V ScreenSaverIsSecure /T REG_SZ /F /D 0
:: Remove the user's ability to see the Screen Saver, background, and appearance tabs of Display Properties.
REG ADD "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System" /V NoDispScrSavPage /T REG_DWORD /F /D 0
REG ADD "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System" /V NoDispBackgroundPage /T REG_DWORD /F /D 0
REG ADD "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System" /V NoDispAppearancePage /T REG_DWORD /F /D 0
:: Make the changes effective immediately
%SystemRoot%\System32\RUNDLL32.EXE user32.dll, UpdatePerUserSystemParameters



  


2. Re: Netlogon

Alexandre Gonçalves Monteiro da Silva
alexandregms

(usa Ubuntu)

Enviado em 25/11/2013 - 11:36h

Colega, este é um script .bat, aqui o povo conhece mais script shell.


3. Re: Netlogon

Vinicius Mathias
viniciusmathias

(usa CentOS)

Enviado em 25/11/2013 - 14:39h

alexandregms sim eu sei, mas foi de outro tópico daqui do site mesmo que eu retirei esse script e
se alguém mas se alguem souber como se faz com o Chrome tbem agradeço.






Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts