This file contains 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
$funcoes = @( | |
### Requerer acessos administrativos ### | |
"RequireAdmin", | |
### Criar ponto de restauro ### | |
"CriarRestorePoint", | |
### Inntalar Programas adicionais | |
"InstalarProgramas", | |
### Desinstalar Windows Apps | |
"DesinstalarWinApps", | |
### Ajustes de Privacidade ### |
This file contains 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
{ | |
"breadcrumbs.enabled": true, | |
"diffEditor.ignoreTrimWhitespace": false, | |
"editor.fontFamily": "Fira Code", | |
"editor.fontLigatures": true, | |
"editor.formatOnSave": false, | |
"editor.formatOnType": true, | |
"editor.lineHeight": 22, |