<html>
<head>
<title></title>
</head>
<body>
<div id="content">
<div style="height:800px;"><iframe frameborder="0" height="120%" scrolling="no" src="/portal/p/1/ecmnavigation?app_ecm_navigation_doc=244" style="position:absolute;
top:-100px; left:-80px;" width="110%"></iframe></div>
</div>
</body>
</html>
terça-feira, 22 de outubro de 2019
sexta-feira, 11 de outubro de 2019
How to disable Amazon Kindle Keyboard screensaver
By default if you leave your Kindle Keyboard idle for 10 minutes without turning a page, it will enter screensaver mode (sleep mode). There are times you just need it to stay on a page without going in to screensaver mode. This post will show you how you can disable the screensaver mode.
ress Home button.
Press Del button. This will bring up the search box.
Type ;debugOn and press Enter.
Type ~disableScreensaver and press Enter.
Type ;debugOff and press Enter.
Once you have disabled the screensaver mode, you can manually switch to screensaver mode by using the power slider.
Re-enable screensaver mode
Press Home button.
Press Del button. This will bring up the search box.
Type ;debugOn and press Enter.
Type ~resumeScreensaver and press Enter.
Type ;debugOff and press Enter.
ress Home button.
Press Del button. This will bring up the search box.
Type ;debugOn and press Enter.
Type ~disableScreensaver and press Enter.
Type ;debugOff and press Enter.
Once you have disabled the screensaver mode, you can manually switch to screensaver mode by using the power slider.
Re-enable screensaver mode
Press Home button.
Press Del button. This will bring up the search box.
Type ;debugOn and press Enter.
Type ~resumeScreensaver and press Enter.
Type ;debugOff and press Enter.
quinta-feira, 15 de agosto de 2019
Ativar opção de conta nunca expira no Office 365
Comando via powershell
Comandos para conectar ao PowerShell
Set-executionpolicy
unrestricted
Set-ExecutionPolicy
RemoteSigned
$LiveCred =
Get-Credential
$Session =
New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://ps.outlook.com/powershell/
-Credential $LiveCred -Authentication Basic -AllowRedirection
Import-PSSession
$Session
Connect-Msolservice
-Credential $LiveCred
Configura pra não expirar mais a senha
Set-MSOLUser
-UserPrincipalName usuario@dominio.com -PasswordNeverExpires $true
Consulta o usuário
quarta-feira, 17 de julho de 2019
Dicas Específicos
- Localizar programas que tratam por grupo de usuários
- usuar_grp_usuar.cod_grp_usuar = 'XXX'
segunda-feira, 11 de março de 2019
Ver processos e matar no Linux
Comando via SHELL
- htop
- F4 (filtra por nome) + Enter
- Seleciona o processo
- F9 (Abre menu kill)
- Comando 9
terça-feira, 12 de fevereiro de 2019
Office 365 Produto Não Licenciado
Se você tem o Office 365 ou Office 2016 e está acusando a mensagem de "Produto Não Licenciado" basta seguir os passos abaixo para reativar
- C:\program files\Microsoft office\office16>cscript ospp.vbs /dstatus
- Quando pegar o KEY, rode o comando para apagar o status da instalação com essa licença. C:\program files\Microsoft office\office16>cscript ospp.vbs /unpkey: XXXXX
- Verifique as credenciais de Windows para saber se existe algo do Office e apague se tiver.
- Abra um programa do Office e verifique se ira pedir para ativar novamente, caso não, terá realmente que refazer a instalação.
quarta-feira, 23 de janeiro de 2019
Ocultar unidades de rede/disco
- HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer Clique com o botão direito e escolha Novo valor DWORD (32-bit)
- Nomeie-o NoDrives
- Insira como "Decimal" o número da tabela abaixo que deseja ocultar
Obs: caso queira ocultar mais que uma letra, some os códigos
Ex: ocultar "D" e "K" : Inserir número 1032 (1024+8)
Segue site com calculadora de códigos para facilitar
Abaixo Tabela
| A | 1 |
| B | 2 |
| C | 4 |
| D | 8 |
| E | 16 |
| F | 32 |
| G | 64 |
| H | 128 |
| I | 256 |
| J | 512 |
| K | 1024 |
| L | 2048 |
| M | 4096 |
| N | 8192 |
| O | 16384 |
| P | 32768 |
| Q | 65536 |
| R | 131072 |
| S | 262144 |
| T | 524288 |
| U | 1048576 |
| V | 2097152 |
| W | 4194304 |
| X | 8388608 |
| Y | 16777216 |
| Z | 33554432 |
Assinar:
Postagens (Atom)