49 lines
2.1 KiB
INI
49 lines
2.1 KiB
INI
;
|
|
; limpador do luca0N! 3
|
|
; Copyright (C) 2020 luca0N!
|
|
;
|
|
; This program is free software: you can redistribute it and/or modify
|
|
; it under the terms of the GNU General Public License as published by
|
|
; the Free Software Foundation, either version 3 of the License, or
|
|
; (at your option) any later version.
|
|
;
|
|
; This program is distributed in the hope that it will be useful,
|
|
; but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
; GNU General Public License for more details.
|
|
;
|
|
; You should have received a copy of the GNU General Public License
|
|
; along with this program. If not, see <https://www.gnu.org/licenses/>.
|
|
;
|
|
; Contact me by e-mail via <mailto:luca0n@protonmail.com>
|
|
;
|
|
; ┌──┐ │ ┌── ┌──┐ ─┬─ ┌──┐ │
|
|
; ├──┤ │ ├─ ├\─┘ │ ├──┤ │
|
|
; │ │ └── └── │ \ │ │ │ •
|
|
;
|
|
; ALERTA!
|
|
;
|
|
; O limpador do luca0N! vai limpar as pastas especificadas abaixo, apagando todos os arquivos e pastas que o ldl3 tiver acesso contidos nela.
|
|
; Tome cuidado! Certifique-se de que nenhuma pasta indesejada esteja listada abaixo.
|
|
; Após execução, não será possível restaurar os arquivos removidos.
|
|
; VERIFIQUE ERROS DE SINTAXE. VOCÊ PODE ACABAR PERMANENTEMENTE REMOVENDO ARQUIVOS INDESEJADOS!
|
|
|
|
; Sempre execute o ldl3 como administrador quando possível.
|
|
|
|
[Geral]
|
|
; AVISO! Altere o valor de "ModoSeguro" para 1 para fazer com que o ldl3 NÃO delete nada. O modo seguro é útil caso você queira verificar como o ldl3 vai interpretar os caminhos que você inseriu.
|
|
; É altamente recomendado que você utilize esse modo após inserir um novo caminho para ver se nenhuma pasta indesejada seja interpretada pelo ldl3.
|
|
ModoSeguro=1
|
|
|
|
[Pastas]
|
|
; Este é a quantidade de pastas que você deseja fazer com que o ldl3 limpe.
|
|
Pastas=3
|
|
|
|
; Liste abaixo o caminho das pastas desejadas no seguinte formato:
|
|
; PastaX=(caminho)\
|
|
; SEMPRE finalize caminhos com a barra invertida "\".
|
|
; Variáveis de sistema são suportados. Por exemplo: %tmp%\
|
|
Pasta1=%tmp%\
|
|
Pasta2=C:\Windows\Temp\
|
|
Pasta3=C:\Windows\Prefetch\
|