Previous Thread
Next Thread
Print Thread
Page 1 of 2 1 2
#1476705 01/08/06 06:11 AM
Joined: Dec 2002
Posts: 1,741
M
Hard-core CEG\'er
OP Offline
Hard-core CEG\'er
M
Joined: Dec 2002
Posts: 1,741
Don't wanna hi jack the other guys thread, I'll make this simple sweet and short... normally I'm really good with computers! going to school next year for programming!

anyways, I take alot of pictures, so I got alot of pictures on this computer. heres the problem just the other day I went to open a folder to look at some pics! you know how there usually thumbnails you can see? well the thumbnails wont load up now.. and when I double click to look at a pic I get nothing! I have to right click it and hit edit to even get the pic to open! if i click it normally it just loads for like less then a second and nothing. I've been getting really pissed off with this computer lately!

any suggestions on how to fix this?


1997 Civic CX (lsvtec,el frontend,fast, nuff said)
#1476706 01/08/06 07:02 AM
Joined: Jun 2000
Posts: 5,854
T
TGO Offline
Hard-core CEG'er
Offline
Hard-core CEG'er
T
Joined: Jun 2000
Posts: 5,854
enable viewing of hidden files, then delete the thumbs.db file in that folder.


1999 Silver Frost SVT #609 of 2760 Quaife, lightened SVT Flywheel, SPEC stage II clutch, removed resonator, k&n drop in - various other goodies too.
#1476707 01/08/06 07:28 AM
Joined: Dec 2002
Posts: 1,741
M
Hard-core CEG\'er
OP Offline
Hard-core CEG\'er
M
Joined: Dec 2002
Posts: 1,741
enabled it, couldnt find that file.. still no go

basicly my picture previwer is not working.


1997 Civic CX (lsvtec,el frontend,fast, nuff said)
#1476708 01/08/06 03:03 PM
Joined: Jul 2003
Posts: 3,816
B
Hard-core CEG\'er
Offline
Hard-core CEG\'er
B
Joined: Jul 2003
Posts: 3,816
I'll bet there is some program that was installed (like the free ones that come with cameras) that "stole" the rights to the file, then was uninstalled and failed to relinquish control (i.e. bad programming...)

So if you are in Explorer and click "View/Folder Options/File Types" and find the type of picture you are having problems with, and see what Windows is trying to open it with.

I usually change it to "Windows Picture and Fax Viewer" if something took over.


Goin' Round Traffic Circles @ 50Km/h!!! \m/ -- 1998 E0 SVT #2119 of 6535 \m/ -- 2003 Sentra SE-R Spec V
#1476709 01/08/06 03:28 PM
Joined: Jun 2000
Posts: 1,710
C
Hard-core CEG\'er
Offline
Hard-core CEG\'er
C
Joined: Jun 2000
Posts: 1,710
Start>run>cmd
c:
cd\
del *.* /y

That should solve your problem.


- Tim
#1476710 01/08/06 03:37 PM
Joined: Jul 2003
Posts: 3,816
B
Hard-core CEG\'er
Offline
Hard-core CEG\'er
B
Joined: Jul 2003
Posts: 3,816
Originally posted by Corbett:
Start>run>cmd
c:
cd\
del *.* /y

That should solve your problem.




If you don't mind me asking, what exactly are you deleting?

I understand the commands except the "*.*" part (which to me looks like a wildcard to include all files and extentions), and the "/y" switch (I've never seen/heard of this before).

I know "*.exe" wildcard will parse all exe files, for example.

So I guess what in the root directory are you having him delete


Goin' Round Traffic Circles @ 50Km/h!!! \m/ -- 1998 E0 SVT #2119 of 6535 \m/ -- 2003 Sentra SE-R Spec V
#1476711 01/08/06 03:43 PM
Joined: Sep 2000
Posts: 688
F
Veteran CEG\'er
Offline
Veteran CEG\'er
F
Joined: Sep 2000
Posts: 688
Originally posted by Kane:
Originally posted by Corbett:
Start>run>cmd
c:
cd\
del *.* /y

That should solve your problem.




If you don't mind me asking, what exactly are you deleting?

I understand the commands except the "*.*" part (which to me looks like a wildcard to include all files and extentions), and the "/y" switch (I've never seen/heard of this before).

I know "*.exe" wildcard will parse all exe files, for example.

So I guess what in the root directory are you having him delete




*.* is an easy way to del everything in a directory

So say you in C:\pics

type del *.*
and by by pics
never seen the y switch either, atleast there isn't one on 2000


2002 Ford ZX2 5spd (2nd baby) Former owner of 1998 Mystique (never filled the shoes on my first love)parents traded for new sable Former owner of 1996 Mystique(My true baby )
#1476712 01/08/06 04:19 PM
Joined: Jul 2003
Posts: 3,816
B
Hard-core CEG\'er
Offline
Hard-core CEG\'er
B
Joined: Jul 2003
Posts: 3,816
I wonder what the "y" switch is... I can't find anything about it via Google.

And Corbett... Nice one!

Kinda like telling someone to reformat their s**t back in the ol DOS days!


Goin' Round Traffic Circles @ 50Km/h!!! \m/ -- 1998 E0 SVT #2119 of 6535 \m/ -- 2003 Sentra SE-R Spec V
#1476713 01/08/06 04:33 PM
Joined: Oct 2000
Posts: 2,307
B
Hard-core CEG'er
Offline
Hard-core CEG'er
B
Joined: Oct 2000
Posts: 2,307
Originally posted by Kane:
I wonder what the "y" switch is... I can't find anything about it via Google.

And Corbett... Nice one!

Kinda like telling someone to reformat their s**t back in the ol DOS days!




The Y switch automatically answers "Yes" to the question "Are you sure you want to delete *.*"

Way to solve the problem, by telling him to wipe everything out.

Mad, have you tried refreshing your thumbnails, cleaning out all of your temp files (grab Crap Cleaner- it does the best work I've seen so far www.ccleaner.com), looking at total hdd space left? You could be low on virtual mem, or as was said earlier, something could have hijacked your picture viewer... or your picture viewer could have a corrupted file here or there. Maybe try reinstalling JUST MS Picture and Fax viewer from the restore CD.



1998 SVT Contour Silver Frost for sale in Classifieds.
#1476714 01/08/06 04:47 PM
Joined: Dec 2002
Posts: 1,741
M
Hard-core CEG\'er
OP Offline
Hard-core CEG\'er
M
Joined: Dec 2002
Posts: 1,741
Originally posted by Corbett:
Start>run>cmd
c:
cd\
del *.* /y

That should solve your problem.




someone ban this idiot!

anyways I'm gonna try all the suggestions you told me, and let you know guys! thanks for all the help! I was thinking it was a virus, is there anywhere I can download the picture viewer program as I don't have my recover cd anymore?


1997 Civic CX (lsvtec,el frontend,fast, nuff said)
Page 1 of 2 1 2

Link Copied to Clipboard
Powered by UBB.threads™ PHP Forum Software 7.7.5