Use Windows 7 system account

Source: Internet
Author: User

After installing the system two days ago, I think Windows 7 is almost mature. Result some files in drive d do not have the permission to be deleted. Only the system permission has the permission to delete the files. Even if the administrator account is enabled, the files cannot be deleted. Tools that have been forcibly deleted from the Internet are not easy to use. Later, I saw a method on the Internet. When I run cmd through the service, the CMD will Log On As A system account. In this way, we can delete the file in cmd, but it is not easy. After setting a task, I don't know what is going on, and I always don't execute it. Later I checked the history records of the task execution, which were 103 and 203 errors. The result was that the task failed.

In my spare time, I found a command on the Internet and successfully used system to execute the CMD command. In fact, only one cmd can be used by users. However, this is enough. The command is as follows:

SC create supercmd binpath = "CMD/K start" type = own type = interact
SC start supercmd

Save the above two lines of code to TXT and change the extension to bat. A dialog box may pop up. You can select "view message" to go to the system operation interface. The white background has only one black CMD in front.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.