This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Mudando a versão do Windows Home para Pro | |
| #No Prompt de comando como Administrador: | |
| changepk.exe /ProductKey VK7JG-NPHTM-C97JM-9MPGT-3V66T | |
| #Essa é uma chave genérica oficial da Microsoft para mudar para a versão PRO. O próximo passo é adicionar a chave de licenciamento por volume. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Usando o pendrive de instalação do Windows10 mesmo, escolher a opção Reparar. Então seguir os passos: | |
| 1-Dentro do diskpart localizar a partição efi | |
| 2-select disk x | |
| 3-select partition x | |
| 4-delete partition override | |
| 5-create partition efi | |
| 6-format quick fs=fat32 | |
| 7-assign letter=s | |
| 8-sai do diskpart |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| dpkg -l 'linux-*' | sed '/^ii/!d;/'"$(uname -r | sed "s/\(.*\)-\([^0-9]\+\)/\1/")"'/d;s/^[^ ]* [^ ]* \([^ ]*\).*/\1/;/[0-9]/!d' | |
| Depois só remover com: apt-get purge |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #adiconar ao final do arquivo /etc/environment: | |
| GTK_IM_MODULE=cedilla |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Pra criar: | |
| sc create MYSQLSGP binpath= "\"C:\Program Files\SGP\MySql Server 5.0\bin\mysqld.exe\" \"--defaults-file=C:/Program Files/SGP/MySql Server 5.0/my.ini\" MYSQLSGP" start= "auto" | |
| # Para deletar: | |
| sc delete MYSQLSGP |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| A partir do servidor tentar acessar um computador com Linux via Samba: | |
| 0x80070035 – The network path was not found | |
| E pelo IP dá o erro: | |
| 0x80004005 – Unspecifed error | |
| Como resolvi: | |
| Execute gpedit.msc. | |
| Abra Computer Configuration > Administrative Templates > Network > Lanman Workstation. | |
| Clique com o botão direito em Enable insecure guest logons e selecione Edit. | |
| Selecione Enabled e OK. | |
| Se for essa a causa do seu problema você deve ganhar acesso imediatamente. Não é necessário reiniciar. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Como resolvi o erro jvm.dll | |
| 1) Setar a variavel de ambiente JAVA_HOME para o diretorio do JDK instalado, por exemplo C:\Program Files\Java\jdk1.8.0_171 | |
| 2) Reescrever os paths que se referem ao Java, como por exemplo C:\Program Files (x86)\java\jdk1.8.0_112\jre\bin\server\jvm.dll no Path comm %JAVA_HOME%\bin | |
| 3) Remover o conteúdo da pasta de sistema: C:\ProgramData\Oracle\Java\javapath |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Esse problema ocorre pois o arquivo ctfmon.exe não está em execução. Para configurar o Windows10 e deixar este programa rodando automaticamente sempre que o sistema iniciar, siga os passos abaixo: | |
| 1.Pelo navegador de arquivos, abra a pasta C:\Windows\system32\ | |
| 2.Localize o arquivo do prompt de comando, cujo nome é cmd.exe. Execute-o como administrador por clicar com o botão direito do mouse e escolher a opção “Executar como administrador”. | |
| 3.Dentro do prompt de comando que abrir, a “tela preta”, digitar o comando: | |
| REG ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run /v ctfmon /t REG_SZ /d CTFMON.EXE |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| RD /S /Q "%LocalAppData%\Google\Chrome" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Problem in Java render window in WTS Server | |
| Environment var: J2D_D3D=false |
NewerOlder