Windows 服务器系列:html
一,Win10 打开 MSDTCsql
1,Win+R 打开运行窗口,输入 dcomcnfg,打开组件服务窗口windows
2,在组件服务 catalog下找到 Distributed Transaction Coordinator下的本地DTC安全
3,打开本地DTC的属性,设置安全tab,选中“网络DTC访问”,勾选“容许远程客户端”,“容许远程管理”,“容许入站”,“容许出站”,“要求相互进行身份验证”,DTC登录帐户为:NT Authority\Network Service服务器
二,恢复Windows TaskBar网络
1,Task bar 以下图,使用Windows OS的用户可能会遇到Task Bar 不见的状况app
2,解决方法工具
Ctrl+Alt+Delete 打开 Task Manager,在File菜单中,选择“Run new task”,输入 explorer.exe,执行这个命令便可spa
三,查看windows日志命令行
Windows Logs 集成在Event Viewer中,能够经过两种方式打开
1,经过Manage打开Windows Logs
打开路径:Computer->Manage->System tools
2,经过管理工具打开Event Viewer
打开路径:Control Panel->Admin Tools->Event Viewer,在Event Viewer中可以打开Windows Logs
四,打开Remote Desktop Connection
1,点击Win+R 打开运行窗口,输入 mstsc,打开
2,管理计算器的凭证(Credential Manager)
经过控制面板打开凭证管理:Control Panel->Credential Manager
点击windows Credentials,可以管理Remote Desktop Connection 使用的Windows凭证,存储这些凭证,在远程链接桌面时,只须要选择Server name,复杂的密码就会以暗文方式自动输入,无需记忆复杂的密码。
五,打开Services
1,经过命令打开Service窗口
点击Win+R 打开运行窗口,输入 services.msc,打开Services
2,删除已经安装的Service
在Dos命令行窗口中,使用命令删除service
su delete service-name
六,打开资源监控器(Resource Monitor)
Resource Monitor 是Real-Time 监控 CPU,Memory,Disk 和 Network 资源的Monitor
1,按住“Windows+R”打开命令行窗口,输入命令“resmon”,打开资源监视器
2,选择性监控Resource Usage
在应用程序列表中勾择 sqlservr.exe,实时查看SQL Server的资源使用状况。
附件: Memory Tab
A hard fault (also known as a page fault) occurs when the page of the referenced address is no longer in physical memory and has been swapped out or is available from a backing file on disk. It is not an error. However, a high number of hard faults may explain the slow response time of an application if it must continually read data back from disk rather than from physical memory.