Archive for November, 2011
Turn off Zip Folders in Windows
Windows XP will display your zip files as folders. This wouldn’t be so bad except that when you first open the folder containing many zip files Windows tries to index each of them. In our case we had folders that contained anywhere from a few hundred to a few thousand. This would cause Windows explorer to hang, sometimes for quite a while, until it was done processing each zip file.
If you don’t want this to happen, open a Command Prompt (Start > Run and type CMD in the Open box, press OK) and type:
regsvr32 /u zipfldr.dll
You can reverse the above command by typing:
regsvr32 zipfldr.dll
Sponsored Links
Fourth Woods Blog
Categories
- Culture and Copyright (1)
- Database (5)
- MySQL (1)
- Oracle (2)
- SQL Server (2)
- Emulation (1)
- Programming (41)
- Algorithms (4)
- C (11)
- Cpp (3)
- Design Patterns (1)
- Graphics (7)
- Java (4)
- JavaScript (9)
- JSP (1)
- Multimedia (5)
- Perl (1)
- Security (4)
- XML (1)
- Tips and Tricks (22)
- Uncategorized (2)
Tags
beginner
binary analysis
bufferoverflow
bug
bugs
c
cd
cdt
configuration
copyright
cpp
data
database
directx
disassember
eclipse
emulator
expert
explorer
facebook
factory
firefox
graphics
intermediate
iso
java
javascript
jquery
linux
maze
midi
mingw
multimedia
opengl
oracle
programming
screensaver
security
sql
sql server
tips
ubuntu
web development
windows
xml
