win 2012 Server Core

1.包括的界面和程序:

1)windows logon screen -Windows 登录界面

2)Notepad(Notepad.exe) -记事本

3)Registry Editor(Regedit.exe)-注册表编辑器

4)Task Manger (Taskmgr.exe)-任务管理器

5)Command prompt(Cmd.exe)-命令提示符

6)Powershell

7)File Signature Verification tool (Sigverif.exe)-文件签名验证工具

8)System Information (Msinfo32.exe)-系统信息

9)Windows Installer (Msiexec.exe)

10)Date And Time(Timedate.cpl)-时间日期,查看设置时间日期和时区

11)Region And Language(Intl.cpl)-区域语言选项

12)Server Configuration utility (Sconfig)-服务器配置实用程序,文本菜单式的管理工具:

Configure domain or workgroup membership-配置域或工作组成员
Change a server’s name-修改服务器名
Add a local Administrator account-增加本地管理帐号
Configure remote management features-配置远程管理功能
Configure Windows Update settings-配置Windows Update
Download and install Windows updates-下载,安装Windows 更新
Enable or disable Remote Desktop-启用或禁用远程桌面
Configure network settings for TCP/IP-配置网络设置TCP/IP
Configure the date and time-配置日期和时间
Log off, restart, or shut down-注销,重新启动,关机

use Slmgr –ipk to set the product key and Slmgr –ato to activate
Windows. Enter timedate.cpl to set the server’s date and time. If you want to enable remote management using the WS-Management protocol, enter winrm quickconfig.
Next, you’ll probably want to set the name of the computer. To view the default computer name, enter echo %computername%. To rename the computer, use Netdom RenameComputer with the following syntax:

netdom renamecomputer currentname /newname:newname

你可能感兴趣的:(windows,server,core,2012)