extensions and Shift+tab extensions can be reused on the same line . For example, you can use the Tab extension for the name of the Get-content cmdlet by entering the following command:Ps> get-conWhen you press the TAB key, the command expands to:Ps> get-contentWhen you continue to press the TAB key, the command expands to:Ps> Get-commondYou can also switch to the previous command by pressing the Shift+tab key.Ps> get-contentNote: The tab extension is limited by the fact that tab is always inte
network ConneCtion is FTP.Gdi.exe>Graphic device interface graphical interface driverGrovel.exe>Maid> Program manager group convertor converter Administrator GroupHelp.exe> displaysHelp for Windows 2000 commands show helpHostname.exe> displayHostname for machine. The hostname of the machine is displayed.Ie4uinit.exe> ie5 userInstall tool ie5 user Installation ToolIeshwiz.exe> customize folder wizardCustom
The following content is related to the operating system version and does not guarantee that all windows instances can run.
Winver checks the Windows versionWmimgmt. msc open windows management architecture (Wmi)Wupdmgr Windows UpdateProgram Wscript Windows Script Host set
IIS 7 provides a new command line tool, Appcmd.exe, which can be used to configure and query objects on the Web server and return the output in text or XML format.
The IIS Backup and Restore command is as follows:
Start-run-CMD
Enter the IIS Directory
Cd c: \ windows \ system32 \ inetsrv
======================================Backup command
Appcmd add backup "backup name"After the backup, the file di
How PHP launches Windows applications, executes bat batches, executes CMD commands (Exec, system function details), EXEC functions
exec or system can invoke cmd command
Directly on the code:
Copy the Code code as follows:/** Open the Calculator for Windows */EXEC (' Start c:windowssystem32calc.exe ');
/** PHP generates a batch file for
IIS 7 provides a new command-line tool, Appcmd.exe, that you can use to configure and query objects on a WEB server and return output in text or XML format.
The IIS Backup Restore command is as follows:
Start-run-cmd
Enter IIS Directory
CD C:\WINDOWS\system32\inetsrv
============================
Backup command
Appcmd Add Backup "back-up name"
After backup file directory in: C:\
Common DOS Command folder management
The CD displays the current directory name or changes the current directory.
MD to create a directory.
RD Deletes a directory.
DIR displays a list of files and subdirectories in the directory.
Tree graphically displays the folder structure of a drive or path.
Path displays or sets a search path for the executable file.
xcopy copies files and directory trees.
File Management
Type Displays the contents of the text
This article mainly introduces how to use PHP to start windows applications, execute bat batch processing, and execute cmd commands (exec and system functions). For more information, see
This article mainly introduces how to use PHP to start windows applications, execute bat batch processing, and execute cmd commands (
Microsoft has been launching Cortana for some time now, just studying its usage, and writing a few notes about it.In the study, I refer to the blog of @ Wang Bo _nick : http://www.cnblogs.com/sonic1abc/p/3868729.html, thank you first.Gossip doesn't say much, let's get started.To add Voice command functionality to your app, you need three steps:1. Create a Voice command definition (VCD) file. This is an XML document that defines all the voice commands
PHP starts windows applications, executes bat batch processing, and executes cmd commands (exec and system functions). exec Functions
Exec or system can call the cmd command.
Directly run the Code:
Copy codeThe Code is as follows:/** Open the windows Calculator */Exec ('start C: WindowsSystem32calc.exe ');
/** Php generates a
This article mainly introduces how to use PHP to start windows applications, execute bat batch processing, and execute cmd commands (exec and system functions). For more information, see
Exec or system can call the cmd command.
Directly run the code:
The code is as follows:
/** Open the windows calculator */Exec ('Start C: WindowsSystem32calc.exe ');
/** Php g
I don't forget that Windows has evolved from a simple DOS character interface. Although we usually operate on the GUI when using the Windows operating system, we are still very useful in doscommands. Let me see the functions of these commands, learn how to use these commands at the same time.
I. Tips for using Ping
Use cmd to enable service COMMANDS IN WINDOWS
CMD Run CommandStart → run → cmd → enter the following command:Gpedit. msc ----- Group Policy sndrec32 ------- RecorderNSLookup ------- IP address detector explorer ------- open Resource ManagerLogoff --------- logout command tsshutdn ------- 60 seconds countdown shutdown commandLusrmgr. msc ---- local user and group services.
Introduction to Windows Common CMD commandsWindows
Usually we use a windows that is called CMD, most people may almost never encounter the use of CMD, the Linux operating system has the same type of Bash,os x under the terminal. We often call these three things terminal (terminal) or shell.So what's the effect of these terminal? The simple expression is to use the command line execution instead of the
This article mainly introduces how to use PHP to start windows applications, execute bat batch processing, and execute cmd commands (exec and system functions). For more information, see
Exec or system can call the cmd command.
Directly run the code:
The code is as follows:
/** Open the windows calculator */Exec ('Start C: WindowsSystem32calc.exe ');
/** Php ge
Open TCP Port in Windows Firewall Using Netsh [McNeel Wiki]Https://wiki.mcneel.com/zoo/zoo5netshRefer to my written Oracle XE Remote access-a little white-blog Park http://www.cnblogs.com/startnow/p/7771535.html#autoid-0-1-0========================= Turn =====================Open TCP Port in Windows Firewall Using Netsh
Product:
Zoo
Summary:
Using Netsh to open Zoo required TCP Por
: Pauses a running service.Command format: Net pause Service0x07 Net Continuerole: Re-activates the suspended service.Command format: Net continue Service0x08 Net StopRole: Stop the Windows nt/2000/2003 Network Service.Command format: Net stop serviceLet's take a look at the services included in the four commands above:(1) Alerter (alarm);(2) Client Service for NetWare (Clients Services for NetWare)(3) Clip
gpedit.msc-– Group Policy2. Sndrec32 ——-Recorder3. Nslookup ——-IP Address Detector is a command-line tool that monitors whether DNS servers in a network can correctly implement domain name resolution. It can be used in Windows NT/2000/XP, but it is not integrated in Windows 98.4. Explorer ——-Open Explorer5. Logoff ——— Logout command6. Shutdown ——-60 seconds Countdown shutdown command7. lusrmgr.msc--Native U
listing all the running processes on the system, this parameter narrows PsList ' s scan to tthe process That has the specified PID. Thus:PsList 53Would dump statistics for the process with the PID 53.
How it WorksLike Windows nt/2k ' s built-in PerfMon monitoring tool, PsList uses the Windows nt/2k performance counters to OBTA In the information it displays. You can find documentation for
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.