INFORMATICS

The Best

How to Erase a Recovery Partition in Windows

Star InactiveStar InactiveStar InactiveStar InactiveStar Inactive

How to Erase a Recovery Partition in Windows

1. Type Cmd into the Windows search box. Right click on Command Prompt and select "Run as Administrator."
2. Type "diskpart" at the command prompt and hit Enter.
3. Type "list disk" and hit Enter. A list of physical drives appears.
4. Type "select disk" and the number of the disk.
5. Type "list partition." A list of partitions appears.
6. Type "selection partition" and the number of the recovery partition you wish to delete. There may be more than one.
7. Type "delete partition override."

 

PDF Creator - Error-Nr: 339 (Component MSCOMCT2.OCX or one of its dependencies

Star InactiveStar InactiveStar InactiveStar InactiveStar Inactive

PDF Creator - Error-Nr: 339 (Component MSCOMCT2.OCX or one of its dependencies not correctly registered: a file is missing or invalid)

Solution:

You logged in as administrator and used pdfcreator once. After logging in as user, the problem was gone as well.

 

or

It looks like, registering  MSCOMCT2.OCX solves the problem without the "start as admin"-trick:

For a 64-bit OS create a batch file with 

regsvr32 C:\\Windows\\SysWOW64\\MSCOMCT2.OCX 

or for a 32-bis OS

regsvr32 C:\\Windows\\System32\\MSCOMCT2.OCX

and run the file as administrator.

Search