<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Programm in Autostart legen??]]></title><description><![CDATA[<p>HI zusammen wiekann ich meinPgrogramm in den Autostart legen???<br />
Ich ahbe bei den Faqs nichts gefunden und auch nicht bei der Borland hilfe(erscheint mir etwas unübersichtlich) und nun frage ich hier.</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/135124/programm-in-autostart-legen</link><generator>RSS for Node</generator><lastBuildDate>Sat, 01 Aug 2026 10:55:52 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/135124.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 30 Jan 2006 20:45:42 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Programm in Autostart legen?? on Mon, 30 Jan 2006 20:45:42 GMT]]></title><description><![CDATA[<p>HI zusammen wiekann ich meinPgrogramm in den Autostart legen???<br />
Ich ahbe bei den Faqs nichts gefunden und auch nicht bei der Borland hilfe(erscheint mir etwas unübersichtlich) und nun frage ich hier.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/981535</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/981535</guid><dc:creator><![CDATA[Maxmann]]></dc:creator><pubDate>Mon, 30 Jan 2006 20:45:42 GMT</pubDate></item><item><title><![CDATA[Reply to Programm in Autostart legen?? on Mon, 30 Jan 2006 20:51:22 GMT]]></title><description><![CDATA[<p>Du musst Dein Programm in die Registry schreiben.<br />
Und zwar hier</p>
<p>HKEY_CURRENT_USER\Software\Microsoft\Windows\Current Version\Run\</p>
<p>oder unter</p>
<p>HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Current Version\Run\</p>
<p>Schaue in der Hilfe zum Thema Registry bei TRegistry.</p>
<p>Gruss</p>
]]></description><link>https://www.c-plusplus.net/forum/post/981542</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/981542</guid><dc:creator><![CDATA[Rostfrei**]]></dc:creator><pubDate>Mon, 30 Jan 2006 20:51:22 GMT</pubDate></item><item><title><![CDATA[Reply to Programm in Autostart legen?? on Mon, 30 Jan 2006 20:57:43 GMT]]></title><description><![CDATA[<p>Verknüpfung in CSIDL_COMMON_PROGRAMS bzw. CSIDL_PROGRAMS in dem Unterverzeichnis &quot;autostart&quot; erstellen. Unter non-NT-System fällt die erste Möglichkeit weg.</p>
<p>EDIT:<br />
<a class="plugin-mentions-user plugin-mentions-a" href="https://www.c-plusplus.net/forum/uid/10447">@Rostfrei</a>[]<br />
1. Dass muss er nicht<br />
2. Dazu hat der normale Benutzer keine Rechte<br />
3. Ist das schlechter Stil<br />
3.1 Kannst du dabei eine Menge Mist bauen<br />
3.2 Wird jedes Aufräum-Tool den Eintrag sofort wieder entfernen<br />
3.3 Hat kein Anwender es gerne, dass einfach in seinen Systemstartkonfigurationen manipuliert wird<br />
4 Ist das die schlechteste aller Autostart-Möglichkeiten</p>
]]></description><link>https://www.c-plusplus.net/forum/post/981544</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/981544</guid><dc:creator><![CDATA[Reyx]]></dc:creator><pubDate>Mon, 30 Jan 2006 20:57:43 GMT</pubDate></item><item><title><![CDATA[Reply to Programm in Autostart legen?? on Mon, 30 Jan 2006 21:23:30 GMT]]></title><description><![CDATA[<p>Sorry aber könntest du mir vlt. genaueres erklären? sorry bin neu in Borland C++.<br />
Ich finde die entsprechenden ordner nicht und weiß auch nicht wei ich den pfahd meiner anwendung herbekomme es sei denn wie man ein verknüpfung erstellt.</p>
<p>ich würde gerne dieses Editor-Tut machen, um besser zu werden, aber ich finde es bei den Tutorials nicht.</p>
<p>Danke vielmals schonmal</p>
]]></description><link>https://www.c-plusplus.net/forum/post/981576</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/981576</guid><dc:creator><![CDATA[Maxmann]]></dc:creator><pubDate>Mon, 30 Jan 2006 21:23:30 GMT</pubDate></item><item><title><![CDATA[Reply to Programm in Autostart legen?? on Tue, 31 Jan 2006 07:42:59 GMT]]></title><description><![CDATA[<p>Das Startmenü liegt als reales Verzeichnis irgendwo auf der Festplatte (üblicherweise unter &quot;Dokumente und Einstellungen&quot;-&gt;Username auf neueren Windows-Systemen), eins seiner Unterverzeichnisse heißt &quot;Autostart&quot; und dort mußt du eine Verknüpfung zu deinem Programm reinlegen.</p>
<p>PS: Am schnellsten kommst zu zum richtigen Verzeichnis, indem du mit der rechten Taste auf &quot;Start&quot; klickst und &quot;Explorer&quot; auswählst.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/981722</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/981722</guid><dc:creator><![CDATA[CStoll]]></dc:creator><pubDate>Tue, 31 Jan 2006 07:42:59 GMT</pubDate></item><item><title><![CDATA[Reply to Programm in Autostart legen?? on Tue, 31 Jan 2006 10:10:53 GMT]]></title><description><![CDATA[<p>entweder <em>CSIDL_COMMON_STARTUP</em> (alle Benutzer) oder <em>CSIDL_STARTUP</em> (aktueller Benutzer).</p>
<pre><code class="language-cpp">#include &lt;shlobj.h&gt; // für Shell-Konstanten

char         Buffer[MAX_PATH];
LPITEMIDLIST ItemID;

// ID und zugehörigen Pfad bestimmen
SHGetSpecialFolderLocation(0, CSIDL_STARTUP, &amp;ItemID);
SHGetPathFromIDList(ItemID, Buffer);

// Pfad in AnsiString umwandeln
AnsiString Pfad = AnsiString(Buffer);
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/981806</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/981806</guid><dc:creator><![CDATA[Sunday]]></dc:creator><pubDate>Tue, 31 Jan 2006 10:10:53 GMT</pubDate></item><item><title><![CDATA[Reply to Programm in Autostart legen?? on Tue, 31 Jan 2006 12:49:46 GMT]]></title><description><![CDATA[<p>Also es funktioniert noc nicht die Medlung lautet &quot;Multiple &quot;Foldersettings&quot; oderso.<br />
Naja gibt es eine saubere möglichkeit die über die Registry zu machen? Also so, dass es kein Registry-Cleanrer löscht?<br />
mfg Maxmann</p>
]]></description><link>https://www.c-plusplus.net/forum/post/981962</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/981962</guid><dc:creator><![CDATA[Maxmann]]></dc:creator><pubDate>Tue, 31 Jan 2006 12:49:46 GMT</pubDate></item><item><title><![CDATA[Reply to Programm in Autostart legen?? on Tue, 31 Jan 2006 13:22:00 GMT]]></title><description><![CDATA[<p>Selbst wenn es keiner löscht, ist das die mit Abstand schlechteste Methode, die du anwenden kannst! Siehe mein Argumentation oben ...</p>
<p><a class="plugin-mentions-user plugin-mentions-a" href="https://www.c-plusplus.net/forum/uid/588">@Sunday</a><br />
Bleibt aber nach wie vor zu erwähnen, dass CSIDL_<strong>COMMON_</strong>* erst seit Windows NT zur Verfügung stehen!</p>
]]></description><link>https://www.c-plusplus.net/forum/post/981996</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/981996</guid><dc:creator><![CDATA[Reyx]]></dc:creator><pubDate>Tue, 31 Jan 2006 13:22:00 GMT</pubDate></item><item><title><![CDATA[Reply to Programm in Autostart legen?? on Tue, 31 Jan 2006 14:54:23 GMT]]></title><description><![CDATA[<p>Maxmann schrieb:</p>
<blockquote>
<p>&quot;Multiple &quot;Foldersettings&quot; oderso.</p>
</blockquote>
<p>sehr hilfreich! <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f44e.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--thumbs_down"
      title=":-1:"
      alt="👎"
    /></p>
<p>trage in deinem projekt unter optionen - verzeichnisse/bedingungen - bedingungen mal <strong>NO_WIN32_LEAN_AND_MEAN</strong> ein.</p>
<p><a class="plugin-mentions-user plugin-mentions-a" href="https://www.c-plusplus.net/forum/uid/7397">@Reyx</a></p>
<p>unter Win9x hat CSIDL_STARTUP den selben effekt wie CSIDL_COMMON_STARTUP, wenn ich die MSDN richtig deute:</p>
<p>MSDN schrieb:</p>
<blockquote>
<p>CSIDL_STARTUP</p>
<p>File system directory that corresponds to the user's Startup program group. The system starts these programs whenever any user logs onto Windows NT<img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/00ae.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--registered"
      title=":registered:"
      alt="®"
    /> or starts Windows<img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/00ae.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--registered"
      title=":registered:"
      alt="®"
    /> 95. A typical path is C:\Documents and Settings\username\Start Menu\Programs\Startup.</p>
</blockquote>
]]></description><link>https://www.c-plusplus.net/forum/post/982116</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/982116</guid><dc:creator><![CDATA[Sunday]]></dc:creator><pubDate>Tue, 31 Jan 2006 14:54:23 GMT</pubDate></item><item><title><![CDATA[Reply to Programm in Autostart legen?? on Tue, 31 Jan 2006 15:31:22 GMT]]></title><description><![CDATA[<p>Aus praktischen Tests weiß ich aber, dass die CSIDL's mit COMMON zumindest unter Win98 Datenmüll produzieren!</p>
<p>Ob das grundsätzlich bei allen so ist, weiß ich nicht, aber bei allen von mir getesteten (und das waren einige).</p>
]]></description><link>https://www.c-plusplus.net/forum/post/982156</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/982156</guid><dc:creator><![CDATA[Reyx]]></dc:creator><pubDate>Tue, 31 Jan 2006 15:31:22 GMT</pubDate></item><item><title><![CDATA[Reply to Programm in Autostart legen?? on Tue, 31 Jan 2006 16:35:45 GMT]]></title><description><![CDATA[<p>OK vielen dank dann für eure hilfe.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/982250</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/982250</guid><dc:creator><![CDATA[Maxmann]]></dc:creator><pubDate>Tue, 31 Jan 2006 16:35:45 GMT</pubDate></item><item><title><![CDATA[Reply to Programm in Autostart legen?? on Tue, 31 Jan 2006 22:04:41 GMT]]></title><description><![CDATA[<p>ich hab ja auch das ohne COMMON gemeint, dass das den selben effekt hat!</p>
]]></description><link>https://www.c-plusplus.net/forum/post/982595</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/982595</guid><dc:creator><![CDATA[Sunday]]></dc:creator><pubDate>Tue, 31 Jan 2006 22:04:41 GMT</pubDate></item><item><title><![CDATA[Reply to Programm in Autostart legen?? on Wed, 01 Feb 2006 08:58:45 GMT]]></title><description><![CDATA[<p>Stimmt aber nicht.<br />
Mit COMMON (WinNT) - &gt; Alle Benutzer<br />
Ohne COMMON (WinNT) -&gt; Aktueller Benutzer<br />
Mit COMMON (Win9x) -&gt; Datenmüll<br />
Ohne COMMON (Win9x) -&gt; Alle Benutzer/Aktueller Benutzer (gibt da ja nur einen)</p>
<p>Aber vielleicht reden wir ja aneinander vorbei <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f609.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--winking_face"
      title=";)"
      alt="😉"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/982779</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/982779</guid><dc:creator><![CDATA[Reyx]]></dc:creator><pubDate>Wed, 01 Feb 2006 08:58:45 GMT</pubDate></item><item><title><![CDATA[Reply to Programm in Autostart legen?? on Wed, 01 Feb 2006 14:05:36 GMT]]></title><description><![CDATA[<p>Reyx schrieb:</p>
<blockquote>
<p>Stimmt aber nicht.<br />
Mit COMMON (WinNT) - &gt; Alle Benutzer<br />
Ohne COMMON (WinNT) -&gt; Aktueller Benutzer<br />
Mit COMMON (Win9x) -&gt; Datenmüll<br />
Ohne COMMON (Win9x) -&gt; Alle Benutzer/Aktueller Benutzer (gibt da ja nur einen)</p>
<p>Aber vielleicht reden wir ja aneinander vorbei <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f609.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--winking_face"
      title=";)"
      alt="😉"
    /></p>
</blockquote>
<p>genauso habe ich das ja auch gemeint. <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f642.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--slightly_smiling_face"
      title=":)"
      alt="🙂"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/983055</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/983055</guid><dc:creator><![CDATA[Sunday]]></dc:creator><pubDate>Wed, 01 Feb 2006 14:05:36 GMT</pubDate></item></channel></rss>