入职一年感言简短_如何在Windows任务栏中放入简短说明

入职一年感言简短

入职一年感言简短

clip_image001

There are plenty of third-party programs and other widgets that may help you keep information close at hand. Here’s a neat trick to keep short notes or other small pieces of information accessible from the taskbar without any extra software.

有很多第三方程序和其他小部件可以帮助您随时掌握信息。 这是一个巧妙的技巧,可以使任务栏上的简短记录或其他小信息无需任何其他软件即可访问。

基于文件夹的工具栏 (Folder-Based Toolbars)

You may be familiar with the Quick Launch toolbar that was available in earlier versions of Windows, but has been hidden or removed since. Did you know you can bring it back, or even make your own toolbar like it? This same functionality will allow us to create a toolbar that contains items with small bits of information we want to keep handy. Start by making a new folder wherever you want to keep the information, and make a new toolbar that points to it.

您可能熟悉Windows早期版本中提供的“快速启动”工具栏,但此后已被隐藏或删除。 您是否知道可以将其带回 ,甚至可以制作自己的工具栏 ? 相同的功能将使我们能够创建一个工具栏,其中包含一些我们希望保留的少量信息。 首先在要保留信息的位置创建一个新文件夹,然后创建一个指向该文件夹的新工具栏。

For demonstration purposes, we’ll use “C:\Notes\Phone Numbers”

出于演示目的,我们将使用“ C:\ Notes \ Phone Numbers”

创建模板文件 (Creating a Template File)

After you have prepared the toolbar and placed it where you want, you’ll want to create a template file for your notes. This file can be placed anywhere you want, but to keep your toolbar looking clean you may want to put it somewhere other than the toolbar’s folder. Here the template will be saved to the toolbar’s parent folder, “C:\Notes”.

准备好工具栏并将其放置在所需的位置后,您将需要为笔记创建一个模板文件。 该文件可以放在您想要的任何位置,但是为了保持工具栏的外观整洁,您可能希望将其放置在工具栏文件夹以外的其他位置。 此处,模板将保存到工具栏的父文件夹“ C:\ Notes”。

To create your template, simply open up a fresh instance of Notepad and save the blank document with an extension of “.lnk”. Make sure to specify the extension in the “File name:” field, and change “Save as type:” to “All Files”.

要创建模板,只需打开一个记事本的新实例并保存扩展名为“ .lnk”的空白文档。 确保在“文件名:”字段中指定扩展名,并将“另存为类型:”更改为“所有文件”。

clip_image002

When you look at the file in Explorer, you’ll see that Windows thinks it’s a Shortcut. Since it’s really just an empty text file though, trying to open it will do nothing – it’s harmless. Making the file as a Shortcut allows you to choose a custom icon for it.

在资源管理器中查看文件时,您会看到Windows认为它是快捷方式。 由于它实际上只是一个空的文本文件,因此尝试打开它将无济于事–这是无害的。 将文件设置为快捷方式可让您为其选择自定义图标

clip_image003

填写笔记 (Populating Your Notes)

Once the template is made to your satisfaction, creating the notes in your toolbar is a simple matter of copying the template into the toolbar’s folder and renaming the copy to whatever you want the note to say.

一旦使模板满意,就可以在工具栏中创建便笺,只需将模板复制到工具栏的文件夹中,然后将副本重命名为您想要便笺说的内容即可。

clip_image004

As you create new notes, they’ll be visible in your toolbar by clicking the arrow next to the toolbar’s name.

创建新笔记时,通过单击工具栏名称旁边的箭头,它们将在工具栏中可见。

clip_image005

自动创建笔记 (Automating Note Creation)

It’s easy to take a lot of the manual work out of this process, once the toolbar and template file are created. For the above scenario, where the notes are in “C:\Notes\Phone Numbers” and the template is at “C:\Notes\Template.lnk”, the following Batch script will work to facilitate creation of a new note:

一旦创建了工具栏和模板文件,就很容易从此过程中省去很多手动工作。 对于上述情况,注释位于“ C:\ Notes \ Phone Numbers”中,模板位于“ C:\ Notes \ Template.lnk”中,以下批处理脚本将有助于创建新注释:

@ECHO OFF
SET /P X=Text for note:
COPY "C:\Notes\Template.lnk" "C:\Notes\Phone Numbers\%X%.lnk"
SET X=
PAUSE
@ECHO OFF
SET /P X=Text for note:
COPY "C:\Notes\Template.lnk" "C:\Notes\Phone Numbers\%X%.lnk"
SET X=
PAUSE

Save that into a file with a “.bat” extension – you’ll probably want to put it into your toolbar’s folder for easy access – and run it any time you need to make a new note.

将其保存到扩展名为“ .bat”的文件中-您可能希望将其放入工具栏的文件夹中以便于访问-并在需要进行新注释时随时运行。

clip_image006

局限性 (Limitations)

Notes created this way have the same restrictions as any file name in Windows. Particularly, you will want to keep in mind that the following characters are invalid:

以这种方式创建的注释与Windows中的任何文件名具有相同的限制。 特别是,您将要记住以下字符无效:

  • < (less than)

    <(小于)
  • > (greater than)

    >(大于)
  • : (colon)

    :(冒号)
  • “ (double quote)

    ”(双引号)
  • / (forward slash)

    /(正斜杠)
  • \ (backslash)

    \(反斜杠)
  • | (vertical bar, pipe)

    | (垂直杆,管道)
  • ? (question mark)

    ? (问号)
  • * (asterisk)

    *(星号)

Also, there is a limit to the length your notes can have before it will be truncated in the toolbar display. Our testing saw this limit at around 410 pixels, or 38-71 characters (depending on which characters were used), but your mileage may vary. In order to see the full text of notes that exceed this length, you’ll have to open the toolbar in Explorer. The easiest way to do this is to right-click the toolbar and select “Open Folder”.

此外,在工具栏显示中将其截断之前,笔记的长度是有限制的。 我们的测试发现此限制大约为410像素或38-71个字符(取决于使用的字符),但是您的里程可能会有所不同。 为了查看超过此长度的笔记的全文,您必须在资源管理器中打开工具栏。 最简单的方法是右键单击工具栏,然后选择“打开文件夹”。

clip_image007

Ultimately, the length of each note is capped by the upper limits of the file system. For NTFS (the default for modern versions of Windows), the extreme maximum for a file name with a three-character extension is 251 characters. The actual maximum for most files is shorter though, since the length of the folder path can reduce the limit.

最终,每个便笺的长度受文件系统上限的限制。 对于NTFS(Windows的现代版本的默认设置),具有三个字符扩展名的文件名的最大最大值为251个字符。 但是,大多数文件的实际最大值要短一些,因为文件夹路径的长度可以减小该限制。

排序 (Sorting)

If the list of notes becomes long enough that it exceeds the height of your screen, it will become scrollable.

如果注释列表变得足够长,超过了屏幕的高度,它将变为可滚动的。

clip_image008

At this point, you’ll probably want to get the whole list sorted so it’s easier for you to find items within it. Any time you want to sort the items in your toolbar, just right-click one and choose “Sort by Name”.

此时,您可能需要对整个列表进行排序,以便您更轻松地找到其中的项目。 任何时候要对工具栏中的项目进行排序,只需右键单击一项,然后选择“按名称排序”。

clip_image009

So now there’s a list of phone numbers (or whatever else you want to put in there) that’s just one click away no matter what other windows are open!

因此,现在有一个电话号码列表(或您要在其中输入的任何其他内容),无论打开了哪些其他窗口,都只需单击一下即可!

翻译自: https://www.howtogeek.com/188920/how-to-put-short-notes-in-the-windows-taskbar/

入职一年感言简短

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值