<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    
    <title>Hope This Helps - Sonstiges</title>
    <link>http://hope-this-helps.de/serendipity/</link>
    <description>IT Tipps</description>
    <dc:language>de</dc:language>
    <generator>Serendipity 1.6 - http://www.s9y.org/</generator>
    
    

<item>
    <title>CreateBackup.exe erstellt ein Backup eines Ordner</title>
    <link>http://hope-this-helps.de/serendipity/archives/302-CreateBackup.exe-erstellt-ein-Backup-eines-Ordner.html</link>
            <category>Scripts + Code Schnipsel</category>
            <category>Sonstiges</category>
            <category>VBS / WSH</category>
    
    <comments>http://hope-this-helps.de/serendipity/archives/302-CreateBackup.exe-erstellt-ein-Backup-eines-Ordner.html#comments</comments>
    <wfw:comment>http://hope-this-helps.de/serendipity/wfwcomment.php?cid=302</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://hope-this-helps.de/serendipity/rss.php?version=2.0&amp;type=comments&amp;cid=302</wfw:commentRss>
    

    <author>nospam@example.com (Christopher Pope)</author>
    <content:encoded>
    CreateBackup.exe erstellt ein Backup eines Ordner und zippt die Zieldatei nach einem eingestellten Muster&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;&lt;br /&gt;
Hilfe zu CreateBackup.exe&lt;br /&gt;
&lt;br /&gt;
/H      Zeigt diese Hilfe an&lt;br /&gt;
/Q:     Definiert die Quelle der Dateien&lt;br /&gt;
/Z:     Definiert das Ziel des Backups&lt;br /&gt;
/N:     Definiert das Muster des Dateinamens&lt;br /&gt;
&lt;br /&gt;
/N:DT   DT steht für DateTime (Standard)&lt;br /&gt;
/N:D    D steht für Datum&lt;br /&gt;
&lt;br /&gt;
 Beispiele :&lt;br /&gt;
&lt;br /&gt;
Erstellt eine Backupdatei mit dem Namen TagMonatJahr_StundeMinuteSekunde.zip&lt;br /&gt;
&lt;br /&gt;
CreateBackup.exe /Q:&quot;C:\Quelle Test&quot; /Z:C:\test /N:DT&lt;br /&gt;
&lt;br /&gt;
Erstellt eine Backupdatei mit dem Namen TagMonatJahr.zip&lt;br /&gt;
&lt;br /&gt;
CreateBackup.exe /Q:C:\Quelle /Z:C:\test /N:D&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Erstellt von Christopher Pope | NO WARRANTY !! | Freeware&lt;br /&gt;
&lt;/blockquote&gt;&lt;br /&gt;
&lt;br /&gt;
Download : &lt;a href=&quot;http://hope-this-helps.de/serendipity/uploads/Anwendungen/CreateBackup.exe&quot; title=&quot;CreateBackup.exe&quot; target=&quot;_blank&quot;&gt;CreateBackup.exe&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Source Code : &lt;a href=&quot;http://hope-this-helps.de/serendipity/index.php?serendipity[subpage]=Downloads&amp;thiscat=13&amp;file=57&quot;&gt;nur für registrierte Mitglieder&lt;/a&gt; 
    </content:encoded>

    <pubDate>Wed, 24 Aug 2011 10:56:53 +0200</pubDate>
    <guid isPermaLink="false">http://hope-this-helps.de/serendipity/archives/302-guid.html</guid>
    
</item>
<item>
    <title>Windows XP - Explorer.exe startet nicht nach Anmeldung</title>
    <link>http://hope-this-helps.de/serendipity/archives/229-Windows-XP-Explorer.exe-startet-nicht-nach-Anmeldung.html</link>
            <category>Clients</category>
            <category>Sonstige Software</category>
            <category>Sonstiges</category>
            <category>Windows</category>
    
    <comments>http://hope-this-helps.de/serendipity/archives/229-Windows-XP-Explorer.exe-startet-nicht-nach-Anmeldung.html#comments</comments>
    <wfw:comment>http://hope-this-helps.de/serendipity/wfwcomment.php?cid=229</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://hope-this-helps.de/serendipity/rss.php?version=2.0&amp;type=comments&amp;cid=229</wfw:commentRss>
    

    <author>nospam@example.com (Christopher Pope)</author>
    <content:encoded>
    &lt;strong&gt;Problem :&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
Nach der Anmeldung an einem Windows XP Rechner startet der Ecplorer nicht automatisch , er kann aber manuell aus dem Taskmanager raus gestartet werden.&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Lösung :&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
Überprüfen folgender Registry Keys :&lt;br /&gt;
&lt;br /&gt;
Bevor man irgendwas an der Registry dreht immer ein Backup machen !&lt;br /&gt;
&lt;br /&gt;
HKLM = HKEY_LOCAL_MACHINE&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;&lt;br /&gt;
&lt;strong&gt;HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
AutoRestartShell = 1&lt;br /&gt;
Shell = Explorer.exe&lt;br /&gt;
Userinit = C:\WINDOWS\system32\userinit.exe,&lt;/blockquote&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;&lt;br /&gt;
&lt;strong&gt;HKLM\Software\Microsoft\WindowsNT\CurrentVersion\Image File Execution Options&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
userinit.exe darf unter diesem Pfad nicht eingetragen sein&lt;br /&gt;
&lt;br /&gt;
Es kann auch sein das unter diesem Pfad komische Buchstabensalate als Keys angegeben werden diese können auch gelöscht werden.&lt;br /&gt;
&lt;/blockquote&gt;&lt;br /&gt;
&lt;br /&gt;
Auch kann eine Software diesen Effekt verursachen :&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;&lt;br /&gt;
&lt;strong&gt;Google Desktop &amp;amp; Google Updater&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
1. Taskmanager öffnen und neuen Task ausführen.&lt;br /&gt;
2. c:\windows\system32\appwiz.cpl eingeben.&lt;br /&gt;
3. Den GoogleDesktop deinstallieren.&lt;br /&gt;
4. Den GoogleUpdater deinstallieren.&lt;br /&gt;
5. Neustart&lt;br /&gt;
&lt;/blockquote&gt;&lt;br /&gt;
&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Wed, 28 Apr 2010 11:03:28 +0200</pubDate>
    <guid isPermaLink="false">http://hope-this-helps.de/serendipity/archives/229-guid.html</guid>
    <category>clients</category>
<category>explorer</category>
<category>sonstige software</category>
<category>sonstiges</category>
<category>userinit</category>
<category>windows</category>
<category>xp</category>

</item>
<item>
    <title>Intel WIFI Software &quot;Datenbankfehler&quot;</title>
    <link>http://hope-this-helps.de/serendipity/archives/224-Intel-WIFI-Software-Datenbankfehler.html</link>
            <category>Sonstiges</category>
    
    <comments>http://hope-this-helps.de/serendipity/archives/224-Intel-WIFI-Software-Datenbankfehler.html#comments</comments>
    <wfw:comment>http://hope-this-helps.de/serendipity/wfwcomment.php?cid=224</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://hope-this-helps.de/serendipity/rss.php?version=2.0&amp;type=comments&amp;cid=224</wfw:commentRss>
    

    <author>nospam@example.com (Christopher Pope)</author>
    <content:encoded>
    &lt;strong&gt;Problem:&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
Das erstellen eines neues Profiles in der Intel WIFI Software ist nicht möglich , es erscheint immer die Meldung das ein Datenbankfehler vorliegt.&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Lösung:&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
Unter &lt;strong&gt;%Userprofile%\Anwendungsdaten\Intel\Wireless&lt;/strong&gt; den Ordner &lt;strong&gt;Wireless &lt;/strong&gt;löschen, die Datenbank wird dann neu angelegt und funktioniert.&lt;br /&gt;
Allerdings sind dann alle Einstellungen und Profile weg die man im laufen der Zeit angesammelt hat. 
    </content:encoded>

    <pubDate>Sun, 11 Apr 2010 19:31:24 +0200</pubDate>
    <guid isPermaLink="false">http://hope-this-helps.de/serendipity/archives/224-guid.html</guid>
    <category>Sonstiges</category>

</item>
<item>
    <title>SpaceNavigator - Installationshinweis für NX3</title>
    <link>http://hope-this-helps.de/serendipity/archives/165-SpaceNavigator-Installationshinweis-fuer-NX3.html</link>
            <category>Sonstiges</category>
    
    <comments>http://hope-this-helps.de/serendipity/archives/165-SpaceNavigator-Installationshinweis-fuer-NX3.html#comments</comments>
    <wfw:comment>http://hope-this-helps.de/serendipity/wfwcomment.php?cid=165</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://hope-this-helps.de/serendipity/rss.php?version=2.0&amp;type=comments&amp;cid=165</wfw:commentRss>
    

    <author>nospam@example.com (Christopher Pope)</author>
    <content:encoded>
    &lt;strong&gt;Problem :&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
Nach der Treiberinstallation des &lt;a href=&quot;http://www.3dconnexion.de/products/spacenavigator.html&quot; title=&quot;Space Navigators&quot; target=&quot;_blank&quot;&gt;Space Navigators&lt;/a&gt; startet NX3 nicht mehr.&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Lösung :&lt;/strong&gt; &lt;br /&gt;
&lt;br /&gt;
&lt;em&gt;&lt;strong&gt;C:\UgNx3\ugalliance\vendor\startup\&lt;/strong&gt;&lt;/em&gt; die Datei &lt;em&gt;&lt;strong&gt;3DxNX.dll &lt;/strong&gt;&lt;/em&gt;in &lt;em&gt;&lt;strong&gt;3DxNX.dll_old &lt;/strong&gt;&lt;/em&gt;umbenennen dann startet NX3 wieder  
    </content:encoded>

    <pubDate>Wed, 17 Feb 2010 12:37:12 +0100</pubDate>
    <guid isPermaLink="false">http://hope-this-helps.de/serendipity/archives/165-guid.html</guid>
    <category>3D Mouse</category>
<category>NX3</category>
<category>sonstiges</category>
<category>Space Navigator</category>

</item>
<item>
    <title>IncrediMail: Glocke in Systray entfernen</title>
    <link>http://hope-this-helps.de/serendipity/archives/127-IncrediMail-Glocke-in-Systray-entfernen.html</link>
            <category>Sonstiges</category>
    
    <comments>http://hope-this-helps.de/serendipity/archives/127-IncrediMail-Glocke-in-Systray-entfernen.html#comments</comments>
    <wfw:comment>http://hope-this-helps.de/serendipity/wfwcomment.php?cid=127</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://hope-this-helps.de/serendipity/rss.php?version=2.0&amp;type=comments&amp;cid=127</wfw:commentRss>
    

    <author>nospam@example.com (Ralf Entner)</author>
    <content:encoded>
    Es kann passieren, daß Incredimail plötzlich eine blinkende Glocke im Systray zeigt, die man zwar wegklicken kann, aber ständig wieder erscheint. Mit der Zeit ist das etwas nervig!!&lt;br /&gt;
Folgende Anleitung zum entfernen der Glocke. Die ganze Sache kommt von einem Update von Incredimail:&lt;br /&gt;
&lt;br /&gt;
Im eigenen Profil unter&lt;br /&gt;
&lt;br /&gt;
&lt;em&gt;&lt;strong&gt;lokale Einstellungen/Anwendungsdaten/IM/Identities/{11E3EC9A-792C-4889-A2FB-316103 1CB843}&lt;/strong&gt;&lt;/em&gt;&lt;br /&gt;
(der Ordner hat bei jedem eine andere Nummer!)&lt;br /&gt;
&lt;br /&gt;
die Datei &lt;strong&gt;imsl.dat&lt;/strong&gt; mit dem Editor öffnen, alles komplett rausgelöscht und die leere Datei wieder gespeichert. Dann habe ich ihr mit der rechten Maustaste, Eigenschaften, einen &lt;u&gt;Schreibschutz &lt;/u&gt;verpaßt und jedem die &lt;u&gt;Rechte darauf entzogen&lt;/u&gt; inkl. System etc. (nur bei NTFS). &lt;br /&gt;
&lt;br /&gt;
Das ist wichtig, sonst steht später alles wieder drin! &lt;br /&gt;
&lt;br /&gt;
Seitdem ist die Glocke weg. &lt;img src=&quot;http://hope-this-helps.de/serendipity/templates/default/img/emoticons/laugh.png&quot; alt=&quot;:-D&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt; 
    </content:encoded>

    <pubDate>Wed, 10 Feb 2010 09:18:01 +0100</pubDate>
    <guid isPermaLink="false">http://hope-this-helps.de/serendipity/archives/127-guid.html</guid>
    <category>Sonstiges</category>

</item>

</channel>
</rss>
