当前位置:首页 > Windows

电脑病毒导致文件夹隐藏解决方法

admin10个月前 (03-26)209
电脑病毒导致文件夹隐藏解决方法
如果你的电脑感染病毒导致文件夹被隐藏且无法修改属性,可以按照以下步骤解决问题:...

开机登录失败 提示"user profile service服务未能登录,无法加载用户配置文件" 问题解决办法

admin1年前 (2024-12-13)66
开机登录失败 提示"user profile service服务未能登录,无法加载用户配置文件" 问题解决办法
   【问题描述】    Windows系统开机后,在用户登录界面输入密码无法正常登录,提示“user profile service服务未能登录,无法加载用户配置文件”。点击“确定”按钮后又回到密码输入界面。    ...

How to fix the User Profile Service failed the logon

admin1年前 (2024-12-13)541
How to fix the User Profile Service failed the logon
If you're getting the "User Profile Service failed the logon" error message in Windows, you have a corrupt user profile. Here's how...

Python使用WMI模块获取Windows硬件信息

admin1年前 (2024-12-13)535
Python使用WMI模块获取Windows硬件信息
'''   Code description:Create time:Developer: ''' # -*- coding: utf-8 -*- import&n...

python获取windows本地IPv4的IP

admin1年前 (2024-12-13)536
python获取windows本地IPv4的IP
import socket # 获取主机名 host_name = socket.gethostname() # 根据主机名获取IPv4迪址 ip_address = socket.gethostbyname(host_n...

python获取windows的硬件信息

admin1年前 (2024-12-12)538
python获取windows的硬件信息
# -*- coding: UTF-8 -*- ''' ================================================= @Project -> File &n...