Windows:打开MSDTC,恢复Windows任务栏,查看windows日志,打开远程桌面,打开Services,资源监控

本文涉及的产品
日志服务 SLS,月写入数据量 50GB 1个月
简介:

一,Win10 打开 MSDTC

1,Win+R 打开运行窗口,输入 dcomcnfg,打开组件服务窗口

2,在组件服务 catalog下找到 Distributed Transaction Coordinator下的本地DTC

3,打开本地DTC的属性,设置安全tab,选中“网络DTC访问”,勾选“允许远程客户端”,“允许远程管理”,“允许入站”,“允许出站”,“要求相互进行身份验证”,DTC登陆账户为:NT Authority\Network Service

二,恢复Windows TaskBar

1,Task bar 如下图,使用Windows OS的用户可能会遇到Task Bar 不见的情况

2,解决方法

Ctrl+Alt+Delete 打开 Task Manager,在File菜单中,选择“Run new task”,输入 explorer.exe,执行这个命令即可

 

三,查看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

  • Memory:Memory displays the current hard faults per second in green and displays the percentage of physical memory currently in use in blue.
  • Image: The application that is using memory resources.
  • PID: The process ID of the application instance.
  • Hard Faults/min:  The number of hard faults per minute that are currently resulting from the application instance.
  • Working set (KB):  The number of kilobytes of the application instance working set that may be available for other applications to use.
  • Private (KB): The number of kilobytes of the application instance working set that is dedicated to the process.

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. 

作者悦光阴
本文版权归作者和博客园所有,欢迎转载,但未经作者同意,必须保留此段声明,且在文章页面醒目位置显示原文连接,否则保留追究法律责任的权利。
分类: 数据库管理
标签: Windows








本文转自悦光阴博客园博客,原文链接:http://www.cnblogs.com/ljhdo/p/5597078.html,如需转载请自行联系原作者
相关实践学习
日志服务之使用Nginx模式采集日志
本文介绍如何通过日志服务控制台创建Nginx模式的Logtail配置快速采集Nginx日志并进行多维度分析。
目录
相关文章
|
3月前
|
运维 DataWorks 安全
DataWorks产品使用合集之任务日志中显示等待gateway调度资源,该如何解决
DataWorks作为一站式的数据开发与治理平台,提供了从数据采集、清洗、开发、调度、服务化、质量监控到安全管理的全套解决方案,帮助企业构建高效、规范、安全的大数据处理体系。以下是对DataWorks产品使用合集的概述,涵盖数据处理的各个环节。
|
5天前
|
网络安全 Windows
Windows server 2012R2系统安装远程桌面服务后无法多用户同时登录是什么原因?
【11月更文挑战第15天】本文介绍了在Windows Server 2012 R2中遇到的多用户无法同时登录远程桌面的问题及其解决方法,包括许可模式限制、组策略配置问题、远程桌面服务配置错误以及网络和防火墙问题四个方面的原因分析及对应的解决方案。
|
19天前
|
数据库 数据安全/隐私保护 Windows
Windows远程桌面出现CredSSP加密数据修正问题解决方案
【10月更文挑战第30天】本文介绍了两种解决Windows系统凭据分配问题的方法。方案一是通过组策略编辑器(gpedit.msc)启用“加密数据库修正”并将其保护级别设为“易受攻击”。方案二是通过注册表编辑器(regedit)在指定路径下创建或修改名为“AllowEncryptionOracle”的DWORD值,并将其数值设为2。
54 3
|
1月前
|
弹性计算 安全 Windows
通过远程桌面连接Windows服务器提示“由于协议错误,会话将被中断,请重新连接到远程计算机”错误怎么办?
通过远程桌面连接Windows服务器提示“由于协议错误,会话将被中断,请重新连接到远程计算机”错误怎么办?
|
3月前
|
缓存 NoSQL Linux
【Azure Redis 缓存】Windows和Linux系统本地安装Redis, 加载dump.rdb中数据以及通过AOF日志文件追加数据
【Azure Redis 缓存】Windows和Linux系统本地安装Redis, 加载dump.rdb中数据以及通过AOF日志文件追加数据
131 1
【Azure Redis 缓存】Windows和Linux系统本地安装Redis, 加载dump.rdb中数据以及通过AOF日志文件追加数据
|
3月前
|
安全 数据安全/隐私保护 Windows
Windows 允许空密码远程桌面
Windows 允许空密码远程桌面
47 2
|
3月前
|
Oracle 关系型数据库 数据库
[windows]远程桌面失败提示CredSSP加密修正
[windows]远程桌面失败提示CredSSP加密修正
1102 6
|
3月前
|
XML 数据格式 Windows
【Azure 云服务】Azure Cloud Service (Extended Support) 云服务开启诊断日志插件 WAD Extension (Windows Azure Diagnostic) 无法正常工作的原因
【Azure 云服务】Azure Cloud Service (Extended Support) 云服务开启诊断日志插件 WAD Extension (Windows Azure Diagnostic) 无法正常工作的原因
|
3月前
|
存储 Linux 数据中心
【Azure 环境】在Windows系统中 使用Terraform创建中国区Azure资源步骤(入门级)
【Azure 环境】在Windows系统中 使用Terraform创建中国区Azure资源步骤(入门级)
|
4月前
|
安全 Windows
Microsoft Windows远程桌面服务远程执行代码漏洞(CVE-2019-0708)
Microsoft Windows远程桌面服务远程执行代码漏洞(CVE-2019-0708)
99 2
下一篇
无影云桌面