Category: Windows

  • Mini / analyze DUMP file

    To open the DUMP file you will need a corresponding debugging tool, which you can download from Microsoft: Download (11,3 MB): http://msdl.microsoft.com/download/symbols/debuggers/dbg_x86_6.4.7.2.exe After you have installed the program, you can use the debugger “Start” -> “Programme” -> “Debugging Tools for Windows” -> “WinDbg” start. In order to really make sense to work with the debugger, will also be the…

  • 550 5.1.1 RESOLVER.ADR.ExRecipNotFound; not found

    Error: IMCEAEX-_O=domain_OU=EXCHANGE+20ADMINISTRATIVE+20GROUP+20+28FYDIBOHF23SPDLT+29_CN=RECIPIENTS_CN=user@domain.de #550 5.1.1 RESOLVER.ADR.ExRecipNotFound; not found ## solution: create an X500 entry under E-Mail address / O = DOMAIN / ou = Exchange Administrative Group (FYDIBOHF23SPDLT)/cn=Recipients/cn=user

  • Win32 error code returned by the print processor: 63 (0x3f)

    The print job 63 was sent through the print processor winprint on printer PRT04, driver Canon Generic PCL6 Driver, in the isolation mode 2 (0 – loaded in the spooler, 1 – loaded in shared sandbox, 2 – loaded in isolated sandbox). Win32 error code returned by the print processor: 0x3f. I fix this issue…

  • Troubleshooting Active Directory account lockout issues

    Troubleshooting Active Directory account lockout issues

    AD/Exchange pro does often face an issue for which there is little documentation available on internet – User Account lockouts. I know this, because I have been troubleshooting an account lockout issue for a while with minimal help. So, here we go – My guide for troubleshooting Active Directory account lockout issues

  • Windows 7 – fix errors in accessing the internal backup feature

    With the backup utility in Windows 7 can be backups of files as well as an image of the computer simply create. But when looking at the function “Save and recover” wants to access, sometimes just the terse message “Internal error. Wrong parameter”. Kryptisch: The error message, which Windows outputs, if the user wants to call up the internal backup function, is…

  • Windows / Office KMS activation script (Windows Enterprise)

    @echo off REM –> Check for permissions >nul 2>&1 “%SYSTEMROOT%system32cacls.exe” “%SYSTEMROOT%system32configsystem” REM –> If error flag set, we do not have admin. if ‘%errorlevel%’ NO ‘0’ ( echo Requesting administrative privileges… goto UACPrompt ) else ( goto gotAdmin ) :UACPrompt echo Set UAC = CreateObject^(“Shell.Application”^) > “%temp%getadmin.vbs” set params = %*:”=”” echo UAC.ShellExecute “%~s0”, “%params%”,…