Windows 8 Tips
Precisely this article is about Windows 8.1, the title uses Windows 8 due to the fact that Windows 8.1 is mainly an enhanced version of Windows 8 and therefore categorised in the Windows 8 family.
Sections marked (*) are proper for beginners, (**) for advanced users.
Disclaimer: This article should be used only as advice. The author doesn't provide the guarantee of the validity of the information and doesn't take the responsibility for any consequences of its usage.
1. Desktop
1.1 Screenshots (*)
Taking a screen shot should be same as in old Windows versions on most laptops.
However it's different on Surface tablets (at least Surface Pro 3), which should be fn+space (hold fn key and press space bar with fn key pressed) instead of the 'print screen' button.
1.2 Hidden Task Bar (*)
If the task bar status is set to Auto-hide, it will hide itself out of the screen when it's not used. You can easily bring it out by moving your mouse cursor to the edge of the screen where it was on. However if you don't want to or can't use a mouse or touchpad, such as when you are holding a Windows tablet, you may have difficulty bring it up by finger touch. This is known to be an issue on such devices Surface Pro 3 and Samsung Ativ 9 series. But it seems fine on Surface RT (1st generation). However the workaround is to download a desktop app called Task Bar Manager with which you can activate or change the behaviour of the task bar at least by a few touch by finger.
2. Installation and Maintenance
2.1 Installation Media (**)
Windows 8.1 uses so called Installation Media for system refreshing. So when a serious system error occurs, such as corruption of critical files etc, a system refreshing may be requested. For instance if some system files are damaged during updating or something, the PC settings panel will fail to start up, and it may pop up a message like below,
"The app cannot open
There's a problem with PC settings. Refreshing your PC might help fix it."
An installation media creator can be downloaded from the following website,
http://windows.microsoft.com/en-au/windows-8/create-reset-refresh-media
The website contains instructions of how to use the creator to generate installation media
Once the creator is downloaded and launched, it will require a stable internet to download gigabytes of installation data and either create a ISO file to burn onto a DVD or write to a USB drive with no less than 4GB of space to boot and recover the system.
If you have to choose download ISO option for a copy to keep locally and you want to use it on USB drive, here is an article about how to do it:
http://pcsupport.about.com/od/windows-8/a/install-windows-8-usb.htm
2.2 Troubleshoot problems with an app (*)
Download the following tool to diagnose some recoverable issues with Windows Store apps.
http://windows.microsoft.com/en-US/windows-8/what-troubleshoot-problems-app
A useful command to reset Windows Store cache to resolve some common Windows Store or Windows Store app related issues without changing account settings or deleting installed app: wsreset.exe
2.3 Finding Product Key (**)
For preinstalled Windows 8.1, this article may be useful when the user wants to reinstall and worries about the product key required during the reinstallation. It's been verified by the author that the first app suggested there (Belarc Advisor) works pretty well.
2.4 User Management (**)
Actually for the PC settings problem mentioned as an example in 2.1, there could be ways other than refreshing PC. The first thing to try would be creating a new administrator account and see if the issue persists also in that newly created account. However, due to inaccessibility of the PC setting panel and the fact that even user management in the control panel is referencing PC settings, the easiest trick to play is creating an account in command line using 'net user' command, see this article for detail.
We can also hide some of the users from the UI to make the initial logon screen uncluttered. The proceedings are
- go to the key in regestry (regedit.exe) HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\SpecialAccounts\UserList or create it if it doesn't exist;
- add a DWORD (32 bit) value in it and name it the exact same name as the account and sets its value to 0 to hide it or 1 to show it.
Here's the link.
(To be cont'd)
//
Windows 8 Tips的更多相关文章
- Windows Backdoor Tips
名称:在用户登录时,运行这些程序 位置: Computer Configuration\\Policies\\Administrative Templates\\System\\Logon\\ 中 d ...
- Build Instructions (Windows) – The Chromium Projects
转自:http://121.199.54.6/wordpress/?p=1156 原始地址:http://www.chromium.org/developers/how-tos/build-instr ...
- Always run a program in administrator mode in Windows 10
From: https://www.cnet.com/how-to/always-run-a-program-in-administrator-mode-in-windows-10/ If you'r ...
- Step-By-Step Installation of RAC with RAW Datafiles on Windows 2000
Step-By-Step Installation of RAC with RAW Datafiles on Windows 2000 Purpose This document will pr ...
- 揭开Redis的神秘面纱
本篇博文将为你解开Redis的神秘面纱,通过阅读本篇博文你将了解到以下内容: 什么是Redis? 为什么选择 Redis? 什么场景下用Redis? Redis 支持哪些语言? Redis下载 Red ...
- Cobalt Stike使用教程
目录: 安装与连接 监听器Listner 基本使用方法--Cobalt Strike生成后门 Beacon详解 菜单栏与视图 文件管理与进程管理 浏览器代理 Cobalt Strike扩展 提权 横向 ...
- Linux 工程向 Windows 平台迁移的一些小小 tips
Linux 工程向 Windows 平台迁移的一些小小 tips VS2013 C++11 Visual Studio 2013 没有做到对 C++11 所有的支持,其中存在的一个特性就是 In-cl ...
- Troubleshooting tips for using Java on Windows 8
This article applies to: Platform(s): Windows 8 Will Java run in Start screen on Windows 8? Microsof ...
- Windows补丁更新Tips
1.Windows 2012 R2 MS14-066补丁安装失败 现象:下载对应版本的补丁,提示“此更新不适用于你的计算机” 解决:使用命令行可成功安装 @echo off expand –F:* d ...
随机推荐
- ASP.NET Web API中使用GZIP 或 Deflate压缩
对于减少响应包的大小和响应速度,压缩是一种简单而有效的方式. 那么如何实现对ASP.NET Web API 进行压缩呢,我将使用非常流行的库用于压缩/解压缩称为DotNetZip库.这个库可以使用Nu ...
- forEach 方法 (Array) (JavaScript)
为数组中的每个元素执行指定操作. 语法 array1.forEach(callbackfn[, thisArg]) 参数 参数 定义 array1 必选.一个数组对象. callbackfn 必选.最 ...
- mac liteIDE调试配置
http://studygolang.com/articles/1636 brew install https://raw.github.com/Homebrew/homebrew-dupes/mas ...
- windows7下安装php的imagick和imagemagick扩展教程
这篇文章主要介绍了windows7下安装php的imagick和imagemagick扩展教程,同样也适应XP操作系统,Win8下就没测试过了,需要的朋友可以参考下 最近的PHP项目中,需要用到切图和 ...
- 用Node.js开发Windows 10物联网应用
(此文章同时发表在本人微信公众号"dotNET每日精华文章",欢迎右边二维码来关注.) 未来10年内,物联网将会如移动互联网这样深入到我们生活的各方各面.所以微软现在对物联网进行了 ...
- MySQL5.7更改密码时出现ERROR 1054 (42S22): Unknown column 'password' in 'field list'
转自:http://blog.csdn.net/u010603691/article/details/50379282 新安装的MySQL5.7,登录时提示密码错误,安装的时候并没有更改密码,后来通过 ...
- Reporting Services 的伸缩性和性能表现规划(转载)
简介 Microsoft? SQL Server? Reporting Services 是一个将集中管理的报告服务器具有的伸缩性和易管理性与基于 Web 和桌面的报告交付手段集于一身的报告平台.Re ...
- 第二十五篇:在SOUI中做事件分发处理
不同的SOUI控件可以产生不同的事件.SOUI系统中提供了两种事件处理方式:事件订阅 + 事件处理映射表(参见第八篇:SOUI中控件事件的响应) 事件订阅由于直接将事件及事件处理函数连接,不存在事件分 ...
- Mac系统修改Intellij Idea默认JDK版本
Intellij IDEA 默认情况下,使用的jdk的版本是1.6,当第一次启动IDEA的时候,如果系统中未安装jdk,则系统会自动到苹果官网下载jdk安装文件.如果你的系统已经安装了jdk1.7或是 ...
- UE对一个很长的字符按16位自动换行
① ②设定16个位 ③ ④结果