7

Windows 使用技巧 - rxliuli blog

 4 years ago
source link: https://blog.rxliuli.com/p/5443e970161e4079985109abd12153c1/
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client

本文最后更新于:2021年5月16日 上午

  • Win-E:打开系统文件浏览器
  • Win-Tab:打开程序网格面板,类似于 C-Tab,但默认不会切换,而是展开全屏面板选择一个正在运行的程序切换过去
  • Win-R:打开运行
  • Win-S:搜索任何东西
  • Win-A:展开右侧通知面板
  • C-Tab:切换程序
  • CS-Esc:打开任务管理器
  • C-F:在当前页内容中搜索关键字
    • Enter:下一个匹配关键字
    • S-Enter:上一个匹配关键字
  • C-空格:切换半角/全角标点符号
  • C-.:切换中英文标点符号(隐藏的很深。。。)
  • Win-长按: 显示快捷键指南
  • Win-Top: 最大化
  • Win-Down: 最小化
  • Win-Left: 左侧贴靠
  • Win-Left: 右侧贴靠

使用以下命令会在指定时间后关机

1
shutdown –s –t [second time]

例如以下命令指的是在 1h 后关机

1
shutdown –s –t 3600

参考: 百度 win10 怎么定时关机?

PowerToys 使用

Windows 为当前用户添加开机自启项

每次打开电脑,开机之后总是要启动 Chrome 浏览器等一些常用应用,而常用应用中有的有开机自启的选项,有些则没有。每次打开都是重复性的操作,真是不厌其烦。。。

下面是 Windows 当前用户的自启动目录的路径

1
C:\Users\{你的用户名}\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup

我们可以为想要自启动的程序创建一个快捷方式,然后将快捷方式放到这个目录下就可以啦

然而,直接放快捷方式太多的话管理起来可能会是个麻烦,所以我们可以使用脚本,下面给出两种脚本示例

  • ahk 脚本

    1
    2
    ; 开机自启 Chrome 浏览器
    Run Chrome
  • cmd 脚本

    1
    2
    rem 开机自启 Chrome 浏览器
    start chrome

    那么,关于在 Windows 下添加自启项到这里边结束啦,很简单的吧!

cmd 命令提示符工具文件所在路径?

1
where cmd

参考:知乎:cmd 命令提示符工具文件所在路径?



About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK