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,一经查实,立即删除!

相关文章

C#使用 System.Net.Mail发送邮件功能

介绍System.Net.Mail命名空间是在.NET Framework中新增的,该命名空间提供了发送电子邮件的功能。通过对本章的学习,读者可以轻松地使用.NET Framework提供的类库来发送电子邮件。System.Net.Mail 命名空间包含用于将电子邮件发送到SMTP服务器的类&#x…

初识smarty

个人体会(不完全正确):就是smarty就是为了更好的使得php/html结合做出来的一个框架。 , 转载于:https://www.cnblogs.com/nul1/p/9357694.html

几个有趣的算法题目

本文首发 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…

技术走向管理一些思考(1)-性格特质和自我管理

技术走向管理一些思考-文件夹 1,管理需具备的性格特质 赞赏他人:以一种不以自我为中心的合作的方式和他人相处,能平静和客观地接受不同的人。放下自己的性格、喜好,去赞赏不同类型的人。不是通过个人友谊或者熟悉程度。而是通过某…

网桥

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

Newtonsoft.Json Deserialize Type 或者 同类型 变量 反序列化

Newtonsoft.Json 经常再用 这样的需求 还是很少用 场景 方法一:根据 Type 反序列化 int demo 0; string jsongString JsonConvert.SerializeObject(demo); int jsonDemo JsonConvert.DeserializeObject(jsongString, demo.GetType()); 方法二 根据 同类型变量 序…

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…

文档测试【转载】

原文来自:51Testing软件测试网采编 作者: 仙灵测试(sinablog) 原文链接:http://www.51testing.com/html/61/n-237961.html 1、文档的种类 ● 联机帮助文档或用户手册 这是人们最容易想到的文档。用户手册是随软件发布而印制的小册子…

NOI2019省选模拟赛 第三场

传送门 明明没参加过却因为点进去结果狂掉\(rating\)…… \(A\) 集合 如果我们记 \[f_k\sum_{i1}^nT^i{n-i\choose k}\] 那么答案显然就是\(f_{k-1}\) 然后就可以开始推倒了 \[ \begin{aligned} f_k &\sum_{i1}^nT^i{n-i\choose k}\\ &\sum_{i1}^nT^i{n-i-1\choose k}\…

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…

Tomcat服务器启动错误之Offending class: javax/servlet/Servlet.class

引子 最近在基于Wex5项目开发中,遇到使用过程中与Tomcat功能有关的错误提示, 如题所示。最终的解决方法就是删除掉项目上与tomcat冲突的jar包。 org.apache.catalina.loader.WebappClassLoader validateJarFile ??: validateJarFile(/Users/zxzpc/…

面向对象进阶(二)----------类的内置方法

一、isinstance(obj,cls)和issubclass(sub,super) 1. isinstance(obj,cls): 检查是否obj是否是类 cls 的对象 class Player:passp Player()print(isinstance(p, Player))>>> Ture 2. issubclass(sub, super): 检查sub类是否是 super 类的派生类 class Player:passcla…

BZOJ.3265.志愿者招募加强版(费用流SPFA)

题目链接 见上题。 每类志愿者可能是若干段&#xff0c;不满足那个...全幺模矩阵(全单位模矩阵)的条件&#xff0c;所以线性规划可能存在非整数解。 于是就可以用费用流水过去顺便拿个rank2 233. //20704kb 300ms #include <queue> #include <cstdio> #include &…

谷歌相册_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…

Java的组合排列问题

从4个人中选2个人参加活动&#xff0c;一共有6种选法。 从n个人中选m个人参加活动&#xff0c;一共有多少种选法&#xff1f;C(m/n)C((m-1)/(n-1))C(m/(n-1))数学算法 public class Main {public static void main(String[] args) {System.out.println("请输入总人数:&quo…

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

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