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.

http://answers.microsoft.com/en-us/windows/forum/windows_8-windows_install/where-do-i-find-the-windows-8-product-key-when-it/d4c5c0c1-825d-47f2-9bed-d9625c7e68ff

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)

Add Favorites

//

Windows 8 Tips的更多相关文章

  1. Windows Backdoor Tips

    名称:在用户登录时,运行这些程序 位置: Computer Configuration\\Policies\\Administrative Templates\\System\\Logon\\ 中 d ...

  2. Build Instructions (Windows) – The Chromium Projects

    转自:http://121.199.54.6/wordpress/?p=1156 原始地址:http://www.chromium.org/developers/how-tos/build-instr ...

  3. 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 ...

  4. 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 ...

  5. 揭开Redis的神秘面纱

    本篇博文将为你解开Redis的神秘面纱,通过阅读本篇博文你将了解到以下内容: 什么是Redis? 为什么选择 Redis? 什么场景下用Redis? Redis 支持哪些语言? Redis下载 Red ...

  6. Cobalt Stike使用教程

    目录: 安装与连接 监听器Listner 基本使用方法--Cobalt Strike生成后门 Beacon详解 菜单栏与视图 文件管理与进程管理 浏览器代理 Cobalt Strike扩展 提权 横向 ...

  7. Linux 工程向 Windows 平台迁移的一些小小 tips

    Linux 工程向 Windows 平台迁移的一些小小 tips VS2013 C++11 Visual Studio 2013 没有做到对 C++11 所有的支持,其中存在的一个特性就是 In-cl ...

  8. 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 ...

  9. Windows补丁更新Tips

    1.Windows 2012 R2 MS14-066补丁安装失败 现象:下载对应版本的补丁,提示“此更新不适用于你的计算机” 解决:使用命令行可成功安装 @echo off expand –F:* d ...

随机推荐

  1. js冒泡排序与二分法查找

    冒泡排序 var attr=[1,5,7,6,3,9,2,8,4]; var zj=0; //控制比较轮数 for(var i=0;i<attr.length-1;i++) { //控制每轮的比 ...

  2. C语言中do...while(0)的妙用

    在linux内核代码中,经常看到do...while(0)的宏,do...while(0)有很多作用,下面举出几个: 1.避免goto语句: 通常,如果一个函数开始要分配一些资源,然后如果在中途遇到错 ...

  3. win10总是自动重启的解决办法

    win10总是自动重启的解决办法_百度经验http://jingyan.baidu.com/article/7908e85c983523af481ad214.html

  4. Bootstrap 排版 笔记

    Bootstrap 使用 Helvetica Neue. Helvetica. Arial 和 sans-serif 作为其默认的字体栈. 使用 Bootstrap 的排版特性,您可以创建标题.段落. ...

  5. 用with实现python的threading,新鲜啊

    哈哈,2.5以后可用.自动加锁释放,如同操作文件打开关闭一样. #!/usr/bin/env python # -*- coding: utf-8 -*- import threading impor ...

  6. 攻城狮在路上(壹) Hibernate(二)--- 第一个hibernate程序

    1.直接通过JDBC API持久化实体域对象: A.java.sql常用接口和类: DriverManager:驱动程序管理器,负责创建数据库连接. Connection:代表数据库连接. State ...

  7. Oracle 备份与恢复介绍

    一.Oracle备份方式分类:Oracle有两类备份方式:(1)物理备份:是将实际组成数据库的操作系统文件从一处拷贝到另一处的备份过程,通常是从磁盘到磁带.物理备份又分为冷备份.热备份:   (2)逻 ...

  8. Web开发基本准则-55实录-Web访问安全

    Web开发工程师请阅读下面的前端开发准则,这是第一部分,强调了过去几年里我们注意到的Web工程师务须处理的Web访问安全基础点.尤其是一些从传统软件开发转入互联网开发的工程师,请仔细阅读,不要因为忽视 ...

  9. JVM内存结构、垃圾回收那点事

    翻看电脑的文件夹,无意看到了9月份在公司做的一次分享,浏览了一下"婆婆特",发现自己在ppt上的写的引导性问题自己也不能确切的回答出来,哎,知识这东西,平时不常用的没些日子就生疏了 ...

  10. 第二十四篇:导出SOUI对象到LUA脚本

    LUA是一种体积小,速度快的脚本语言.脚本语言虽然性能上和C++这样的Naitive语言相比差一点,但是开发速度快,可以方便的更新代码等,近年来受到了越来越多开发者的重视. 在SOUI框架中,我把脚本 ...