MBA智库

11 2020 档案

摘要:首先在模块区申明此函数,代码如下: Public Declare Function PlaySound Lib "winmm.dll" Alias "PlaySoundA" (ByVal lpszName As String, ByVal hModule As Long, ByVal dwFlags 阅读全文
posted @ 2020-11-24 11:22 冷色008 阅读(792) 评论(0) 推荐(0)
摘要:win10 关闭用户体验, 删除计划任务(用户体验) C:\Windows\System32\Tasks\Microsoft\Windows\Application Experience 以下内容是我在网上寻找的资料,我稍作了整理。如有涉及版权问题,我会在本文下方提供网页链接。 关闭家庭组 控制面板 阅读全文
posted @ 2020-11-16 08:17 冷色008 阅读(257) 评论(0) 推荐(0)
摘要:cmd下查端口 80 netstat -ano|findstr 80 程序列表 tasklist 使用管理员身份运行 cmd net stop http //停止系统http服务 sc config http start= disabled //禁用服务的自动启动,此处注意等号后面的空格不可少 关闭 阅读全文
posted @ 2020-11-03 15:56 冷色008 阅读(268) 评论(0) 推荐(0)