windows 7 资源管理器预览 js 文件方法

1. 打开注册表: 开始 -> 运行 -> regedit

2. 导航至HKEY_CLASSES_ROOT, 新建.js注册项(如果还没有的话)

3. 查看右侧(默认)的键值, 将其设置为JSFile, 如果存在PerceivedType键,请将其值修改为 text

4. 导航至HKEY_CLASSES_ROOT -> JSFile, 创建shellex注册项, 然后在shellex下再创建 {8895b1c6-b41f-4c1c-a562-0d564250836f} 注册项(这是一个固定值), 然后在右侧设置 (默认) 键值为 {1531d583-8375-4d3f-b5fb-d23bbd169f22}

5.去资源管理器看看吧

6. 其他文件类型基本相同

7. {1531d583-8375-4d3f-b5fb-d23bbd169f22} 是Windows TXT Preview, 其他已注册的预览器请导航至以下项:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\PreviewHandlers

8. Good luck!

时间: 2024-10-08 01:27:09

windows 7 资源管理器预览 js 文件方法的相关文章

Windows 8.1/10 升级补丁导致Windows资源管理器停止响应的解决方法

前言 我自己的操作系统是Windows 8.1(现在为Windows 10),微软在2015年03月11日推送了新的更新补丁,重新启动计算机后发现Windows资源管理器频繁卡顿假死导致不停重启,资源管理器CPU会异常升高,使得Windows资源管理器停止响应.这个问题困扰了我大半个月时间,差点就直接怒降Windows 7或者提前入坑Windows 10预览版(也有各种地雷Bug在等你来踩),现在终于找到了解决方法,分享给大家以供参考. 微软这次的升级补丁测试得可真到位 更新历史 2015年05

js预览PDF文件,使用iframe实现

有时候需要预览PDF文件,需要实现可放大.缩小.下载.打印等功能,我使用了iframe框架. 实现效果: 实现代码: 我直接写在了一个公共组件中,在需要预览的页面直接引用该子组件即可. <iframe :src="src" frameborder="0" style="width: 100%; height: 100%"></iframe> data() { return { src: 'http://storage.xu

Windows Server 2016技术预览

Windows Server 2016是微软将于2016年9月份发布的最新服务器操作系统.目前微软官方发布了许多Windows Server 2016新的功能和特性,下面我们来简单看下: 主要内容 预览版界面 系统需求及安装 服务器管理变化 新特性及变化 预览版界面 服务器界面,沉浸而不渲染 登录界面,色调变得活泼起来,用户图像由原先Windows2012的方块变成圆形 继续 进入系统,乍一看,以为是WIN10呢,注意右下角 如此做法,似乎在传递win10的最佳服务器系统就是他了 开始菜单,Al

linux在线预览pdf文件开发思路

准备:swftools,flexpaper 基本思路: 1,将pdf文件转化成swf文件 2,使用flexpaper预览swf文件 主要代码: 1,在linux中安装swftools.官网下载swftools 安装包,解压 2,./configure --prefix=安装路径 make install 执行完之后,执行pdf2swf -help 如果显示.说明安装成功 如果执行pdf2swf -help  显示commond not find 的话,可能需要配置swftools的环境变量,具体

eclipse创建android项目,无法正常预览布局文件的相关问题

eclipse创建android项目时,预览layout.xml文件时提示: This version of the rendering library is more recent than your version of ADT plug-in. Please update ADT plug-in,导致无法正常预览布局文件. 问题的根源在于SDK版本与ADT版本不匹配.问题解决办法如下: 方法一: 找到选择android版本按钮,改变android版本即可.如下图: 方法二: Help --

C# 实现预览dwg文件完整源代码(无需autocad环境)

using System; using System.Drawing; using System.Collections; using System.ComponentModel; using System.Windows.Forms; using System.Data; using System.IO; namespace WindowsApplication3 { /// <summary> /// Form1 的摘要说明. /// </summary> public cla

eclipse创建android项目无法正常预览布局文件

eclipse创建android项目时,预览layout.xml文件时提示: This version of the rendering library is more recent than your version of ADT plug-in. Please update ADT plug-in,导致无法正常预览布局文件.问题根源:SDK版本过高,ADT版本过低.解决方法如下. 工具/原料 eclipse ADT插件 方法/步骤 1 找到eclipse文件夹,打开eclipse软件,创建a

eclipse创建android项目,无法正常预览布局文件,出现This version of the rendering library is more recent than your version of ADT plug-in. Please update ADT plug-in...

eclipse创建android项目时,预览layout.xml文件时提示: This version of the rendering library is more recent than your version of ADT plug-in. Please update ADT plug-in,导致无法正常预览布局文件.问题根源:SDK版本过高,ADT版本过低.解决方法如下. 工具/原料 eclipse ADT插件 方法/步骤 找到eclipse文件夹,打开eclipse软件,创建and

Android开发中遇到的问题(三)——eclipse创建android项目无法正常预览布局文件

一.问题描述 今天使用SDK Manager将Android SDK的版本更新到了Android 5.1的版本,eclipse创建android项目时,预览activity_main.xml文件时提示: This version of the rendering library is more recent than your version of ADT plug-in. Please update ADT plug-in,导致无法正常预览布局文件,现象如下图所示: 上网查了一下原因,问题根源