List files and folders in the current directory.
ファイルdir
開発者ツール
開発データ、コード、検索作業に使えるブラウザツールです。
List files and folders in the current directory.
ファイルdir
Change the current directory.
ファイルcd C:\Users
Copy files from one path to another.
ファイルcopy source.txt backup.txt
Move or rename files and folders.
ファイルmove app.log logs\app.log
Delete one or more files.
ファイルdel temp.txt
Create a directory.
ファイルmkdir reports
Print a text file to the terminal.
ファイルtype package.json
Search for text in files.
検索findstr /s /i "error" *.log
Display network adapter configuration.
ネットワークipconfig /all
Test connectivity to a host.
ネットワークping example.com
Trace the route to a network host.
ネットワークtracert example.com
Show active connections and listening ports.
ネットワークnetstat -ano
List running processes.
プロセスtasklist
Stop a process by PID or image name.
プロセスtaskkill /PID 1234 /F
List running processes in PowerShell.
PowerShellGet-Process
List files and folders in PowerShell.
PowerShellGet-ChildItem -Force
Clear the terminal screen.
コンソールcls
Print text or show environment values.
コンソールecho %PATH%
Display or set environment variables in CMD.
環境set NODE_ENV=production
Find the location of an executable.
検索where node
Display a directory tree.
ファイルtree /F
View or change file attributes.
ファイルattrib +h secret.txt
Check a disk and display status information.
ディスクchkdsk C:
Manage disks, partitions, and volumes.
ディスクdiskpart
Scan and repair protected system files.
システムsfc /scannow
Display detailed computer and operating system information.
システムsysteminfo
Shut down, restart, or log off the computer.
システムshutdown /r /t 0
Query, create, or control Windows services.
サービスsc query wuauserv
Manage users, shares, services, and network resources.
ネットワークnet user
Query DNS records.
ネットワークnslookup example.com
View or change network routing tables.
ネットワークroute 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
ツールガイド
開発データ、コード、検索作業に使えるブラウザツールです。 結果を使用する前に確認するための、簡単な手順を説明します。
まず短い機密性のない例で結果を確認してから、最終的なコンテンツで同じ操作を行ってください。
FAQ
開発データ、コード、検索作業に使えるブラウザツールです。
Windowsコマンド を開き、処理する入力データのコピーを準備します。 ツールで求められるファイル、テキスト、または値を入力します。 目的に合う設定を選び、処理を開始します。 コピー、ダウンロード、共有の前に結果を確認します。
使用前に出力を読み直し、プレビューまたはテストしてください。
いいえ。NovaKit のツールはアカウントなしで直接使用できます。
NovaKit のツールはブラウザ内での利用を想定しています。処理する権限のあるデータだけを使用してください。
元のデータを保持し、重要な結果は意思決定や最終文書に使う前に確認してください。
まず短い機密性のない例で結果を確認してから、最終的なコンテンツで同じ操作を行ってください。
利用できるコピー、ダウンロード、印刷、エクスポート機能を使い、確認が終わるまで元の入力を保持してください。
関連ツール