INFORMATICS

The Best

How to stop updates for drivers with Windows Update using Registry

Star InactiveStar InactiveStar InactiveStar InactiveStar Inactive

How to stop updates for drivers with Windows Update using Registry

  1. Use the Windows key + R keyboard shortcut to open the Run command.
  2. Type regedit, and click OK to open the Registry.
  3. Browse the following path:HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\WindowsQuick Tip: On Windows 10, you can now copy and paste the path in the Registry's address bar to quickly jump to the key destination.
  4. Right-click the Windows (folder) key, select New, and click on Key.
    1. Name the key WindowsUpdate and press Enter.
    2. Right-click the newly created key, select New, and click on DWORD (32-bit) Value.
      1. Name the key ExcludeWUDriversInQualityUpdate and press Enter.
      2. Double-click the newly created DWORD and set the value from 0 to 1.

How to disable automatic driver install on Windows 11

Star InactiveStar InactiveStar InactiveStar InactiveStar Inactive

How to disable automatic driver install on Windows 11

 

Open Settings on Windows 11.

Click on System.

Click the About tab.

Under the “Device specifications” section, click the “Advanced system settings” option.

Click the Hardware tab.

Click the “Device Installation Settings” button.

Select the “No (your device might not work as expected)” option.

Click the Save Changes button.

Click the OK button.

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