Skip navigation.

Mav's thoughts

A small journey with my impressions

"Kingdom" Music video is online.....

, , ,

On 27th August all fans of Dave Gahan could download his new single release "Kingdom" (you remembered?? :yes:)

Now the music video is online. Yeahh... Enjoy it.....

More information about Dave Gahan's new album you'll get on --> http://www.davegahan.com/ <--

Endlich geschafft....

:yes: Huuuiii..... endlich hab ich meine Hausarbeit geschafft. Das Fazit ist heute geschrieben worden und somit sind gut 2,5 Monate Arbeit zu Ende. Auch wenn es nur eine Hausarbeit ist, weiß ich jetzt wenigstens, was das für Anstrengungen kostet. Dann bin ich für meine Abschlußarbeit gut gewappnet.

Nun hoffe ich nur noch, daß meine Ausarbeitung gut benotet wird. Hoffen wir das Beste..... :whistle:

Windows Update geht nicht - Windows Update doesn't work

, ,

For the English version please scroll down

Sollte es Euch mal passieren, daß Ihr Euer Windows System nicht updaten könnt und auf der Updateseite eine oder mehrere folgenden Meldungen erhaltet


Die Integrität der Datei update.inf konnte nicht verifiziert werden. Stellen Sie sicher, dass der Kryptografiedienst auf diesem Computer ausgeführt wird.

Katalogdateien konnten nicht installiert werden.

Die zu installierende Software hat den Windows-Logo-Test nicht bestanden, der die Kompatibilität mit Windows XP überprüft. (Warum ist dieser Test wichtig?)

Diese Software wird nicht installiert. Wenden Sie sich an den Systemadministrator.



dann kann es daran liegen, daß entweder die entpsrechenden Dienste nicht gestartet sind oder die auch die Bibliotheksdateien deregistriert wurden. Weitere Informationen erhaltet Ihr auf Microsoft's Knowledge Base 822798

Stellt also vorher sicher, daß die entsprechenden Dienste auf Euren Rechnern laufen. Sollten sie dies tun und Ihr weiterhin diese Meldungen erhalten, dann kopiert Euch den nachfolgenden Text in Euren Editor (z.B. Notepad) und speichert diese als Batch Datei (*.bat) ab.

@echo off
cd\
cls

echo.
echo.
echo Windows Update Wiederherstellung
echo ================================
echo.
echo Diese Hilfe dient zur Wiederherstellung aller notwendigen
echo Microsoft Windows Update .dll Datei-Registrierungen
echo.
echo Die Nutzung dieser Hilfe geschieht unter Ausschluss jeglicher
echo Gewaerleistung und/oder Garantie fuer die Funktion auf allen Computern!
echo.
echo Das Nachregistrieren der Dateien, beneotigt ein wenig ihrer Geduld!
echo.
echo.
echo -Team MSHelper.de-
echo.
echo.
echo.
echo.

pause
@echo on

regsvr32 cryptdlg.dll /s
regsvr32 dssenh.dll /s
regsvr32 gpkcsp.dll /s
regsvr32 initpki.dll /s
regsvr32 jscript.dll /s
regsvr32 mssip32.dll /s
regsvr32 msxml.dll /s
regsvr32 msxml2.dll /s
regsvr32 msxml3.dll /s
regsvr32 qmgr.dll /s
regsvr32 qmgrprxy.dll /s 
regsvr32 rsaenh.dll /s
regsvr32 sccbase.dll /s
regsvr32 slbcsp.dll /s
regsvr32 softpub.dll /s
regsvr32 vbscript.dll /s
regsvr32 wintrust.dll /s
regsvr32 wuapi.dll /s
regsvr32 wuaueng.dll /s
regsvr32 wuaueng1.dll /s
regsvr32 wuauserv.dll /s
regsvr32 wucltui.dll /s
regsvr32 wups.dll /s
regsvr32 wups2.dll /s
regsvr32 wuweb.dll /s


@echo off

echo.
echo.
echo Alle notwendigen .dll Dateien wurden erfolgreich nachregistriert!
echo Bitte testen Sie erneut den Zugriff auf die Windows-Update Seite.
echo.
echo.
echo -Team MSHelper.de-
pause
exit


Wenn jemand ein W2k System einsetzt, dann werden einige Dateien nicht auf dem System sein. Dies wird dann mittels einer Meldung quittiert. Dies macht aber nichts, da die monierten Dateien für W2k nicht benötigt werden.

Diese Hilfe habe ich in der Windows Newsgroup gefunden. So spart man eine Menge Zeit, da man manuell nur eine Datei nach der anderen registrieren kann. Danke an dieser Stelle dem Team von Microsoft Helper Service. :up:

-------------

If you should get one or more of the following messages if you want to update your Windows OS



Name of Update Package Setup could not verify the integrity of the file Update.inf. Make sure the Cryptographic service is running on this computer.

Failed to install catalog files.

The software you are installing has not passed Windows Logo testing to verify its compatibility with Windows XP. (Tell me why this testing is important.)

This software will not be installed. Contact your system administrator.



then it could be that your services (BITs e.g.) are not started or some of the needed file libraries (*.dll) are unregistered. On Microsoft websites you can read more information about this issue. --> Knowledge Base 822798 <--

Make sure your services are running. If so and you can't update then copy the following code and paste in an editor (notepad e.g.). Save this file as a batch (*.bat).

@echo off
cd\
cls

echo.
echo.
echo Windows Update Recovery
echo =======================
echo.
echo This help will recover all needed Microsoft-Windows-
echo Update .dll file registries. 
echo.
echo This use is excluding to caveat emptor and/or
echo warranty for function of all computers!
echo.
echo The register of the files needs some time. Please
echo be patient.
echo.
echo.
echo -Team MSHelper.de-
echo.
echo.
echo.
echo.

pause
@echo on

regsvr32 cryptdlg.dll /s
regsvr32 dssenh.dll /s
regsvr32 gpkcsp.dll /s
regsvr32 initpki.dll /s
regsvr32 jscript.dll /s
regsvr32 mssip32.dll /s
regsvr32 msxml.dll /s
regsvr32 msxml2.dll /s
regsvr32 msxml3.dll /s
regsvr32 qmgr.dll /s
regsvr32 qmgrprxy.dll /s 
regsvr32 rsaenh.dll /s
regsvr32 sccbase.dll /s
regsvr32 slbcsp.dll /s
regsvr32 softpub.dll /s
regsvr32 vbscript.dll /s
regsvr32 wintrust.dll /s
regsvr32 wuapi.dll /s
regsvr32 wuaueng.dll /s
regsvr32 wuaueng1.dll /s
regsvr32 wuauserv.dll /s
regsvr32 wucltui.dll /s
regsvr32 wups.dll /s
regsvr32 wups2.dll /s
regsvr32 wuweb.dll /s


@echo off

echo.
echo.
echo All needed files (.dll) were registered successful!
echo Please run Microsoft-Windows-Update service again.
echo.
echo.
echo -Team MSHelper.de-
pause
exit


If someone uses a W2k OS then some of these files are not included of this system. You will get a message about it. But never mind but these files are not needed for W2k systems.

I've found this help in Microsoft Newsgroup [German]. You save much time because you only can register one file if you do it manually. Thank you very much to the Microsoft Helper Service team. :up:

After Update AntiVir's umbrella is gone

, , ,

On September 5th Avira has released a new Version of its software program AntiVir. You can read more information about it at following site --> Release notes Q3-2007 <--.

Some users reported that after the update the umbrella doesn't show in the tray now. I've created a small workaround. Copy the code into your editor (e.g. notepad) and save it as a batch file (*.bat)

NOTE: You have to adapt the path to your version if you use this batch file!

@echo off
color 04
cls
echo.
@echo The control program "avgnt" by Avira will be terminated now.
@echo Note: You must be an administrator to use this batch file.
echo.
@echo If you are logged in as a limited user then you must enter
@echo your adminstrator password now. After the process "avgnt"
@echo will terminated.
echo.
echo.
runas /profile /user:Computer\Account "tskill avgnt"
echo.
echo.
@echo Now the control program will be starting in 5s again. 
ping -n 6 127.0.0.1 >nul
echo.
start "" /b "%programfiles%\Avira Premium Security Suite\avgnt.exe"
ping -n 2 127.0.0.1 >nul


Legend:
Computer: e.g. Mav
Account: e.g. Admin
Path for Suite: Avira Premium Security Suite
Path for Premium: Antivir PersonalEdition Premium
Path for Classic: AntiVir PersonalEdition Classic

This batch file were tested on WinXP Home SP2 as a limited user. In WinXP Prof. there is a file which is called taskkill which isn't normally included in WinXP Home.

But this behaviour can also occur if following services are started.
SSDPSVR (UnPnP Discovery Service) and Upnphost (Universal Plug and Play Device Host). Stop these services and set it to "disabled" and reboot your system again. I've seen this tip at WinTotal's website [German]. --> http://www.wintotal.de/Tipps/Eintrag.php?TID=1129 <--

Avira AntiVir Premium Security Suite: Konfiguration Webguard - URL Ausnahmen

, ,

Mit diesem kleinen Tutorial stelle ich Euch eine kleine Hilfe zur Verfügung, wie man URL-Ausnahmen im Webguard Modul definiert. Somit werden Seiten, die für Euch sicher sind, schneller dargestellt, da sie vom Scan des Webguards ignoriert werden.

Weitere wertvolle Tips erhaltet Ihr im Forum oder auf den Seiten von Avira.

Forum: -> http://forum.antivir-pe.de/index.php <-
Avira: -> http://www.avira.com/ <-

Looking for a new design for my blog site

,

Hello folks,

I'm looking for a new design for my blog. I think about a Depeche Mode design but I can't find pictures or template which I can use legal. :worried:
And I'm also not a good web designer for creating such pictures. awww Perhaps some among you can give me a good advice? :right: :left:

I want to try to find a good draft to insert it in my blog css code.

Single release "Kingdom" in iTunes store now!

, , ,

Related to my last blog post Kingdom yesterday. Now I'm so happy to hear the song in full duration. :up:

Opened my iTunes store and bought the single for 0,99 €.

3-2-1-mine :yes:

For all others who are in two minds a small snippet to the new song. :D :ko:

Kingdom

, , ,

Yeaaaahhhh.... tomorrow the new single release "Kingdom" by Dave Gahan will coming out in iTunes and Musicload stores. :sing: In Germany the radio stations may play the new single then and I can hardly expect it... And on October 8th I can buy the CD.

Dave Gahan has performed his new single Kingdom; single release from his album Hourglass which will be released in October here in Germany.

He has leaved us a video message again. Have a look at it.



(...) If there's a kingdom beyond it all
is there a god who loves us all (...)



More infos you'll find at these websites.

--> http://www.davegahan.com/index.html <--
--> http://www.depechemode.com/ <--