Skip to content

Latest commit

 

History

History
57 lines (36 loc) · 2.03 KB

compress_win10_ntfs_drive.md

File metadata and controls

57 lines (36 loc) · 2.03 KB

Windows 10支持NTFS驱动器的透明压缩功能,也就是整个驱动器都是压缩格式,写入文件自动压缩以节约磁盘空间。

但是在启用压缩功能时,会提示需要Administrator权限:

压缩磁盘需要管理员权限

How to enable the hidden Windows 10 administrator account

  • 右击Command Prompt,然后选择 run as administrator
  • 输入并运行以下命令
net user administrator /active:yes
  • 如果要激活guest账号,可以执行
net user guest /active:yes
  • 此时已经激活了administrator账号,也就是可以使用administrator账号登陆,但是默认没有密码
  • 强烈建议使用密码保护 administrator 账号
net user administrator *

在激活了administrator账号之后,使用administrator账号登陆,然后就可以进行磁盘压缩功能。

修改用户账号类型方法(参考)

使用Settings设置修改用户账号类型

  • 使用Windows键+I启动Settings功能
  • 点击Accounts
  • 点击Family & other people
  • Other people中选择用户账号,然后点击Change account type

修改账号类型

  • 在账号类型中选择Administrator

修改账号类型

  • 最后点击OK

使用Control Panel修改用户账号

  • 使用Windows键+X启动Control Panel功能 ...

参考