一、win10 中能否给文件夹设置密码?
更新:【请谨慎使用!】因为代码只在我自己的几台电脑上测试过,评论区发现大家在使用过程中可能会遇到各种问题,但我无法复现所以也不好debug,因此希望大家谨慎使用,比如在一个测试路径只放几个不同类型的测试文件,先试试,试成功了再考虑用来隐藏自己的学习资料。祝大家学习进步,学习强国!
感觉自己明白题主的意思!我硬盘某个角落也经常会存放一些学习资料,不想哪天过海关时被境外敌对势力窃取,或者被思想觉悟不高的朋友偶然发现,引起不必要的疑惑。(答主:才不一样!)所以当我们在想「能否给文件夹设置密码」时,我们需要的不是「用系统自带加密就可以」这样的鸡肋答案,因为系统加密只能阻止其他账户访问,登录账户如果是自己的就完犊子了。同样,也不需要「为什么要加密,登录账户就该每人一个分开使用」这样的站着说话不腰疼。要是哪天女朋友用你本子,你说稍等,我先给你切换成访客账户,那你以后和朋友谈笑风生说起这段,不免两眼泛泪,止不住地拍打轮椅扶手。用BitLocker,第三方软件,或压缩文件时设置密码不失为一种选择,但除密码一旦丢失极难找回之外,加密文件量大时需要占用大量时间与计算资源,本子的话还会影响续航。现在学习任务日趋繁重,一套教程就几十上百G,等加密完黄花大姑娘都凉了。因此对这类加密需求而言,第三方软件恐怕并非最优解。归根结底,我们不是真的想用顶级安全算法把所有文件都五花大绑,搞得自己用起来也麻烦。我们只不希望一般人随便翻两下就能搞出个大新闻。当然,对于一些来之不易的珍贵学习资料,依然值得用两三层密码去保护她。
我之前一直用的是这段广为流传的江湖代码去隐藏文件夹。基本思路和高赞一样,都是利用文件标识符进行伪装。高赞答主还专门开发了软件,解决方案近乎完美。但唯一阻止我使用的痒点在于,我不太喜欢往右键菜单里塞奇怪的选项。然而受这两位仁兄启发,我想,何不自己动手,天下我有。于是试着写了个Windows脚本文件,试用两天感觉良好,特来回馈社区。
无图言dio
使用效果如下
不好意思走错片场,使用效果如下
因为预想需求有针对不同场景与不同假想敌选择相应安全等级,此脚本主要有三种办法弄死他。
暂时还没有九种,以后会有的。每种方法随着安全性上升,易用性难免稍有降低。想学习时还要先花一秒钟输入密码,不能现在,立刻,马上学,会打击孩子的学习积极性。因此对应学习习惯,选择适合的使用方法非常重要。
缚道之九十七:「深度隐藏」
脚本使用极易上手,直接放到你想隐藏文件和文件夹的地方,双击运行会隐藏同级所有文件和文件夹,再次双击则恢复显示,再双击又隐藏,又显示,就是这么简单暴力,却好用。隐藏后如果还能看到缓存的文件图标,刷新一下,或者退到上层重新进入文件夹就看不到了。
或者如果记得路径的话,都不用恢复显示,直接Win+R输入路径打开文件夹。比如我想复习一下科学发展观,输入c:\_Folder Locker demo\科学发展观 一敲回车就完事了。但一定注意,Win+R所有输入过的命令都有记录。
隐藏后,即使勾选「显示隐藏文件」或者查看命令行,也无法轻易看到被隐藏的文件和文件夹。这样别说一般人,甚至一些菜狗程序员都不会觉察发生肾么事了。如果想做得更绝,可以隐藏后将脚本文件移走,当个钥匙一样,想显示时再放回来运行。只要自己记得哪里有隐藏文件,别误删了就行。是的,资源管理器和命令行只需稍作修改,仍可以显示这些文件。但我不太想贴出来如何操作,也请知道的朋友们看破不说破。因为既然来到这个问题,想必大家都是难兄难弟难姐难妹。知道的人越少,我们的学习资料越安全,这也是这篇文章设为禁止转载的唯一原因。爱学习的人,是可以相互帮助的。
缚道之九十八:「加密深度隐藏」
这一层进阶功能的初衷主要是防止好奇心强的人误运行脚本,意外看到学习资料,获得了并不属于他的知识,导致世界线偏移,最终引发世界大战(并不)。密令/密码设置很简单(为区别于下一种方法所提及的密码,暂且把这里的密码称作「密令」),只需如下图所示,将script_passphrase改成自定密令,便会在显示隐藏文件前先要求提供密令。一般人看到弹出来个小黑框,还这么多洋码子,也就不敢继续瞎翻了。
我习惯在隐藏文件的地方都留一份脚本(反正也就几KB),使用不同密令,脚本文件名也改成提示在这隐藏了什么文件,而不是此地无银三百两的toggle_secret_files。做到这一级,我的大部分学习资料基本就有恃无恐了。(要高考的朋友不要这样用这个词)
缚道之九十九:「套娃加密深度葫芦娃救爷爷式套娃加密深度隐藏」
然鹅,天下没有不透风的防火墙。一些聪明逼,或者菜狗程序员都知道,脚本文件就是文本文档,上述密令直接是明文存储在脚本中的,如果通过文本编辑器打开则很容易被发现。此时,只需从容结印,祭出禁术:码遁「套娃加密深度葫芦娃救爷爷式套娃加密深度隐藏」之术,便可轻松把这些聪明逼治得死死的。名号越长,杀招越狠,此言非虚。这招「套娃加密...」(你闭嘴吧)狠就狠在他大道无形,不是具体某招某式,而是一种思路,一种火之意志,一种誓死保卫珍贵学习资料的亮剑精神。脚本缚道之九十七:「深度隐藏」已经把学习资料们保护得很好了。脚本就像一把钥匙,我们现在只需再把钥匙保护起来。此时各种强大的加密压缩算法便可出场了,因为压缩耗时久的缺点,在KB级小钥匙文件面前完全不是问题。下次别人手欠想在你的学习资料文件夹中一探究竟时,等待他的只有一句冷冷的「解压密码不正确」。翻译翻译就是,「想要钥匙,您配吗,您配几把?」同时,一个经过精心重命名的Half-Life 3.exe会像肉盾一样疯狂吸引仇恨,敌人在无法解压而气急败坏的情况下,首先想到的会是拷贝走压缩文件,自己慢慢暴力破解。不料这样却正中下怀,完全不会注意到,隐形小丑竟在我身边。究极进化后的脚本便将这一流程自动化了,兄弟姐妹只需如图所示,配置相应参数,脚本便可在隐藏文件后把自己也锁到一个自解压文件里。
script_passphrase是发动缚道之九十八所需要的密令,exe_password是缚道之九十九自解压文件的解压密码,exe_filename_w_extension是自解压文件的文件名,v是debug用的,可以先不管它。每个参数在旁边的注释中都有示例。留script_passphrase和exe_password为空,你发动的就是缚道之九十七。填上script_passphrase,你发动的就是缚道之九十八。如果同时填上exe_password,那你发动的就是缚道之九十八和缚道之九十九的结合体,缚道之九千零七十二,蓝染都看不了你的学习资料。
需要注意的是,缚道之九十九需要在电脑中装有强大开源免费的7-Zip压缩程序,在这里下载 。如果你没使用过7z,本人无利益相关地强烈推荐。装了这款仅有1.4MB的良心压缩软件,其他什么天朝特供WinRAR,360压缩,2345之流,还有他们捆绑的七大姑八大姨们,都可以卷铺盖滚蛋了。三种使用方法,总有一款适合好学的你。
注意事项
最需要注意的是,如果你在系统设置中打开了「最近使用的文件」,那么即使隐藏文件,文件名仍会出现在快速访问和软件的最近使用文件列表中。很简单,关掉这个功能就可以了,不要让境外敌对势力有机可乘。如果忘记密码或密令,解决方法也很简单,但还是不方便说得太明,因为可能会被敌人利用从而绕过密码。只需参悟,「最高端的食材,往往只需要最简单的烹饪」。最究极的杀招,有时会也化于最初级的破解。
使用方法
看到这里,心动不如行动。只需复制文末代码框中的代码,新建一个TXT文本文档,把代码粘贴进去,然后把文本文档扩展名改为.bat就可以啦。文件名随便,比如 学无止境从入门到出家.bat 。代码显得很长是因为大部分都是注释,这是我写的第一个batch script,所以也是现学现注释。嫌长删掉注释完全oj8k。很惭愧,就做了一点微小的工作,谢谢大嘎。
代码本码
:: Hide and Lock Files and Folders on Windows PC
::
:: hss@hss.wiki
::
:: Hiding files and folders in the same folder with this script by setting
:: their System and Hidden attributes. Those "secret files" (and folders)
:: cannot be easily shown in file explorer or by using `dir` in CMD.
::
:: Basic usage: Put this BAT file into the folder that you want to hide its
:: files and subfolders. Double click the script to hide the files. Refresh if
:: needed to see the effect. To reveal those files and folders, simply double
:: click the script again.
::
:: Intermediate usage: Set a passphrase under the "Config" section of this
:: script, and it will be asked before revealing any secret files. The files
:: can be hidden same as above.
::
:: Advanced usage: Set an EXE password under the "Config" section, and the
:: script will be locked into a self-extracting EXE after hiding files and
:: folders. To reveal the files, first, double click the EXE and enter the
:: password to release the BAT script. Then, double click the script to reveal
:: secret files. See the "Config" section for details.
::
:: The installation of [7-Zip](https://www.7-zip.org/) (about 1.4 MB) is
:: required if want to adopt the advanced usage. While script passphrase, EXE
:: filename, and password should work well with whitespaces, we advise you not
:: to, since they haven't been thoroughly tested. All of them are case
:: sensitive, but none of them supports special characters yet.
:: ############################################################################
:: Program logic
:: ############################################################################
::
:: If the current folder contains any visible files/subfolders:
:: Hide them all as secret files/folders. Note that this script will not be
:: hidden.
::
:: If `exe_password` is configured:
:: Lock this script into an EXE file encrypted with the given password.
::
:: If `exe_filename_w_extension` is configured:
:: Name the EXE file as given.
::
:: Else:
:: Reveal all secret files/folders in the current folder. Also, remove the
:: EXE where this script extracts from if possible.
::
:: If `script_passphrase` is configured:
:: Request passphrase before revealing any secret files or folders.
::
:: If `v` is configured:
:: Run the script in verbose mode.
:: ############################################################################
:: Config
:: ############################################################################
:: ============================================================================
:: Request passphrase before revealing any secret files or folders
:: ============================================================================
set "script_passphrase="
:: Add your passphrase after the equal sign. For example, `set
:: "script_passphrase=Alohomora"`. To turn off passphrase verification, edit it
:: back to `set "script_passphrase="`.
:: ============================================================================
:: Lock this script into an encrypted EXE file after hiding secret files
:: ============================================================================
set "exe_password="
:: After the equal sign, add your password to encrypt the BAT script into an
:: EXE. To keep the BAT script as is after hiding secret files, edit it back to
:: `set "exe_password="`.
:: ============================================================================
:: Name the EXE file
:: ============================================================================
set "exe_filename_w_extension=.toggle_secret_files.exe"
:: By default, the EXE file is named as `.toggle_secret_files.exe`. Note that
:: only when `exe_password` is defined, the BAT script will be locked into an
:: encrypted EXE named as above, after hiding secret files. Setting only the
:: EXE filename without password will not encrypt the BAT into EXE.
:: ============================================================================
:: Toggle verbose mode
:: ============================================================================
set "v="
:: Turn on to print logging messages to the console and leave the console open
:: upon finish. For example, `set "v=_true"` will turn it on, and `set "v="`
:: will turn it off.
:: ############################################################################
:: Implementation
:: ############################################################################
cls
:: Clear screen
@echo off
:: @ symbol for less verbose. `echo off`: hide the prompt for each command.
:: ============================================================================
:: Main
:: ============================================================================
:: - Validate configs
:: - Catalog current files and folders
:: - Toggle secret files and folders
:: - Lock the script into an encrypted EXE if required
:: - End
:: ============================================================================
:: Validate configs
:: ============================================================================
if defined v (
if not defined exe_password (
echo Script will not be encrypted since EXE password is not defined.
) else (
echo EXE password: `%exe_password%`.
echo EXE filename: `%exe_filename_w_extension%`.
)
echo.
)
:: `echo:` or `echo.` to echo a blank line.
:: Remove residual EXE file if possible. It may exist after self-extracting
:: to get this script.
del "%exe_filename_w_extension%" 2> nul
:: ============================================================================
:: Catalog current files and folders
:: ============================================================================
:: Save names of files/folders under current directory as indexed variables.
:: Ref: https://stackoverflow.com/a/19542051
setlocal enableDelayedExpansion
set "script_filename_w_extension=%~nx0"
:: `%~n0` stores current file name, x for extension.
:: Ref: https://stackoverflow.com/a/15568171. Substitute 1 with 0.
:: Catalog secret files and folders
set /a counter = 0
set /a n_secret_files = 0
:: `/a` for numeric.
for /f "tokens=1* delims=:" %%a in ('dir /ahs /b 2^>nul ^|findstr /n "^"') do (
if not "%%b" == "%script_filename_w_extension%" (
set /a counter += 1
set "secret_file_number_!counter!=%%b"
set "n_secret_files=!counter!"
)
)
:: `%%a` and `%%b` are local iterator vars.
:: Excluding this script since we don't want to hide it. Uses double quotes
:: since filename can contain whitespaces.
:: `dir /ahs /b 2^>nul ^|findstr /n "^"` is a command-line command to list and
:: filter directories. `^` is used to escape special chars.
:: `dir /a`: display only with certain attributes. `d`: directories, `h`:
:: hidden, `s`: system. `/b`: bare list.
:: Ref: https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/dir
:: `2^>nul` redirects the command's stderr (2. 0 for stdin, 1 for stdout.) and
:: discard it, in order to suppress the "File Not Found" error when there's no
:: results. `|` pipes the former's stdout to the latter's stdin.
:: Ref: https://stackoverflow.com/a/62268165, https://stackoverflow.com/a/46956193, https://stackoverflow.com/a/20298717
:: Catalog all files and folders
set /a counter = 0
set /a n_files = 0
for /f "tokens=1* delims=:" %%a in ('dir /a /b 2^> nul ^|findstr /n "^"') do (
if not "%%b" == "%script_filename_w_extension%" (
set /a counter += 1
set "file_number_!counter!=%%b"
set "n_files=!counter!"
)
)
if defined v (
echo Here we have %n_secret_files% secret files/folders out of ^
%n_files% files/folders in total.
echo.
)
if %n_files% == 0 (
echo INFO: Current directory is empty.
echo.
goto terminate_and_display_error_message
)
:: ============================================================================
:: Toggle secret files and folders
:: ============================================================================
if %n_files% gtr %n_secret_files% (
@REM Boolean operators: https://stackoverflow.com/a/18499854
@REM There's no and/or operators in batch script.
if %n_files% == 0 goto end
if defined v echo Will hide visible files and folders.
goto hide_all_files
) else (
if defined v echo Will reveal secret files and folders.
if defined script_passphrase (
if defined v (
echo Script passphrase required.
echo.
)
:require_passphrase_to_reveal_files
echo Enter passphrase to reveal secret files and folders:
set /p "user_input_passphrase=>"
@REM `>` will show in the console.
if "!user_input_passphrase!" == "%script_passphrase%" (
@REM Double-quote in case passphrase contains whitespaces.
@REM Note the use of delayed expansion here. Otherwise it won't
@REM work in the first iteration even if the passphrase is correct.
if defined v echo Passphrase match.
goto reveal_secret_files
) else (
echo Passphrase does not match.
goto require_passphrase_to_reveal_files
)
) else (
if defined v (
echo Script passphrase disabled.
echo.
)
goto reveal_secret_files
)
)
:hide_all_files
for /l %%n in (1 1 %n_files%) do (
attrib "!file_number_%%n!" +h +s
@REM Note the double quotes in case filename contains whitespaces.
if defined v echo Hid `!file_number_%%n!`.
)
if defined v (
echo Successfully hid all %n_files% files and folders.
echo.
)
goto self_encrypt_and_archive
:reveal_secret_files
for /l %%n in (1 1 %n_secret_files%) do (
attrib "!secret_file_number_%%n!" -h -s
if defined v echo Revealed `!secret_file_number_%%n!`.
)
if defined v (
echo Successfully revealed all %n_secret_files% secret files and folders.
echo.
)
goto end
:: ============================================================================
:: If applicable, self encrypt and archive after hiding secret files/folders
:: ============================================================================
:self_encrypt_and_archive
if defined exe_password (
7z a -p"%exe_password%" -sdel -mhe=on ^
-sfx "%exe_filename_w_extension%" "%script_filename_w_extension%" > nul
if defined v (
echo Successfully locked the script into `%exe_filename_w_extension%` ^
with password `%exe_password%`.
echo.
)
)
:: `-sdel` to Self DELete files after archiving, `-sfx` to create a Self
:: EXtractable archive, `-mhe=on` to also encrypt archive HEaders (only works
:: for the 7z format, just leave it here for reference).
:: ============================================================================
:: End
:: ============================================================================
goto end
:terminate_and_display_error_message
cmd /k
:end
if defined v (
cmd /k
)
:: Keep the CMD window open if verbose.
二、win10电脑设置密码怎么设置密码?
Win10电脑的密码设置方法如下:1. 在桌面或开始菜单中点击“开始”按钮,然后选择“设置”选项。
2. 在“设置”窗口中,点击“帐户”选项。
3. 在左侧菜单中选择“登录选项”。
4. 在右侧窗格中,找到“密码”部分,并点击“添加”按钮。
5. 输入您当前的密码,并在下一个页面中设置新密码。
确保您的密码满足安全要求,例如包含字母、数字和特殊字符,并且长度足够长。
6. 确认新密码后,点击“下一步”。
7. 输入密码提示或跳过此步骤,并点击“下一步”。
8. 在下一个页面中,点击“完成”按钮,以保存您的密码设置。
9. 现在,您的Win10电脑已经成功设置了密码。
按照Win10电脑的密码设置方法相对简单。
原因:通过按照设置步骤,您可以轻松地为Win10电脑设置密码。
延伸内容:密码是保护个人计算机安全的重要措施,建议选择强大且不易被猜测的密码,并定期更改以增强安全性。
三、Win10 FTP设置密码的方法
Win10系统下FTP设置密码的步骤
在Win10系统中,设置FTP密码是非常简单的,只需按照以下步骤操作即可。
1. 打开控制面板
首先,点击桌面左下角的Windows图标,在弹出菜单中选择“控制面板”。
2. 选择“程序”
在控制面板页面上,找到并点击“程序”选项。
3. 点击“启用或关闭Windows功能”
在“程序”页面中,找到“启用或关闭Windows功能”并点击进入。
4. 勾选“Internet信息服务”
在弹出的“Windows功能”窗口中,找到“Internet信息服务”并展开其子选项,在“FTP服务器”中勾选“FTP服务”和“FTP扩展性”。
5. 设置FTP用户密码
在设置好FTP服务和扩展性后,打开“计算机”,找到“管理”,在“管理”界面中找到“系统工具”下的“计算机管理”,在左侧选中“系统工具”-“计算机管理”-“本地用户和组”-“用户”。 在“用户”中新建一个用户,双击进入该用户,然后在“一般”选项卡中设置密码即可。
6. 检验FTP密码是否设置成功
最后,使用设置好密码的用户名和密码登录FTP,检验密码是否设置成功。
通过以上步骤,我们可以轻松地在Win10系统下设置FTP密码,保障FTP的安全性。
感谢您阅读本文,希望可以帮助您更好地操作Win10系统中的FTP设置密码。
四、Win10忘记密码怎么办?Win10如何跳过密码设置?
Win10忘记密码怎么办?
在使用Win10系统时,有时候我们会遇到忘记登录密码的尴尬情况。这时候不要着急,Win10系统提供了多种方法来帮助您重设密码,让您重新回到系统中。
Win10如何跳过密码设置?
如果您是针对登录时的密码设置感到麻烦,也可以通过以下方法来跳过密码设置,轻松进入系统:
- 使用本地账户登录:在创建新用户时,选择“跳过此步骤”即可创建本地账户,从而避免密码设置。
- 使用PIN码登录:在设置 - 账户 - 登录选项中,可以选择PIN码登录替代密码登录。
- 使用Windows Hello登录:如果您的设备支持面部识别、指纹识别或其他生物特征识别功能,可以通过Windows Hello功能来跳过密码登录。
无论是忘记密码还是想要跳过密码设置,Win10系统都提供了多种便捷的方式,让您更自由地管理系统登录方式。
感谢您阅读本文,希望能够帮助您解决Win10系统密码问题,让您更轻松地使用您的设备。
五、win10 outlook密码设置
要在Windows 10中设置Outlook密码,请按照以下步骤进行操作:
1. 打开Outlook应用:在Windows 10的任务栏上搜索并点击“Outlook”图标,或者从开始菜单中找到并打开Outlook。
2. 打开账户设置:在Outlook应用中,点击左上角的“文件”选项卡,然后选择“账户设置”。
3. 选择主账户:在账户设置窗口中,选择你希望设置密码的主账户,通常是你的电子邮件地址。
4. 进入账户设置界面:点击“更改”按钮,进入账户设置界面。
5. 更改密码:在账户设置界面中,点击“安全”或类似的选项,然后点击“更改密码”。
6. 输入当前密码:首先,输入你当前使用的密码作为验证。
7. 设置新密码:接下来,在相应的字段中输入你想要设置的新密码。通常,你需要同时输入新密码两次来确认一致性。
8. 完成设置:完成新密码的设置后,点击“完成”或类似的选项,保存并应用新密码。
具体的菜单和选项可能因Outlook应用程序版本而略有不同。
如果上述步骤在你的电脑上不适用,请尝试查找相关的用户手册或参考Microsoft官方支持文档以获取更准确和具体的操作指南。
此外,以确保账户的安全性,请选择一个强密码并定期更改密码。
六、win10 高级设置 密码?
1、首先打开电脑,在电脑下方找到“菜单”按钮,点击菜单,找到“控制面板”按钮。
2、进入控制面板窗口,找到“用户账户”按钮,然后点击进入用户账户按钮。
3、进入用户账户窗口后,在页面中找到“为您的账户创建密码”按钮并点击进入。
4、进入为您的账户创建密码窗口后,先输入自己想要设置的密码,然后在下面再次输入确认一次。
七、Win10设置系统密码:如何取消密码及解决密码错误问题
Win10设置系统密码:如何取消密码及解决密码错误问题
在使用Windows 10操作系统时,有时您可能想要取消系统密码,或者遇到密码输入错误的情况。本文将为您详细介绍如何取消Win10系统密码,以及如何解决密码输入错误的问题,帮助您更好地管理您的系统设置。
1. 如何取消Win10系统密码:
如果您不希望系统每次启动时都需要输入密码,可以按照以下步骤取消Win10系统密码:
- 步骤一:按下“Win + R”组合键,打开运行窗口。
- 步骤二:在运行窗口中输入“netplwiz”,并按下回车键。
- 步骤三:在弹出的用户账户窗口中,取消勾选“要求用户必须输入用户名和密码”选项。
- 步骤四:输入您的账户密码确认,点击“确定”按钮。
2. 如何解决Win10密码输入错误问题:
如果您在输入密码时发现密码错误,可以按照以下方法尝试解决:
- 检查大小写:确保密码大小写是否设置正确,Caps Lock键是否开启。
- 使用密码提示:如果您设置了密码提示,可以参考密码提示来确认密码。
- 重置密码:如果以上方法仍无法解决,您可以尝试重置密码,或者使用其他账户登录重置密码。
通过本文,您可以轻松了解如何取消Win10系统密码,以及解决密码输入错误的问题。希望这些内容能够帮助您更好地管理您的系统设置,提升使用体验。
感谢您阅读本文,希望对您有所帮助!
八、win10密码设置规范?
先打开Windows0的“控制面板”,在控制面板中找到并打开“用户账户”,点击进入后打开“在电脑设置中更改我的账户信息”,接着选择“登录选项”,在登陆选项中打开“更改”,进入密码修改界面。需要注意的是,如果电脑未设置开机密码,大家根据系统提示设置密码即可。
如果电脑设置密码了,点击进入后就会修改密码,修改密码前需要输入当前密码,输入后点击进入就可以设置新密码了。
九、win10设置盘符密码?
1.
打开此电脑,右键点击设置密码的硬盘驱动器。
2.
选择“启用 Bitlocker”。
3.
选择“使用密码解锁驱动器”,输入密码,重新输入密码,然后点击下一步。
4.
选择密码保存位置,如果选择了"保存到文件",点击“保存”,选择驱动器空间,根据提示,选择加密驱动器空间,并点击下一步。根据提示,选择加密模式,点击“下一步”。点击“开始加密”即可
十、win10密码设置规定?
先打开Windows0的“控制面板”,在控制面板中找到并打开“用户账户”,点击进入后打开“在电脑设置中更改我的账户信息”,接着选择“登录选项”,在登陆选项中打开“更改”,进入密码修改界面。需要注意的是,如果电脑未设置开机密码,大家根据系统提示设置密码即可。
如果电脑设置密码了,点击进入后就会修改密码,修改密码前需要输入当前密码,输入后点击进入就可以设置新密码了
- 相关评论
- 我要评论
-