List files and folders in the current directory.
Fichiersdir
Outils développeur
Utilisez un utilitaire développeur ciblé pour données, code ou recherche.
List files and folders in the current directory.
Fichiersdir
Change the current directory.
Fichierscd C:\Users
Copy files from one path to another.
Fichierscopy source.txt backup.txt
Move or rename files and folders.
Fichiersmove app.log logs\app.log
Delete one or more files.
Fichiersdel temp.txt
Create a directory.
Fichiersmkdir reports
Print a text file to the terminal.
Fichierstype package.json
Search for text in files.
Recherchefindstr /s /i "error" *.log
Display network adapter configuration.
Réseauipconfig /all
Test connectivity to a host.
Réseauping example.com
Trace the route to a network host.
Réseautracert example.com
Show active connections and listening ports.
Réseaunetstat -ano
List running processes.
Processustasklist
Stop a process by PID or image name.
Processustaskkill /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.
Environnementset NODE_ENV=production
Find the location of an executable.
Recherchewhere node
Display a directory tree.
Fichierstree /F
View or change file attributes.
Fichiersattrib +h secret.txt
Check a disk and display status information.
Disquechkdsk C:
Manage disks, partitions, and volumes.
Disquediskpart
Scan and repair protected system files.
Systèmesfc /scannow
Display detailed computer and operating system information.
Systèmesysteminfo
Shut down, restart, or log off the computer.
Systèmeshutdown /r /t 0
Query, create, or control Windows services.
Servicesc query wuauserv
Manage users, shares, services, and network resources.
Réseaunet user
Query DNS records.
Réseaunslookup example.com
View or change network routing tables.
Réseauroute 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
Guide de l’outil
Utilisez un utilitaire développeur ciblé pour données, code ou recherche. Ce guide explique une méthode simple pour vérifier le résultat avant de l'utiliser.
Commencez avec un exemple court et non sensible, vérifiez le résultat, puis répétez l'opération avec votre contenu final.
FAQ
Utilisez un utilitaire développeur ciblé pour données, code ou recherche.
Ouvrez Commandes Windows et préparez une copie de l'entrée à traiter. Ajoutez le fichier, le texte ou les valeurs demandés par l'outil. Choisissez les réglages adaptés à votre objectif, puis lancez le traitement. Vérifiez le résultat avant de le copier, le télécharger ou le partager.
Relisez, prévisualisez ou testez la sortie avant de l'utiliser.
Non. Les outils NovaKit sont disponibles directement, sans création de compte.
Les outils NovaKit sont conçus pour fonctionner dans le navigateur. N'utilisez que des données que vous êtes autorisé à traiter.
Conservez l'original et vérifiez les résultats importants avant de les utiliser dans une décision ou un document final.
Commencez avec un exemple court et non sensible, vérifiez le résultat, puis répétez l'opération avec votre contenu final.
Utilisez les actions de copie, téléchargement, impression ou export disponibles et gardez l'entrée d'origine jusqu'à vérification.
Outils liés