windows虚拟桌面

Microsoft has finally added virtual desktops as a built-in feature to Windows 10. Virtual desktops are useful if you run a lot of programs at once and want to organize them into categories, such as for work, web surfing, or playing games.

Microsoft终于将虚拟桌面作为Windows 10的内置功能添加了。如果您一次运行许多程序并希望将它们组织成类别(例如,用于工作,上网或玩游戏),则虚拟桌面非常有用。

If you want to open a file or program in a new virtual desktop, you could create a new desktop using the Task View, switch to that desktop, and then open the file or program on that desktop. However, there’s a quicker way using a free tool that adds an option to the context menu.

如果要在新的虚拟桌面中打开文件或程序,则可以使用“任务视图”创建一个新的桌面 ,切换到该桌面,然后在该桌面上打开文件或程序。 但是,有一种使用免费工具的快捷方式,该工具可以向上下文菜单添加一个选项。

Download Vdesk and save it in any folder on your hard drive. You don’t install this like a traditional program, so don’t double-click it–instead, save it in a safe place (where it won’t get deleted), and we’ll use a command line argument to create that context menu item.

下载Vdesk并将其保存在硬盘驱动器上的任何文件夹中。 您不会像传统程序那样安装它,因此请不要双击它-而是将其保存在安全的地方(不会被删除),我们将使用命令行参数来创建该文件上下文菜单项。

Open File Explorer and navigate to the folder in which you saved the Vdesk.exe file. Right-click on the file and select “Open command window here” from the popup menu.

打开文件资源管理器,然后导航到保存Vdesk.exe文件的文件夹。 右键单击该文件,然后从弹出菜单中选择“此处打开命令窗口”。

To add an option to the context menu that opens a file or folder in a new virtual desktop, type the following command at the prompt and press “Enter”.

要在上下文菜单中添加选项以在新的虚拟桌面中打开文件或文件夹,请在提示符下键入以下命令,然后按“ Enter”。

vdesk -install

Click the “X” button in the upper-right corner of the command prompt window to close it.

单击命令提示符窗口右上角的“ X”按钮以将其关闭。

To open a file or program in a new virtual desktop, right-click on the file, program .exe file, or program shortcut and select “Open in new virtual desktop” from the popup menu.

要在新的虚拟桌面中打开文件或程序,请右键单击该文件,程序.exe文件或程序快捷方式,然后从弹出菜单中选择“在新的虚拟桌面中打开”。

A new virtual desktop is created and the selected file or program is opened on that virtual desktop.

将创建一个新的虚拟桌面,并在该虚拟桌面上打开选定的文件或程序。

To remove the “Open in new virtual desktop” option from the context menu, open a command prompt window as discussed earlier in this article, type the following command at the prompt, and press “Enter”.

要从上下文菜单中删除“在新的虚拟桌面中打开”选项,请按照本文前面的说明打开命令提示符窗口,在提示符下键入以下命令,然后按“ Enter”。

vdesk -uninstall

You can also have a specific file or program open in a new virtual desktop when Windows boots. For example, maybe you have a text file you open in Notepad every time you log into Windows so you can keep a log of your work. Vdesk is a command line tool, so you can create a batch file (a text file with the extension “.bat”) that runs Vdesk with the appropriate commands automatically when Windows starts. The command in the batch file for this example would be something like the following.

Windows引导时,您还可以在新的虚拟桌面中打开特定的文件或程序。 例如,也许您每次登录Windows时都会在记事本中打开一个文本文件,以便保留工作日志。 Vdesk是一种命令行工具,因此您可以创建一个批处理文件(扩展名为“ .bat”的文本文件),该批处理文件将在Windows启动时自动使用适当的命令运行Vdesk。 该示例的批处理文件中的命令将类似于以下内容。

vdesk "C:\Users\Lori\Documents\My Work\MyLog.txt"

Be sure to put the appropriate path to the text file you want to open. Also, do not put “notepad” after “vdesk”. Doing so will open Notepad to a new, empty text file instead of opening the file you specify. Simply putting the full path to the text file after the “vdesk” command will open the text file in the default text editor. If you use the “vdesk” command on its own (without the full path) as listed above, you will need to add the full path to the vdesk.exe file to the Path system variable. If you don’t want to add the path to the Path system variable, be sure to put the full path to the vdesk.exe file in the batch file.

确保将适当的路径放置到要打开的文本文件中。 另外,请勿将“记事本”放在“ vdesk”之后。 这样做会将记事本打开到一个新的空文本文件,而不是打开您指定的文件。 只需在“ vdesk”命令之后放置文本文件的完整路径,即可在默认文本编辑器中打开文本文件。 如果如上所述单独使用“ vdesk”命令(没有完整路径),则需要将vdesk.exe文件的完整路径添加到Path系统变量 。 如果不想将路径添加到Path系统变量,请确保将完整路径添加到批处理文件中的vdesk.exe文件。

Vdesk can be used along with batch files to automatically set up virtual desktops with files and programs open that you use every day every time you boot Windows. You can also use Vdesk to launch a specific number of virtual desktops without opening specific files or programs on them. For example, the following command opens three virtual desktops (all the open programs become part of the first virtual desktop).

Vdesk可与批处理文件一起使用,以自动设置虚拟桌面,并在每次引导Windows时每天使用打开的文件和程序。 您也可以使用Vdesk启动特定数量的虚拟桌面,而无需在其上打开特定文件或程序。 例如,以下命令将打开三个虚拟桌面(所有打开的程序成为第一个虚拟桌面的一部分)。

vdesk 3

If you have many virtual desktops running, it’s handy to know the number of the virtual desktop you’re currently viewing and there’s a free tool that adds an indicator to the system tray that displays the number of the currently active virtual desktop.

如果您有许多正在运行的虚拟桌面,那么就很容易知道当前正在查看的虚拟桌面的数量,并且有一个免费工具可以在系统托盘中添加一个指示器,以显示当前活动的虚拟桌面的数量 。

翻译自: https://www.howtogeek.com/259860/how-to-open-an-app-or-file-in-a-new-virtual-desktop-on-windows-10/

windows虚拟桌面

windows虚拟桌面_如何在Windows 10的新虚拟桌面中打开应用程序或文件相关推荐

  1. windows虚拟桌面_如何在Windows 10中使用虚拟桌面

    windows虚拟桌面 Windows 10 finally added virtual desktops as a built-in feature. If you keep a lot of ap ...

  2. windows监视桌面_如何在Windows 10中添加和监视孩子的帐户

    windows监视桌面 Your kids are the most important people in the world to you, and the Internet is a scary ...

  3. windows还原系统_如何在Windows 7、8和10中使用系统还原

    windows还原系统 System Restore is a Windows feature that can help fix certain types of crashes and other ...

  4. windows ssh代理_如何在Windows上通过SSH设置代理?

    windows ssh代理 This tutorial teaches how to set up SSH proxy on Linux. 本教程讲解如何在Linux上设置SSH代理 . How to ...

  5. python windows 客户端开发_如何在Windows上使用Python进行开发

    本文由葡萄城技术团队于原创并首发 转载请注明出处:葡萄城官网,葡萄城为开发者提供专业的开发工具.解决方案和服务,赋能开发者. 一直以来C#都是微软在编程语言方面最为显著的Tag,但时至今日Python ...

  6. windows防火墙规则_如何在Windows防火墙中创建高级防火墙规则

    windows防火墙规则 Windows' built-in firewall hides the ability to create powerful firewall rules. Block p ...

  7. 卸载chrome浏览器_如何在Chrome,Firefox和其他浏览器中卸载扩展程序

    卸载chrome浏览器 () Most modern browsers support extensions, which add additional features to your browse ...

  8. windows驱动程序编写_如何在Windows中回滚驱动程序

    windows驱动程序编写 Updating a driver on your PC doesn't always work out well. Sometimes, they introduce b ...

  9. 查看windows登陆日志_如何在Windows登录屏幕上查看以前的登录信息

    查看windows登陆日志 By default, most versions of Windows record an event every time a user tries to log on ...

最新文章

  1. 如何自学Android
  2. Flask实战2问答平台-发布问答功能完成
  3. session may be lost when use window.open to open a new window
  4. vuex的命名空间有哪些_Vuex在vue路由器中访问命名空间模块的getter
  5. array在java_在Java中的ArrayLists之间进行转换
  6. 接入百度智能云文字识别OCR记录
  7. 【深度学习】史上最全综述 | 3D目标检测算法汇总!(单目/双目/LiDAR/多模态/时序/半弱自监督)...
  8. android常用单词,Android的英语单词记忆软件系统
  9. 优矿量化向导式因子选股
  10. JAVA程序设计题——英雄对战游戏,定义一个描述战斗单位的英雄(Hero)类,此类必须包含以下成员变量:名称(name),生命值(life),技能1攻击力(damage1),防御力(defence)
  11. 记录新人tp5微信扫码支付
  12. [BJOI2019] 排兵布阵
  13. TM-30 计算软件 (Excel图表显示版本)
  14. pytorch中的一维数组,是列向量还是行向量?
  15. 对于【Training set】【gallery set 】【probe set】区别-个人总结
  16. 史上最全的中文词汇数据集
  17. 【第006篇】Java工具类之半角和全角字符相互转换
  18. 新版本友盟分享集成的几点注意事项
  19. matlab车牌识别系统的开发步骤
  20. [输赢]之‘摧龙六式’

热门文章

  1. android retrofit 从无知到入门
  2. ImageMagick利用蒙版合成图片
  3. JS标识符、关键字和保留字
  4. 女朋友说异性相吸,所以产生真爱!我觉得得用python验证一下
  5. 解决SSH连接到服务器后因闲置时间导致的断开连接
  6. 菜鸟积分系统稳定性建设 - 分库分表百亿级数据迁移
  7. 【大葱虽有4大治病功效】
  8. 浅谈”我理想中的中学数学老师”(How a perfect high school math teacher should be?)
  9. 易优cms基于thinkphp5开发cms系统
  10. 计算机网络 使用eNSP搭建基础网络