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. php上传文件进度条

    ps:本文转自脚本之家 Web应用中常需要提供文件上传的功能.典型的场景包括用户头像上传.相册图片上传等.当需要上传的文件比较大的时候,提供一个显示上传进度的进度条就很有必要了. 在PHP 5.4以前 ...

  2. jq 确定删除方法与文件删除

    var choice=confirm("您确认要删除吗?", function() { }, null);                if(choice)           ...

  3. HTML学习之Web存储(五)

    本地数据库功能大大增强了Web应用对于本地存储数据的方式和功能.Web时代真正进入了:“客户端为重,服务端为轻的时代”. <!DOCTYPE html> <html xmlns=&q ...

  4. 在iMac机os x上装win7双系统经验心得

    首先,以上iMac的内存超过4GB,需要安装x64版的win7,可以用QQ旋风从这里下载(cn_windows_7_ultimate_with_sp1_x64_dvd_u_677408.iso) 下载 ...

  5. Linux LVM全面实践

    1.磁盘分区 [root@ol6-121-rac1 ~]# fdisk /dev/sdb Device contains neither a valid DOS partition table, no ...

  6. 取得表中数据的insert语句

    Build Insert Statements for the Existing Data in Tables 下面这个脚本实现了取得一个非空表中的所有insert语句 This script bui ...

  7. 6-02使用SQL语句向表中插入数据

    插入语句的语法: INSERT INTO 表() VALUES(值列表) 注意事项: 1:每次插入一行数据,不能只插入半行或几列数据. 2:每一个数据值的数据类型.精度和小数位数必须与相应的列匹配. ...

  8. SSH Key连接github提示Permission denied (publickey).错误

    root@debian64:/home/xiaoliuzi/.ssh/key_backup# ssh -T git@github.com The authenticity of host 'githu ...

  9. ARM寄存器学习,王明学learn

    ARM寄存器学习 ARM微处理器共有37个32位寄存器,其中31个为通用寄存器,6个为状态寄存器.但是这些寄存器不能被同时访问,具体哪些寄存器是可以访问的,取决ARM处理器的工作状态及具体的运行模式. ...

  10. web2py学习之getting start环境搭建

    一般如果做一个工程,可能需要ide,需要好的工具,web2py自包含了一个基于web的开发工具,但是并不算很好的编辑器 第二个可以使用的是pycharm,利用pycharm可以创建web2py的web ...