Vista新特征(Features)(英文)

简介:
Mr. Sells 列举了一些 关于Vista的新特征 ,很不错,能帮助我们体验Vista带来的震撼效果和感受!偶觉得还不错,共享一下!

I no longer have to do Ctrl+Esc, R before I can type something to run (I'm a huge keyboard guy); I just have to type Ctrl+Esc and start typing. This savings alone has ruined me for XP. (And before you point out that I can just use Win+R, I don't like the Windows key: it's not on all keyboards and it's not always in the same place.)
If I want to search for a program in my voluminous start menu, I just do Ctrl+Esc and start typing. When the list of results contains my target, I press the down arrow to pick the one I want and press Enter when I get there.
If I want to search for content on my computer, I just do Ctrl+Esc and start typing (once search is set to index my entire computer -- I wish that were the default). If I want to be specific that I just want to search content or file name, I can use the "content:" and "name:" designators, e.g. "content:foo name:foo.cs".
If I want to find a setting in a particular control panel app, I open the control panel and start typing -- the results point me at the specific control panel applet and page with that setting.
If I want to find something on the internet, I press Ctrl+Esc and start typing, then press the up arrow (to get to the "Search the Internet" option) and press Enter, which brings up the results in my IE7 favorite search engine.
If I want to find something in my large list of installed programs, I open the Programs and Features control panel and start typing (I found the renamed "Add and Remove Programs" control panel by searching for "uninstall").
Before you narrow my list of likes about Vista to "pervasive search" (which, obviously, I love), I also really like the sidebar. It's amazing how often I glance over there to get some quick piece of info that's always being updated for me rather than start some app, interrupting what I'm doing (e.g. lately I've been waiting with bated breath for MSFT to hit 30). I'm anxious for lots more sidebar gadgets.
I love that the desktop is in the Alt+Tab list.
I love the 3D Win+Tab list.
The games, both new and old, are uniformly gorgeous.
I really love the new look 'n' feel, including the animations and the new start menu, both of which I turned off in XP.
I love that it just works on my 2-year old Dell laptop w/o any muss or fuss. I only have a Windows Experience Index of 2.0 because of my graphics card, but using Vista is still a very pleasant experience (and I have Aero glass around the edges of my windows and everything).
I really love Windows Meeting Space. I'm a big user of Live Meeting because of my remote employee status and Windows MS is a simpler, cleaner, peer-to-peer version of the only parts of LiveMeeting I every actually used, i.e. sharing apps and sharing files. To have it included for free is huge.
I love having Media Center included, too.
I love that I can do picture slide shows from zip files as well as from folders.
I like the new Sync Center, one-stop shopping for my offline folders (which I love) as well as managing my smartphone's files.
I really like the real-time thumbnail of apps when I hang the mouse over icons in the taskbar and in the Alt+Tab/Win+Tab list.
I love that .NET 3.0 is included out of the box.
I love that every app I've tried, including an app I originally wrote for Windows 95, just works.
I love that I find new features all the time.
As I've mentioned, I like the  clearification.com site. In fact, I liked it so much, Mel and I want to see Demetri Martin live in Portland. Very funny.
本文转自赖仪灵博客园博客,原文链接:http://www.cnblogs.com/YilingLai/archive/2006/11/26/573196.html,如需转载请自行联系原作者。
目录
相关文章
|
2月前
|
iOS开发 MacOS Windows
【Mac 系统】如何在office的Word中使用LaTeX公式
一个在Mac版Microsoft Word中使用LaTeX语法插入公式的间接方法,通过Pages文稿创建和编辑LaTeX公式后再复制到Word中。
184 2
|
5月前
|
人工智能 语音技术
Bert-vits2新版本V2.1英文模型本地训练以及中英文混合推理(mix)
中英文混合输出是文本转语音(TTS)项目中很常见的需求场景,尤其在技术文章或者技术视频领域里,其中文文本中一定会夹杂着海量的英文单词,我们当然不希望AI口播只会念中文,Bert-vits2老版本(2.0以下版本)并不支持英文训练和推理,但更新了底模之后,V2.0以上版本支持了中英文混合推理(mix)模式。
Bert-vits2新版本V2.1英文模型本地训练以及中英文混合推理(mix)
|
机器学习/深度学习 TensorFlow 算法框架/工具
TensorFlow HOWTO 2.1 支持向量分类(软间隔)
TensorFlow HOWTO 2.1 支持向量分类(软间隔)
61 0
|
并行计算 开发工具 vr&ar
|
TensorFlow 算法框架/工具
TensorFlow HOWTO 2.2 支持向量回归(软间隔)
TensorFlow HOWTO 2.2 支持向量回归(软间隔)
76 0
|
自然语言处理 Python
基于ERNIE3.0的中文评论分类
基于ERNIE3.0的中文评论分类
351 0
基于ERNIE3.0的中文评论分类
|
网络架构
VGG全称是Visual Geometry Group(视觉几何组)
VGG全称是Visual Geometry Group(视觉几何组)
1613 0
VGG全称是Visual Geometry Group(视觉几何组)
|
PyTorch 算法框架/工具
PyG (PyTorch Geometric) Dropbox系图数据集无法下载的解决方案(AMiner, DBLP, IMDB, LastFM)(持续更新ing...)
本文主要关注PyG官方提供的数据集中,因为数据下载源是Dropbox,所以不能直接下载的解决方案。
|
测试技术
PAT (Basic Level) Practice (中文)1012 数字分类 (20 分)+易错测试点
PAT (Basic Level) Practice (中文)1012 数字分类 (20 分)+易错测试点
124 0
PAT (Basic Level) Practice (中文)1012 数字分类 (20 分)+易错测试点
|
机器学习/深度学习 监控
DL之Attention-ED:基于TF NMT利用带有Attention的 ED模型训练、测试(中英文平行语料库)实现将英文翻译为中文的LSTM翻译模型过程全记录
DL之Attention-ED:基于TF NMT利用带有Attention的 ED模型训练、测试(中英文平行语料库)实现将英文翻译为中文的LSTM翻译模型过程全记录
DL之Attention-ED:基于TF NMT利用带有Attention的 ED模型训练、测试(中英文平行语料库)实现将英文翻译为中文的LSTM翻译模型过程全记录