List files and folders in the current directory.
Arquivosdir
Ferramentas para desenvolvedores
Use um utilitário para dados, código ou consultas de desenvolvimento.
List files and folders in the current directory.
Arquivosdir
Change the current directory.
Arquivoscd C:\Users
Copy files from one path to another.
Arquivoscopy source.txt backup.txt
Move or rename files and folders.
Arquivosmove app.log logs\app.log
Delete one or more files.
Arquivosdel temp.txt
Create a directory.
Arquivosmkdir reports
Print a text file to the terminal.
Arquivostype package.json
Search for text in files.
Pesquisafindstr /s /i "error" *.log
Display network adapter configuration.
Redeipconfig /all
Test connectivity to a host.
Redeping example.com
Trace the route to a network host.
Redetracert example.com
Show active connections and listening ports.
Redenetstat -ano
List running processes.
Processotasklist
Stop a process by PID or image name.
Processotaskkill /PID 1234 /F
List running processes in PowerShell.
PowerShellGet-Process
List files and folders in PowerShell.
PowerShellGet-ChildItem -Force
Clear the terminal screen.
Consolecls
Print text or show environment values.
Consoleecho %PATH%
Display or set environment variables in CMD.
Ambienteset NODE_ENV=production
Find the location of an executable.
Pesquisawhere node
Display a directory tree.
Arquivostree /F
View or change file attributes.
Arquivosattrib +h secret.txt
Check a disk and display status information.
Discochkdsk C:
Manage disks, partitions, and volumes.
Discodiskpart
Scan and repair protected system files.
Sistemasfc /scannow
Display detailed computer and operating system information.
Sistemasysteminfo
Shut down, restart, or log off the computer.
Sistemashutdown /r /t 0
Query, create, or control Windows services.
Serviçosc query wuauserv
Manage users, shares, services, and network resources.
Redenet user
Query DNS records.
Redenslookup example.com
View or change network routing tables.
Rederoute print
List Windows services in PowerShell.
PowerShellGet-Service
Change directory in PowerShell.
PowerShellSet-Location C:\Projects
Search text using PowerShell.
PowerShellSelect-String -Path *.log -Pattern error
Make web requests from PowerShell.
PowerShellInvoke-WebRequest https://example.com
Guia da ferramenta
Use um utilitário para dados, código ou consultas de desenvolvimento. Este guia mostra uma forma simples de verificar o resultado antes de usá-lo.
Comece com um exemplo curto e não sensível, confira o resultado e repita o processo com o conteúdo final.
FAQ
Use um utilitário para dados, código ou consultas de desenvolvimento.
Abra Comandos do Windows e prepare uma cópia da entrada que será processada. Adicione o arquivo, texto ou valores solicitados pela ferramenta. Escolha as configurações adequadas ao seu objetivo e inicie o processamento. Verifique o resultado antes de copiar, baixar ou compartilhar.
Revise, visualize ou teste a saída antes de usá-la.
Não. As ferramentas NovaKit podem ser usadas diretamente sem cadastro.
As ferramentas NovaKit foram criadas para funcionar no navegador. Use apenas dados que você tenha autorização para processar.
Guarde o original e verifique resultados importantes antes de usá-los em uma decisão ou documento final.
Comece com um exemplo curto e não sensível, confira o resultado e repita o processo com o conteúdo final.
Use as ações disponíveis de copiar, baixar, imprimir ou exportar e guarde a entrada original até verificar.
Ferramentas relacionadas