[转] Fix: Screen Clipping Shortcut In OneNote Not Working After Upgrading To Windows 8.1
No doubt, OneNote is yet another useful component of Microsoft‘ productivity suite aka Office. Using OneNote, you can easily clip your immediate notes. For this to be worked out, you just need to press Windows Key + S combination on keyboard and the note can be clipped progressively on the screen.

Screen Clipping Shortcut In OneNote Not Working
This Windows + S combination to clip was working perfectly till Windows 8. But when I upgraded to Windows 8.1, then the same keyword combination brings up the search experience, so I don’t get the Screen Clipping options. In other words, Screen Clipping hot keys are not working as I upgraded to Windows 8.1, irrespective of the Office iteration I’m using.
Assign Different Hot Keys For Screen Clipping
To fix this issue, we can easily assign different hot keys to OneNote functionality using Registry Editor, since modifying system files to alter Windows + S might be risky. So, here is how to assign different hot keys to get screen clipping in Office:
1. Press Windows Key + R combination, type put Regedt32.exe in Run dialog box and hit Enter to open the Registry Editor.

2. Navigate to the following location:
HKEY_CURRENT_USER\Software\Microsoft\Office\15.0\OneNote\Options\Other

We’ve assumed that you’re using Office 2013, hence 15.0 has been mentioned. If you’re using Office 2010, replace it with 14.0. If you’re using Office 2007, replace it with 12.0.
3. In the right pane of this location, create a new DWORD using Right click -> New -> DWORD Value. Name the newly created DWORD as ScreenClippingShortcutKey, double click on the same DWORD to modify it:

4. Put the Value data equals to 41, it will set the hot keys to Windows Key + A. If you want to set any other hot key than these, please refer to this MSDN post. Make sure you don’t use those hot keys Value data which are already assigned in Windows by shortcut. Click OK after inputting desired Value data. Close the Registry Editor and reboot to get results.
Hope that helps!
[转] Fix: Screen Clipping Shortcut In OneNote Not Working After Upgrading To Windows 8.1的更多相关文章
- [Windows Server]Windows Server turn off screen auto-lock to fit scheduled tasks(Error Code :0x4F7) / 关闭Windows Server的自动锁定来解决计划任务0x4F7错误
1. 打开“运行”,输入“regedit” 并回车. 2. 找到以下注册表路径,将Attributes的值改为 2: (原为1 HKEY_LOCAL_MACHINE \SYSTEM \CurrentC ...
- Microsoft Onenote shortcuts / Onenote快捷键大全
Onenote跟Libreoffice ,有道笔记比起来一个快捷键特别不太好用,就是Ctrl + Shift +v 并不会提供一个选择粘贴模式选项. 而在Onenote 中 Ctrl + Shift ...
- Fix catalyst driver in Ubuntu 13.04 / 13.10
Fix catalyst driver in Ubuntu 13.04 / 13.10(墙外文章备份) 1. Introduction I found lots of people strugglin ...
- How to Fix Missing TortoiseSVN File Status Icons in Windows
For many Windows-based developers, Subversion and TortoiseSVN is a great source control solution. It ...
- Fix Python 3 on Windows error Microsoft Visual C++ 14.0 is required
Fix Python 3 on Windows error Microsoft Visual C++ 14.0 is required Fix the error for Python 3.6 and ...
- RAC的QA
RAC: Frequently Asked Questions [ID 220970.1] 修改时间 13-JAN-2011 类型 FAQ 状态 PUBLISHED Appli ...
- P6 Professional Installation and Configuration Guide (Microsoft SQL Server Database) 16 R1
P6 Professional Installation and Configuration Guide (Microsoft SQL Server Database) 16 R1 May ...
- windows快捷命令修炼
Description Windows Key combination Open/Close the Start Menu Windows key Open the Action center. Wi ...
- 转载:有关SQL server connection KeepAlive 的FAQ
转:http://blogs.msdn.com/b/apgcdsd/archive/2011/05/03/sql-server-connection-keepalive-faq.aspx 1.什么是S ...
随机推荐
- <mate>
1.<meta http-equiv="X-UA-Compatible" content="IE=edge"> 以最高级别的可用模式显示内容 有些因 ...
- ready和onload的区别
$(document).ready()和window.onload在表面上看都是页面加载时我们就去执行一个函数或动作,但是在具体的细节上$(document) ready()和window onloa ...
- JQuery 控制元素显示隐藏
JS在浏览器里面做调试的时候,先在浏览器里面找到页面代码加上断点来执行.然后根据执行情况来查找部分变量是否能找到,一点一点的排查内容.可以做筛选条件 部分隐藏.默认让部分条件加上.hide 默认隐藏, ...
- 第十章 嵌入式Linux的调用技术
HAL是建立在Linux驱动之上的一套程序库,这套程序库并不属于Linux内核,而属于linux内核层之上的应用层. 在本章中还介绍了为什么要在Android中加入HAL,统一硬件的调用接口,由于H ...
- code标签和pre标签
code标签: 1.code标签的定义: <code>标签, 用于表示计算机源代码或者其他机器可以阅读的文本内容.软件代码的编写者习惯了编写代码时的代码格式,那么这个<code> ...
- java异常知识点整理
异常处理机制:捕获异常(try-catch-finally)和声明抛弃异常(throw); 所有的异常类都直接或者间接地继承于Throwable类: java异常分为可查异常和不可查异常两种.可查异常 ...
- KSImageNamed 安装后无效解决方法
UIImage的imageNamed提供文件名自动补全功能.使用[UIImage imageNamed:@"xxx"]时,该插件会扫描整个workspace中的图片文件.若安装后无 ...
- netezza 数据库 取 季初 季末 时间
-- 取季初那一天 select date_trunc( 'quarter',cast('20150820' as date)) -- 取季末那一天 select add_months(date_tr ...
- php部分---文件上传:错误处理、 客户端和服务器端的限制
1.客户端页面 <!---客户端的配置 1.表单页面 2.表单发送方式为post 3.表单form中添加enctype="multipart/form-data" ----- ...
- Java中对数据库的查询和增加内容
先添加jar包 查询数据库中的信息 加载访问驱动,com.mysql.jdbc.Driver--连接到库--写SQL语句 用while循环把表中的信息从第一条到最后一条打印出来,括号中的数字是代表数据 ...