`

Window command line

阅读更多

 

 

Window command line:

 Window+run:

start . ==>打开当前的目录

services.msc ==> 打开Microsoft的services管理界面

notepad ==> 打开记事本

magnify ==>放大桌面

 

终端窗口命令:

net start service-name ==> 开启相应的服务

net start ==> 查看开启了哪些服务

 

net start 查看开启了哪些服务 
net start 服务名 开启服务;(如:net start telnet, net start schedule) 

netstat -a 查看开启了哪些端口,常用netstat -an 
netstat -n 查看端口的网络连接情况,常用netstat -an 
netstat -v 查看正在进行的工作 
netstat -p 协议名 例:netstat -p tcq/ip 查看某协议使用情况(查看tcp/ip协议使用情况) 
netstat -s 查看正在使用的所有协议使用情况 
nbtstat -A ip 对方136到139其中一个端口开了的话,就可查看对方最近登陆的用户名(03前的为用户名)-注意:参数-A要大写 

tracert -参数 ip(或计算机名) 跟踪路由(数据包),参数:“-w数字”用于设置超时间隔。

 

分享到:
评论

相关推荐

    Android 命令行工具(commandlinetools-win-8092744_latest.zip)

    Android 命令行工具(commandlinetools-win-8092744_latest.zip)适用于Windows系统。 如果不需要 Android Studio,可以下载 Android 命令行工具。可以使用包含sdkmanager的下载其他 SDK 包。该工具包含在 Android ...

    commandline-tools-windows-x64-5.0.3.900.zip.001

    Command Line Tools(commandline-tools-windows-x64-5.0.3.900.zip)适用于Windows系统,集合了HarmonyOS应用开发所用到的系列工具,包括代码检查codelinter、三方库包管理ohpm、命令行解析hstack、编译构建hvigorw...

    downloads.part3.rar

    vckpg windows 插件资源打包(7-zip.commandline.18.1.0.nupkg boost-1.70.0-boostcpp.jam boost-1.70.0.tar.gz boostorg-accumulators-boost-1.70.0.tar.gz boostorg-algorithm-boost-1.70.0.tar.gz boostorg-align...

    VC++编程实现OpenGL虚拟现实

    // Parse command line for standard shell commands, DDE, file open CCommandLineInfo cmdInfo; ParseCommandLine(cmdInfo); // Dispatch commands specified on the command line if (!ProcessShellCommand...

    macos_opencv_withviz_3.4.9_2.zip

    这个例子展示了如何生成随机3D点云,并在一个名为"My Window"的3D窗口中显示。你可以通过调整颜色、点的数量和分布,以及添加其他3D对象来创建更复杂的场景。 总之,使用带有viz模块的OpenCV 3.4.9在macOS Catalina...

    windowAPI函数大全

    3. **事件处理**:窗口过程(WndProc)是处理窗口消息的地方,开发者可以自定义窗口过程以响应特定的消息,如`WM_PAINT`用于窗口重绘,`WM_COMMAND`处理用户界面控件的命令消息。 4. **图形绘制**:GDI(Graphics ...

    7-Zip DLL with command-line options:在DLL中使用7-Zip的命令行选项-开源

    如果您调用7z.exe,则Windows Server系统上的其他用户可以在Window的任务管理器中看到您在调用7z.exe时使用的命令行参数(如果您在命令中指定了密码,则可能存在安全隐患,线)。 该项目允许您以编程方式将7-Zip...

    windows环境dotnet安装

    dotnet 相关命令是属于 .NET Core command-line (CLI) 的一部分,Microsoft 为我们提供了这个命令行工具以供我们在开发程序中使用,它主要用来进行对代码的编译、NuGet 包的管理、程序的运行、测试等等。

    windows下命令行发送邮件

    Blat is useful for creating s cripts where mail has to be sent automatically (CGI, backups, etc.), or just as a quick way to send a file or message quickly from the command line. It will store ...

    基于window系统的Curl命令行接口调试工具

    Curl(CommandLine Uniform Resource Locator)翻译为:命令行统一资源定位器, Curl是一个利用URL语法在命令行方式下工作的文件传输工具. 可以简单理解为: 在命令行环境下访问url链接地址的工具(简记为:cURL或Curl或...

    Learning-command-line-graphic

    "Learning-command-line-graphic"这个主题旨在帮助用户理解如何在命令行环境中创建和展示图形。C++作为一门强大的编程语言,提供了丰富的库和工具来实现这样的功能。在本篇文章中,我们将深入探讨使用C++在命令行中...

    CLeWMI - Command Line WMI query tool-开源

    CLeWMI(发音为“线索我”)是一个命令行WMI查询工具。 它是用perl编写的,适用于Windows。 它允许从命令行动态查询WMI。 在Window NT,2000、2003和XP上均可使用。 独立的可执行文件可用。

    Advanced BAT to EXE Converter2.83老朽痴拙汉化版(BAT编辑转换器)

    -Command Line compile option. Build EXE without GUI -Improved User Interface -EXE command line options greater than 1024 in length -Compiled EXE accept 3rd party digital signatures -Administrator ...

    unicorn-master_ddos_ThroughtheWindow_

    and magic unicorn will automatically generate a powershell command that you need to simply cut and paste the powershell code into a command line window or through a payload delivery system. Unicorn ...

    flyway-6.4.2.rar

    1、解压flyway-commandline-6.4.2-linux-x64.tar.gz或flyway-commandline-6.4.2-windows-x64.zip包; 2、把path目录里的lib目录拷贝到解压目录里进行覆盖; 覆盖lib/community/flyway-core-6.4.2.jar包是去除不...

    window API编程的最佳教程

    10. **窗口样式和消息响应**:SetWindowLong和SetWindowPos函数可以改变窗口的属性,而WM_COMMAND和WM_NOTIFY等消息则与菜单、控件的响应相关。 这个最佳教程可能还会涵盖用户界面元素的创建(如按钮、编辑框等),...

    android 9.0 P sdk window 2019

    If you do not need Android Studio, you can download the basic Android command line tools below. You can use the included sdkmanager to download other SDK packages. These tools are included in Android...

    Microsoft Codeview and Utilities User's Guide

    15.1.1 Managing Libraries with the LIB Command Line 15.1.2 Managing Libraries with the LIB Prompts 15.1.3 Managing Libraries with a Response File 15.1.4 Terminating the LIB Session 15.2 Performing ...

    visual c++ 课程设计 GPA计算器 源程序

    Creating command line "rc.exe /l 0x804 /fo"Release/GPACalculator.res" /d "NDEBUG" /d "_AFXDLL" "F:\已完成\章节(程序)\ch3\GPACalculator\GPACalculator.rc"" Creating temporary file "C:\DOCUME~1\Simply\...

Global site tag (gtag.js) - Google Analytics