windows10访客_如何在Windows 10中创建访客帐户

windows10访客

windows10访客

00_lead_image_guest_account_win10

If you find that your guests are asking fairly often to use your computer temporarily to check their email or look something up on the web, you don’t have to let them use your personal account or create a special account for each guest.

如果发现来宾经常要求使用计算机临时检查他们的电子邮件或在网上查找内容,则不必让他们使用您的个人帐户或为每个来宾创建一个特殊帐户。

Windows used to have a dedicated Guest account you could enable that would allow someone to temporarily use your computer, while ensuring they wouldn’t see your private data. Guest accounts also had limited access, so anyone logged in as a guest couldn’t install software or change system settings.

Windows曾经有一个专用的来宾帐户,您可以启用该帐户,以允许某人临时使用您的计算机,同时确保他们看不到您的私人数据。 来宾帐户的访问权限也受到限制,因此以来宾身份登录的任何人都无法安装软件或更改系统设置。

This option is no longer easily accessible in Windows 10—but you can still create a guest account using the Command Prompt.

在Windows 10中不再可以轻易访问此选项,但是您仍然可以使用命令提示符创建来宾帐户。

To open a Command Prompt window, press the Windows key+X to access the Win+X menu and select “Command Prompt (Admin)”. You must select the administrator version of the Command Prompt to create a new user account.

要打开命令提示符窗口,请按Windows键+ X进入Win + X菜单,然后选择“命令提示符(管理员)”。 您必须选择命令提示符的管理员版本才能创建新的用户帐户。

01_opening_command_prompt_admin

Note: If you see PowerShell instead of Command Prompt on the Power Users menu, that’s a switch that came about with the Creators Update for Windows 10. It’s very easy to switch back to showing the Command Prompt on the Power Users menu if you want, or you can give PowerShell a try. You can do pretty much everything in PowerShell that you can do in Command Prompt, plus a lot of other useful things.

注意:如果您在Power Users菜单上看到PowerShell而不是Command Prompt,那是Windows 10的Creators Update附带的开关。 如果需要,可以很容易地切换回在“高级用户”菜单上显示命令提示符,或者可以尝试使用PowerShell。 您可以在PowerShell中完成几乎可以在命令提示符中执行的所有操作,以及许多其他有用的操作。

If the User Account Control dialog box displays, click “Yes” to continue.

如果显示“用户帐户控制”对话框,请单击“是”继续。

Note: You may not see this dialog box, depending on your User Account Control settings. We don’t recommend disabling UAC entirely, however.

注意:根据用户帐户控制设置,您可能看不到此对话框。 但是,我们不建议您完全禁用UAC 。

02_uac_dialog

First, we’ll create a guest account called Visitor (you can call it whatever you want). The name “Guest” is a reserved account name in Windows, even though you can’t access the built-in guest account anymore, so you’ll need to choose a name other than “Guest”. To create the account, type the following command at the prompt and press Enter.

首先,我们将创建一个名为“访客”的访客帐户(您可以随意命名)。 即使您无法再访问内置来宾帐户,名称“ Guest”也是Windows中的保留帐户名称,因此您需要选择“ Guest”以外的其他名称。 要创建帐户,请在提示符下键入以下命令,然后按Enter。

net user Visitor /add /active:yes
03_adding_visitor_user

Because the Visitor account is so limited, it doesn’t really need to be protected. So, we’re going to apply a blank password to it, or no password at all. To do this, type the following command at the prompt. The last character is an asterisk.

由于访客帐户非常有限,因此实际上并不需要对其进行保护。 因此,我们将对其应用空白密码,或者完全不输入密码。 为此,在提示符下键入以下命令。 最后一个字符是一个星号。

net user Visitor *

When asked for the password, press Enter without typing one. Then, just press Enter again when asked to retype the password.

当要求输入密码时,按Enter键而不输入密码。 然后,在要求再次输入密码时再次按Enter。

04_entering_blank_password

By default, new users are placed in the users group so they have the permissions for standard users. However, we want the account to more limited than that. So, we’re going to put the Visitor user in the guests group. To do this, we must first delete the Visitor user from the users group. To do this, enter the following command at the prompt.

默认情况下,新用户位于users组中,因此他们具有标准用户的权限。 但是,我们希望该帐户的数量更多。 因此,我们将把Visitor用户放在guests组中。 为此,我们必须首先从“ users组中删除“访客” users 。 为此,请在提示符下输入以下命令。

net localgroup users Visitor /delete
05_deleting_visitor_from_users_group

Then, type the following command at the prompt to add the Visitor user to the guests group.

然后,在提示符下键入以下命令以将Visitor用户添加到guests机组。

net localgroup guests Visitor /add
06_adding_visitor_to_guests_group

Close the Command Prompt window either by typing exit at the prompt or by click the “X” button in the upper-right corner of the window.

通过在提示符下键入exit或单击窗口右上角的“ X”按钮,关闭命令提示符窗口。

07_closing_command_prompt_window

Now, the Visitor user displays in the list of users in the lower-left corner of the logon screen. Guests can simply select the Visitor user and click “Sign in” to log in to the Visitor account and have the use of basic functions like running a browser to surf the web.

现在,“访问者”用户显示在登录屏幕左下角的用户列表中。 访客只需选择访客用户,然后单击“登录”即可登录访客帐户,并使用基本功能(如运行浏览器浏览网络)。

08_visitor_logging_in

Multiple users can be logged in at once in Windows, so you don’t even have to sign out of your account to let a guest log in to the Visitor account. There are two ways you can access the Visitor account. If you’re currently using your account on the computer, you can select the Visitor account on the Start menu to log into that account for your guest.

Windows中可以一次登录多个用户,因此您甚至不必退出帐户即可让访客登录到访客帐户。 您可以通过两种方式访问​​访问者帐户。 如果您当前正在计算机上使用帐户,则可以在“开始”菜单上选择“访客”帐户,以为访客登录该帐户。

If the screen is locked, the guest can click on the Visitor account on the logon screen, as shown above.

如果屏幕被锁定,则访客可以在登录屏幕上单击“访客”帐户,如上所示。

09_switching_to_visitor_within_account

While the guest is logged into the Visitor account, they can see that you’re logged in, but if they try to get to your account, they will be asked for your password on the login screen.

访客登录到访客帐户后,他们可以看到您已登录,但是如果他们尝试进入您的帐户,则会在登录屏幕上要求他们输入密码。

10_showing_you_signed_in

If you find you don’t need it anymore, you can delete the Visitor account just like you can any other user account.

如果发现不再需要它,则可以像删除任何其他用户帐户一样删除访客帐户。

翻译自: https://www.howtogeek.com/280527/how-to-create-a-guest-account-in-windows-10/

windows10访客

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/news/279788.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

几个有趣的算法题目

本文首发 http://svtter.cn最接近的数字 题目 一个K位的数N $$ (K\leq2000,N\leq10^{20}) $$ 找出一个比N大且最接近的数,这个数的每位之和与N相同,用代码实现之。 例如:0050 所求书数字为0104;112 所求数为121&#x…

获取一篇新闻的全部信息

给定一篇新闻的链接newsUrl,获取该新闻的全部信息 标题、作者、发布单位、审核、来源 发布时间:转换成datetime类型 点击: newsUrlnewsId(使用正则表达式re)clickUrl(str.format(newsId))requests.get(clickUrl)newClick(用字符串处理,或正则…

上twitter_如何在Twitter上更改您的显示名称

上twitterUnlike Facebook, Twitter has never insisted people user their real names. In fact, there’s a long tradition of people changing their names to a joke or pun because it’s Christmas or Halloween, or just for no reason at all. 与Facebook不同&#xf…

网桥

配置实现网桥 网桥:即桥接 把一套机器上的若干个网络接口 “连接” 起来,其结果是,其中一个网口收到的报文会被复制给其他网口并发送出去。以使得网口之间的报文能够互相转发。网桥就是这样一个设备,它有若干个网口,并…

raspberry pi_在月光下将Raspberry Pi变成蒸汽机

raspberry piValve’s Steam Machines aim to bring your Steam game library right into your living room (but at a rather steep premium). Today we’ll show you how to bring your Steam library (plus all your other computer games) to your living room for a fract…

MySql数据库出现 1396错误

1、安装MySql数据库后。创建新的用户。有可能会出现 1396这个错误, 2、解决的办法如下:假装有你需要创建的这个用户、先删了。再创建。 3、这样就可以解决用户创建不成功的问题了。 转载于:https://www.cnblogs.com/chifa/p/9362882.html

如何使用wink框架_如何解决Wink Hub的Z-Wave连接问题

如何使用wink框架Overall, the Wink hub works extremely well…but sometimes the devices you have connected to it can act a little wonky. Here are some things you can do in order to fix any connection issues with all of those Z-Wave sensors and devices connec…

谷歌相册_Google相册中的新存档功能是什么?

谷歌相册If you’re a Google Photos user, you’ve may have seen a new feature called “Archive” show up in the app’s sidebar. if not, don’t stress—it’s just now rolling out and not everyone has it yet. Since it’s new, here’s a quick look at what it i…

CenterOS 7安装Nginx

1.wget http://nginx.org/packages/centos/7/noarch/RPMS/nginx-release-centos-7-0.el7.ngx.noarch.rpm下载对应当前系统版本的nginx包(package) 2.rpm -ivh nginx-release-centos-7-0.el7.ngx.noarch.rpm建立nginx的yum仓库 3.yum install nginx 下载并安装nginx systemctl s…

阿里云一键建站产品,阿里云自营建站-中小企业建站首选

阿里云推出的自营建站服务,这对于中小企业来说简直是福利了,现在一般的公司都开始有了自己的官网,有可能就是因为你的官网设计的标准,大气,客户就会对你的信任度增加,从而促进一笔不小的订单,这…

航拍拉近拉远镜头_什么是远摄镜头?

航拍拉近拉远镜头Telephoto lenses can be incredibly useful, but how is it different from other lenses, and when should you use it? 远摄镜头可能非常有用,但是它与其他镜头有什么不同?何时使用? 什么是远摄镜头? (What I…

阿里云对象存储OSS支持版本管理特性

2019独角兽企业重金招聘Python工程师标准>>> 阿里云对象存储OSS现已经全面支持“对象版本管理”特性。该功能适用于所有的存储类型以及区域。当Bucket启用该特性后,“对象版本管理”功能可以保护和恢复误删除、误覆盖的数据。 对象存储OSS“版本管理”具…

Python第一天学习---基础语法

1.字符串的用法(String) Python 中的字符串有两种索引方式,从左往右以 0 开始,从右往左以 -1 开始。Python中的字符串不能改变。Python 没有单独的字符类型,一个字符就是长度为 1 的字符串这三点是我觉得Python字符处理特别的一点 我们来看第…

apple tv设置_如何设置Apple TV播放个人iTunes库

apple tv设置If you already have a lot of music and home videos in your iTunes library, you can easily stream it all to your Apple TV, and thus whatever output sources to which it is connected. 如果iTunes库中已经有很多音乐和家庭视频,则可以轻松地将…

亚马逊echo中国使用_如何使用亚马逊的主要照片备份所有照片

亚马逊echo中国使用Millions of people are Amazon Prime subscribers, but many of them don’t realize that in addition to free shipping and Prime Instant Video, they also get unlimited photo storage for all their computers and mobile devices. 数以百万计的人是…

抽象SQL查询:SQL-MAP技术的使用

什么是参数化查询?我们来看百度百科对此的定义和示例: 一,定义 ------------------------------------------------------------------ 参数化查询(Parameterized Query 或 Parameterized Statement)是指在设计与数据库…

如何使用echo.js实现图片的懒加载(整理)

如何使用echo.js实现图片的懒加载&#xff08;整理&#xff09; 一、总结 一句话总结&#xff1a;a、在img标签中添加data-echo属性加载真实图片&#xff1a;<img class"loading" src"blank.gif" data-echo"图片真实路径" />&#xff0c;在…

还原出厂设置 擦除frp_如何备份,擦除和还原Apple Watch

还原出厂设置 擦除frpThe Apple Watch is, in its own right, a little tiny computer with data backup and security needs. Read on as we show you how to ensure your Apple Watch is backed up, wiped, and restored just like you’d do with your smartphone. Apple Wa…

exchange 2010 search mailbox 的幕后强大功能

铃……….半夜中被一阵急促的手机铃声吵醒&#xff0c;年度服务客户打来电话需要进行邮件的排查和删除工作。问其原因&#xff0c;原来是组织中有人发了一封关于领导的不健康的邮件&#xff0c;并在企业内部进行了转发&#xff0c;领导要求立即找出此类邮件并进行删除。管理员深…

Apache HBase的现状和发展

一、&#xff28;Base是什么 HBase(Hadoop Database)&#xff0c;是一个基于Google BigTable论文设计的高可靠性、高性能、可伸缩的分布式存储系统。 它有以下特征&#xff1a; 1.HBase仍然是采用行存储的&#xff0c;采用松散表的结构来获得动态列的功能&#xff1b; 2.原生海…