Postagens

Mostrando postagens de fevereiro, 2016

How to set Firefox browser as default via command line in Windows?

To set Firefox browser as default via command line in Windows, it is necessary to use the helper.exe + commands. The Firefox installation will be (depends of your system): $mozilla_dir = "C:\Program Files\Mozilla Firefox\uninstall" or $mozilla_dir = "C:\Program Files (x86)\Mozilla Firefox\uninstall" Enter in the directory and type the option that you want: cd $mozilla_dir .\helper.exe /SetAsDefaultAppGlobal /SetAsDefaultAppGlobal: it will set Firefox as the Global Default Browser (must be executed as Administrator) /SetAsDefaultAppUser: it will set Firefox as the User Default Browser (must be executed in user context) Source: http://superuser.com/questions/787608/how-to-set-default-browser-in-windows-7-via-script

Personalizar e travar preferências para Firefox usando arquivos de configuração

Imagem
 Poucos dias atrás eu postei como configurar o Firefox e travar algumas preferências usando Group Policy, mas, infelizmente, há apenas algumas opções de configuração. Neste post vou explicar uma forma de configurar o Firefox e travar algumas preferências usando arquivos de configuração. Depois disto, você  pode até copiar estes arquivos usando scripts para um computador local para gerenciar as instalações do Firefox. Primeiramente, crie um novo arquivo nomeado all-settings.js em: C:\Program Files\Mozilla Firefox\defaults\pref (para instalação 32 bits) C:\Program Files (x86)\Mozilla Firefox\defaults\pref (para instalação 64 bits) O arquivo deve conter: pref("general.config.filename","file.cfg"); pref("general.config.obscure_value",0); Na primeira linha você deve substituir file.cfg escolhendo o nome que deseja para o futuro arquivo que terá as configurações do Firefox. O segundo arquivo (file.cfg) deve estar em: C:\Program Files\Mozilla

Personalize and lock preferences for Firefox using configuration files

Imagem
Few days ago I posted how configure Mozilla Firefox and lock some preferences using Group Policy, but, unfortunately, that has few options of configuration. Is this post I will explain a way to configure Firefox and lock some preferences using configuration files. After you do that, you could copy these files using scripts to the local computers to manage the Firefox installations. First of all, create a new file named all-settings.js at: C:\Program Files\Mozilla Firefox\defaults\pref (for 32 bits installation) C:\Program Files (x86)\Mozilla Firefox\defaults\pref (for 64 bits installation) This file must contains: pref("general.config.filename","file.cfg"); pref("general.config.obscure_value",0); You must replace in the first line "file .cfg" choosing the name you want for the future file that will contain the Firefox configurations. The second file (file.cfg) must be placed at: C:\Program Files\Mozilla Firefox\ (for 32 bits in

How to configure Group Policies for Firefox (tested for version 44.0.2)

Imagem
If you need to manage the Firefox Browser using group policies in Active Directory, there is a ADMX file available in GitHub. I tested in a Windows 2012 Server environment, and it worked well. To install, download the .zip file from https://github.com/n8felton/Firefox-ADMX After that, you will need to create a folder called PolicyDefinitions into \\ad.domain.example.com\SYSVOL\ad.domain.example.com\Policies\ (if it doesn't exists)   Copy the contents of the ADMX Folder that you downloaded inside of PolicyDefinitions, excluding the language that you will not use. Create a new GPO and insert the file firefox_startup.vbs into the GPO startup scripts (remember that the computers must have security access to this file). If everything is right, the Firefox GPO must appear like below and you can configure the available options as you prefer. Don't forget to specify the machines that you want to apply this GPO Scope configuration . So

Windows Vista trava após fazer logon, apenas o cursor do mouse funciona

Imagem
Se o seu Windows Vista está travando logo após fazer logon, sendo que apenas o cursor do mouse funciona, e fica assim até apertar o botão de desligar a máquina, o problema pode ser relacionado ao software da Gas tecnologia, Warsaw, relacionado ao serviço Gbp Service (processo GbpSv) que são módulos utilizados em bancos como Banco do Brasil, Santander, e provavelmente, outros bancos brasileiros. Para resolver o problema, infelizmente tive que remover tal software em Programas e Recursos, e, após reiniciar, não voltei a ter problemas. Porém houve casos que isso não foi o suficiente. Se o problema persistir, pode ser que a remoção não foi um sucesso, e será necessário "apelar". Infelizmente, depois deste procedimento, provavelmente não será mais possível acessar os bancos que utilizam tal serviço a partir do Windows Vista. Será necessário deletar uma pasta relacionada ao Serviço Gbp Service (processo gbpSv) com um live CD do Linux (já que, muito provavelmente, você não t