no preview for .vb ??

Hallzie

New member
Hi everybody

I have added several file extension to registry so they will show as text in file explorer preview pane. All works so far EXCEPT .vb !!
Anybody knows why? And how make work?

br
Hallzie
 

My Computer

OS
Windows 7 Home Premium 64bit.
Hello & welcome to SevenForums!

.vb (vbscript) are Visual Basic 6 & VB.Net and earlier versions..might need one of those, C++ & SDK to be installed and i think windows 7 block such script from being executed otherwise.

Hope this help:
http://en.wikipedia.org/wiki/VBScript
 

My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Custom Build
OS
Windows 7 Professional SP1 - x64 [Non-UEFI Boot]
CPU
Ivy Bridge Core i5 3570K (Delidded)
Motherboard
Asus P8Z77-V LE PLUS
Memory
G.Skill "Ares" DDR3 PC3-12800 - 1600MHz (16Gb)
Graphics Card(s)
Asus Dual-RX480-O4G
Sound Card
Creative Sound Blaster Z w/5.1 sound system
Monitor(s) Displays
Asus IPS 23"
Screen Resolution
16/9
Hard Drives
Internal:
500Go Sata 6Gb/s (x2)
500Go Sata 3Gb/s (x2)
SSD 60Go Sata 6Gb/s
PSU
In Win C 900W Series 80+ Platinum
Case
Thermaltake Chaser A71
Cooling
Custom Water Cooling Loop
Keyboard
Cooler Master QuickFire XTi
Mouse
Razer Imperator 2012 (4G)
Antivirus
MSE
Browser
IE 11.0.xxx Rtm
Other Info
"Raid0" with Intel Smart Response Technology (HDD/SSD)
I forgot to mention that I have VB.net VS 2010 Express installed. My system is 64bit home premium

I would like to use the preview to see old code while working on new code.

Could the VS be interfering with the text preview somehow?
 

My Computer

OS
Windows 7 Home Premium 64bit.

My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Custom Build
OS
Windows 7 Professional SP1 - x64 [Non-UEFI Boot]
CPU
Ivy Bridge Core i5 3570K (Delidded)
Motherboard
Asus P8Z77-V LE PLUS
Memory
G.Skill "Ares" DDR3 PC3-12800 - 1600MHz (16Gb)
Graphics Card(s)
Asus Dual-RX480-O4G
Sound Card
Creative Sound Blaster Z w/5.1 sound system
Monitor(s) Displays
Asus IPS 23"
Screen Resolution
16/9
Hard Drives
Internal:
500Go Sata 6Gb/s (x2)
500Go Sata 3Gb/s (x2)
SSD 60Go Sata 6Gb/s
PSU
In Win C 900W Series 80+ Platinum
Case
Thermaltake Chaser A71
Cooling
Custom Water Cooling Loop
Keyboard
Cooler Master QuickFire XTi
Mouse
Razer Imperator 2012 (4G)
Antivirus
MSE
Browser
IE 11.0.xxx Rtm
Other Info
"Raid0" with Intel Smart Response Technology (HDD/SSD)
this is no big drama, just annoying, in W7 when you highlight a text file with .txt extension you will see what is inside the file in the preview panel if you are using the Windows Explorer.

if you run this script:

=======textext.reg======
Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\.nfo]
"Content Type"="text/plain"
"PerceivedType"="text"

========================

you will see what is inside .nfo files

you can run this script many times for
different extension on files with text

BUT for .vb, it does not work. (the .vb's are text)

I would like to know if there is a work-around


br
 

My Computer

OS
Windows 7 Home Premium 64bit.
Back
Top