Ir para conteúdo
View in the app

A better way to browse. Learn more.

GGames Fórum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Como definir a codificação padrão para UTF-8 para o Bloco de Notas

Antes de tudo, foi complicado achar esse tutorial na net para windows 10, eu achei para windows 7 e não funcionou no windows 10, em todo caso eu testei essa versão para windows 10 e funcionou perfeitamente, espero que gostem!
  1. Baixe o arquivo VBScript.zip
  2. Extraia no Disco Local C:\;
  3. Abra a pasta VBScript;
  4. Execute SetDefaultUTF8Encoding.vbs;
  5. Ele vai pedir para executar como administrador, ACEITE!;
  6. Depois disso crie um bloco de notas na área de trabalho;
  7. Com o bloco de notas aberto, na aba "Arquivo", clique em "Salvar como..."
  8. Veja se o padrão está em UTF-8

O script usado é esse:

' elevate privilege to execute the code 
If Not WScript.Arguments.Named.Exists("elevate") Then 
  CreateObject("Shell.Application").ShellExecute WScript.FullName _ 
    , """" & WScript.ScriptFullName & """ /elevate", "", "runas", 1 
  WScript.Quit 
End If 
 
strNotePadKeyPath = "HKEY_CLASSES_ROOT\.txt\ShellNew" 
strFileNameKey = "FileName" 
strNotePadTemplatePath = "TXTUTF-8.txt" 
 
Set WshShell = CreateObject("WScript.Shell") 
 
' set registry key 
WshShell.RegWrite strNotePadKeyPath & "\" & strFileNameKey, strNotePadTemplatePath, "REG_SZ" 
' get win dir 
windir = WshShell.ExpandEnvironmentStrings("%windir%") 
 
Set WshShell = Nothing 
 
targetTemplatepath = windir & "\ShellNew\" & strNotePadTemplatePath 
 
Set fso = CreateObject("Scripting.FileSystemObject") 
    ' get folder containing current script 
    Set scriptFile = fso.GetFile(Wscript.ScriptFullName) 
    strFolder = fso.GetParentFoldername(scriptFile) 
    ' copy template file to target folder 
    fso.CopyFile strFolder & "\" & strNotePadTemplatePath, targetTemplatepath, True 
Set fso = Nothing 
 
Wscript.echo "Done" 

 

Caso de algum erro, não se preocupe, faça apenas mais uma coisa, va na pasta C:\Windows\ e crie uma pasta nova chamada SHELLNEW entre na pasta C:\Windows\SHELLNEW e copie o arquivo "TXTUTF-8.txt" pra ela, depois disso deve funcionar normalmente!

Feedback do Usuário

Comentários Recomendados

Não há comentários para mostrar.

Crie uma conta ou entre para comentar

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.