To register (or reregister) DLL file
- Click start and run
- Type regsvr32
.dll (for example - regsvr32 zipfldr.dll will register zip folders in windows) - Or you can use regsvr32
\ (where.dll is the path to the file, and is the name of the file)
- Click start and run
- Type regsvr32 -u
.dll (for example - regsvr32 -u zipfldr.dll will disable zip folders) - Or you can use regsvr32 -u
\ (where.dll is the path to the file, and is the name of the file)
No comments:
Post a Comment