登录
首页 » 其他项目 » 本文我将向你展示一些技巧,让你可以在远程地访问网络中其他计算机的操作系统、服务、当前运行着的进程等等信息,当然前提是你必须得拥有这些计算机的管理员权限。同时我也...

本文我将向你展示一些技巧,让你可以在远程地访问网络中其他计算机的操作系统、服务、当前运行着的进程等等信息,当然前提是你必须得拥有这些计算机的管理员权限。同时我也...

于 2023-01-19 发布 文件大小:44.36 kB
0 56
下载积分: 2 下载次数: 1

代码说明:

本文我将向你展示一些技巧,让你可以在远程地访问网络中其他计算机的操作系统、服务、当前运行着的进程等等信息,当然前提是你必须得拥有这些计算机的管理员权限。同时我也将向你展示如何利用WMI来启动或者停止服务、终止进程、创建进程。-this paper I will show you some skills, so you can remotely access the network to other computer"s operating system, services, the current running process information, etc., of course, the premise is you have to have these computer administrator privileges. I will also show you how to use WMI to start or stop service, termination process, the creation process.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 基地的转换过程可以2
    进制转换的程序,可由二至十的互换-base for the conversion process can be 2-10 fungible
    2022-02-25 10:10:14下载
    积分:1
  • car multithreaded parallel threads
    汽车线程多线程并行-car multithreaded parallel threads
    2022-03-13 06:18:00下载
    积分:1
  • 两阶段锁定
    程序来模拟两阶段锁.那里是没有连接到数据库。故事设置在源代码中和跑步后,结果将显示在控制台上。
    2022-03-31 09:51:31下载
    积分:1
  • system in Chinese characters displaying Chinese characters
    在非汉字系统下显示汉字-system in Chinese characters displaying Chinese characters
    2022-08-13 10:03:51下载
    积分:1
  • 如果你使用的是IE浏览器的Windows XP服务包2,有一个安全…
    If you are using Internet Explorer on Windows XP Service Pack 2, there is a security restriction disallowing scripts to run in files opened on your local machine. When you first try to run the examples, you will most likely get a message saying, "To help protect your security, Internet Explorer has restricted this file from showing active content that could access your computer." To see the example, you must click on the message and select "Allow Blocked Content". JavaScript高级程序设计 里面自代源码-If you are using Internet Explorer on Windows XP Service Pack 2, there is a security restriction disallowing scripts to run in files opened on your local machine. When you first try to run the examples, you will most likely get a message saying, To help protect your security, Internet Explorer has restricted this file from showing active content that could access your computer. To see the example, you must click on the message and select Allow Blocked Content . JavaScript Advanced Programming sou
    2023-05-01 17:35:05下载
    积分:1
  • User interface (or interface) is: Human and machine (or program) the interaction...
    用户界面(或接口)是指:人与机器(或程序)之间交互作用的工具和方法。如键盘、鼠标、跟踪球、话筒都可成为与计算机交换信息的接口。-User interface (or interface) is: Human and machine (or program) the interaction between the tools and methods. Such as keyboard, mouse, track ball, microphone and computer can become the interface to exchange information.
    2022-04-22 14:22:19下载
    积分:1
  • 无线局域网仿真
    WLAN仿真-发送机 wlan No Comments 设置完系统参数后,开始产生发送数据。 1. 产生随机的发送bit(tx_bits),这里不考虑信道编码。 2. QAM映射 3. 将数据映射到不同载波,形成OFDM符号 4. 产生pilot,并将pilot插入OFDM符号中 5. 加入dc和guard子载波 6. 进行ifft,将频域信号变到时域,并加入循环前缀 7. 对信号进行overlap window 8. 在时域产生short preamble 9. 在时域产生long preamble 10. 将preamble和数据符号组成packet 11. 升采样 得到信道传输的数据Tx_signal_up 具体程序见附件 wlan_transmitter.m-WLAN Simulation- wlan No Comments transmitter system parameters set finished, the beginning to have to send data. 1. Have sent random bit (tx_bits), here does not consider channel coding. 2. QAM mapping 3. The data is mapped to a different carrier to form OFDM symbols 4. Have a pilot, and pilot inserted OFDM symbols 5. Adding dc and guard subcarriers 6. To carry out ifft, will change the frequency domain signal to time domain, and add cyclic prefix 7. the signals overlap window8. In the time domain have a short preamble9. In the time domain have a long preamble10. the preamble and data symbols packet11. or sampling re
    2022-03-17 11:21:25下载
    积分:1
  • labview 编写的日历控件 学习ING
    labview 编写的日历控件 学习ING-the preparation of the calendar control labview
    2022-07-03 19:08:33下载
    积分:1
  • 数根 数也有根吗?有!数根就是把一个数的各个数位上的值相加,直到得到一个一位数为止。请你编写一个程序来计算任意数N(0≤N≤1000000000000)的...
    数根 数也有根吗?有!数根就是把一个数的各个数位上的值相加,直到得到一个一位数为止。请你编写一个程序来计算任意数N(0≤N≤1000000000000)的根。 输入: 输入有多个案例。每一个案例为一行,每行只有一个整数N。当输入的N是-1时,输入结束。 输出: 每一个案例输出一行。每行只有一个数字,就是N对应的数根。 Sample input 39 -1 Sample output 3-Number of root number also has roots do? There is! The number of roots is to a number of different values on the digital sum until they have been a number of up to one. Please write a program to calculate an arbitrary number N (0 ≤ N ≤ 1000000000000) roots. Input: Enter a number of cases. Each case for the line, each line is only an integer N. When the input of N is-1, the input end. Output: the output line of each case. There is only one number per line, that is, N corresponds to the number of roots. Sample input 39-1 Sample output 3
    2023-09-05 21:25:03下载
    积分:1
  • aol和icq使用的oscar协议详细介绍
    aol和icq使用的oscar协议详细介绍-aol and password used by the detailed agreement oscar
    2022-07-13 07:14:24下载
    积分:1
  • 696524资源总数
  • 103827会员总数
  • 23今日下载