Preview JavaScript files in Windows7 Explorer

For all you JS-hackers out there… here’s the way to make Windows7 to show a preview of a JavaScript file.
In the registry add a STRING value to the HKEY_CLASSES_ROOT\.js node called PerceivedType with the value text.
That’s all there’s to it.

Like this..!

 

Or make a registry file containing:

 

Windows Registry Editor Version 5.00

 

[HKEY_CLASSES_ROOT\.js]

“PerceivedType”=”text”

Advertisement

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s