slice&dice

SignBlazer Previews -- how to get rid of them

Recommended Posts

Running SignBlazer, when opening files from your computer, you'll end up with Preview items all throughout your folders, generated by SBE as it tries to present views of your graphics.

Here is a trick for erasing those little files. ( *.pvw  extensions )

Run this Windows Command script inside each folder that contains those .pvw thingies. They'll vanish, buh-bye.

previewclean.cmd

Share this post


Link to post
Share on other sites

I can't find it now but I had a similar batch file that I put in my startup folder that would find and delete all .pvw on the computer.

Share this post


Link to post
Share on other sites

I don't think this is how I did it, but this is a pretty simple way. Create a batch file (.bat) and put put the following in it.

@echo off

del /S c:/*.pvw

Create a shortcut to this batch file and put it in your startup folder. Each time windows starts it'll search the entire c: drive and delete all pvw files. I have never seen pvw files used for anything other than SB so this should be safe to do.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now