file协议 控制面板_如何在Windows File Explorer导航窗格中显示控制面板和回收站

file协议 控制面板

file协议 控制面板

saf_top

By default, the Windows File Explorer’s sidebar is divided into big categories like Quick Access, This PC, Network, and so on. But a quick setting change can make your navigation pane look a bit more like the traditional tree you’d see in an Open/Save As dialog box, with a few normally hidden folders–like the Control Panel and Recycle Bin–to the view as a bonus.

默认情况下,Windows File Explorer的侧边栏分为大类别,例如快速访问,此PC,网络等。 但是快速更改设置可以使导航窗格看起来更像您在“打开/另存为”对话框中看到的传统树,并带有一些通常隐藏的文件夹(如“控制面板”和“回收站”),以红利。

In File Explorer, right-click in any open space in the sidebar and choose “Show all folders” from the context menu that appears. If you’ve got a crowded navigation pane, you may have to scroll to the bottom to find some open space.

在文件资源管理器中,右键单击侧栏中的任何空白区域,然后从出现的上下文菜单中选择“显示所有文件夹”。 如果导航面板拥挤,则可能必须滚动到底部才能找到一些开放空间。

saf_1

When you toggle “Show all folders” on, the view changes pretty dramatically. You’ll still see Quick Access at the top, but you’ll now see your Desktop folder as the only other top level item in the navigation tree. Broader folder categories–like This PC and Network–are moved under the Desktop folder. You’ll also see that Control Panel and Recycle Bin have been added to the view and you have more direct access to any folders on your desktop.

启用“显示所有文件夹”后,视图将发生巨大变化。 您仍然会在顶部看到“快速访问”,但是现在您会看到“桌面”文件夹是导航树中唯一的其他顶层项目。 较宽的文件夹类别(例如“本电脑”和“网络”)已移动到“桌面”文件夹下。 您还将看到“控制面板”和“回收站”已添加到视图中,并且您可以直接访问桌面上的任何文件夹。

saf_2

Recycle Bin works much like you’d expect. Just click it to see the contents in the right-hand pane. When you expand Control Panel, the subfolders are grouped the way you’d see them in the category view of the regular control panel window, though you can expand the “All Control Panel Items” folder to see a list of everything. When you click a specific Control Panel item, it unfortunately doesn’t just display in the right hand pane. Instead, the view shifts to the normal Control Panel view. But, you can just click the Back button in File Explorer to return to the tree view.

回收站的工作原理与您期望的一样。 只需单击它即可在右侧窗格中查看内容。 当您展开“控制面板”时,子文件夹会按照您在常规控制面板窗口的类别视图中看到的方式分组,尽管您可以展开“所有控制面板项目”文件夹以查看所有内容的列表。 单击特定的“控制面板”项目时,不幸的是,它不会仅显示在右侧窗格中。 而是,该视图将切换到普通的“控制面板”视图。 但是,您只需在文件资源管理器中单击“上一步”按钮即可返回树形视图。

saf_3

The same option is also available in the Folder Options dialog box if you prefer to enable it that way. In File Explorer, on the View menu, click Options and then select “Change folder and search options.” In the Folder Options window that appears, on the View tab, scroll down and select the “Show all folders” check box.

如果您希望以这种方式启用它,则在“文件夹选项”对话框中也可以使用相同的选项。 在“文件资源管理器”的“视图”菜单上,单击“选项”,然后选择“更改文件夹和搜索选项”。 在出现的“文件夹选项”窗口中,在“视图”选项卡上,向下滚动并选中“显示所有文件夹”复选框。

saf_4

It’s a bit of a weird name for this setting, so even though it’s easy to find, you might not have tried it before–we certainly hadn’t. You may find that you prefer having all folders shown rather than the default view or you might like the default view better. You may even end up enjoying both views for different purposes. Luckily, it’s super easy to change back and forth between views once you know the option is there.

这个设置的名字有点怪异,所以即使很容易找到它,您也可能以前没有尝试过-我们当然没有。 您可能会发现,您希望显示所有文件夹而不是默认视图,或者您可能更喜欢默认视图。 您甚至可能最终会出于不同目的而享受这两种观点。 幸运的是,一旦您知道该选项存在,在视图之间来回切换非常容易。

翻译自: https://www.howtogeek.com/262240/how-to-show-the-control-panel-and-recycle-bin-in-the-windows-file-explorer-navigation-pane/

file协议 控制面板

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

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

相关文章

过滤器(Filter)

1 什么是过滤器 过滤器JavaWeb三大组件之一,它与Servlet很相似!不它过滤器是用来拦截请求的,而不是处理请求的。 当用户请求某个Servlet时,会先执行部署在这个请求上的Filter,如果Filter“放行”,那么会继…

发布适用于 .NET 7 的 .NET MAUI

点击上方蓝字关注我们(本文阅读时间:6分钟)我们在六个月前向您介绍了 .NET 多平台应用程序 UI (MAUI),现在我们很高兴地宣布 .NET MAUI 在我们的下一个主要版本 .NET 7 中普遍可用。在此短的时间范围内,我们在 .NET MAUI 中的主要…

03:数据结构 栈、队列、链表与数组

算法其他篇 目录: 1.1 数据结构中的一些概念1.2 栈(stack)1.3 队列1.4 链表1.5 python中字典对象实现原理1.6 数组1.1 数据结构中的一些概念 返回顶部 1、数据结构是什么 1、简单来说,数据结果就是设计数据以何种方式存储在计…

力登:以智能化管理提升数据中心服务能力成熟度

2017年2月28日,由全国信息技术标准化技术委员会信息技术服务分技术委员会指导的《信息技术服务数据中心服务能力成熟度模型》发布,在业界首次提出“数据中心服务能力成熟度”概念,使得数据中心的管理真正实现了数字化和持续优化,是…

基于.NET 7 的 WebTransport 实现双向通信

Web Transport 简介WebTransport 是一个新的 Web API,使用 HTTP/3 协议来支持双向传输。它用于 Web 客户端和 HTTP/3 服务器之间的双向通信。它支持通过 不可靠的 Datagrams API 发送数据,也支持可靠的 Stream API 发送数据。因为 HTTP/3 使用了基于 UDP…

Django01: 安装/基础命令/设置笔记

安装 按官网版本支持,现在比较适合使用1.11版本。 下载安装命令 pip3 install django1.11.9 新建项目 django-admin startproject mysite 运行项目 python manage.py runserver 127.0.0.1:8000 运行相关 目录介绍 mysite/ ├── manage.py # 管理文件 └…

线上问题随笔记录数据库连接池问题

修改方法 转载于:https://www.cnblogs.com/lvgg/p/8581506.html

数据底座_体验当今计算机的未来:通过智能底座将您的Galaxy S4变成PC

数据底座Have you ever thought that Smartphones these days are so advanced they could actually replace the PC in your everyday computing life? Today, we here at HTG will review using the Galaxy S4 with the “Smart Dock Multimedia Hub” as a PC replacement.…

如何实现 WPF 代码查看器控件

如何实现 WPF 代码查看器控件CodeViewer作者:WPFDevelopersOrg - 驚鏵原文链接[1]:https://github.com/WPFDevelopersOrg/WPFDevelopers框架使用.NET40;Visual Studio 2019;代码展示需要使用到AvalonEdit是基于WPF的代码显示控件,…

谈大数据也谈人工智能 郭为告诉你一个不一样的神州控股

毋庸置疑,我们深处一个数据无处不在的时代,也就是大数据时代。作为中国智慧城市领导者的神州数码控股有限公司(以下简称“神州控股”)近年来也在积极布局大数据,不过在神州控股董事局主席郭为看来,神州控股…

Django02: pycharm上配置django

1.setting导入 File-->Setting-->Project-->Project Interface 2.new project 新窗口 圖片畫錯 3.调试 点击右上角调试

dropbox_来自提示框:望远镜激光瞄准器,Dropbox桌面和Kindle剪辑转换

dropboxOnce a week we round up some great reader tips and share them with everyone; this week we’re looking at telescope laser sights, syncing your desktop with Dropbox, and converting your Kindle Clippings file. 每周一次,我们收集一些很棒的读者…

在 EF Core 7 中实现强类型 ID

本文主要介绍 DDD 中的强类型 ID 的概念,及其在 EF 7 中的实现,以及使用 LessCode.EFCore.StronglyTypedId 这种更简易的上手方式。背景在杨中科老师 B 站的.Net Core 视频教程[1]其中 DDD 部分讲到了强类型 ID(Strongly-typed-id&#xff09…

如何快速打造一款高清又极速的短视频APP?

2019独角兽企业重金招聘Python工程师标准>>> 整个短视频的市场规模一直在增长,网络数据显示2018年已经突破100亿大关,在2019年预测将超过200亿。纵观行业,在生活资讯、美食、搞笑、游戏、美妆等领域,短视频流量巨大但竞…

Django03: django加入APP

使用命令在已有project创建 1.创建 在manage.py同级运行命令 python manage.py startapp app01 2.django中加入app 在settings.py里的INSTALLED_APPS加入app01.apps.App01Config, INSTALLED_APPS [django.contrib.admin,django.contrib.auth,django.contrib.contenttype…

如何将Windows 10帐户还原为本地帐户(在Windows Store劫持它之后)

If your Windows 10 user account is currently a Microsoft account (by your choice or because you got, one way or another, roped into it) it’s easy to revert it back to a local account if you know where to look. Read on as we show you how. 如果您的Windows 1…

【译】Dapr 是一个“10倍好”平台 !?

译者注在正式阅读本文之前,我们有必要先了解下什么是“10 倍好”。10 倍好理论最早出自彼得蒂尔的《从 0 到 1》,他说一个新创企业,要想获得快速成长,其提供的解决方案要比现有方案好 10 倍以上,这个好 10 倍&#xff…

1. ReactJS基础(开发环境搭建)

本文主要介绍通过React官方提供的create-react-app脚手架进行开发环境的搭建。 1.安装node环境(安装过程这里不做介绍,可参考其他博文) 在cmd中输入node -v 如果可以看到相应版本号,说明node环境安装成功 2.npm全局安装create-react-app脚手架 3.cmd命令…

“云计算+DevOps”的正确打开方式

以我们的经验看,技术和工具是很重要,但是技术和工具本身却不能产生价值,而将DevOps和云计算结合却可以。事实上,云计算的特性决定了,云计算和DevOps势必如影随形,而云计算与DevOps的结合也正在为企业用户提…

微服务和分布式系统中的授权解决方案

本文是 《精读 Mastering ABP Framework》 2.3 探索横切关注点 - 使用授权和权限系统 一节的扩充内容,重点探讨了授权在分布式和微服务系统中遇到的挑战,以及 ABP Framework 中采用的解决方案。认证 & 授权• 认证(Authentication&#x…