Inital commit
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
AddType application/x-httpd-php .reg
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 12 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 15 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 5.5 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 54 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 54 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 63 KiB |
@@ -0,0 +1,33 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de" lang="de">
|
||||
<head>
|
||||
<link rel="shortcut icon" type="image/x-icon" href="../favicon.ico" />
|
||||
<title>Startsound abschalten unter Windows XP - Kein Startsound!</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel='stylesheet' type='text/css' href='../stylesheet.css' media='all' />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div id="maincol">
|
||||
|
||||
<div id="menu">
|
||||
<a href="../index.html">Start</a> • <a href="../das-problem.html">Das Problem</a> • <a href="../die-loesung.html">Die Lösung</a> • <a href="../kampagne.html">Mitmachen</a> • <a href="../kontakt.php">Kontakt</a>
|
||||
</div>
|
||||
|
||||
<h2>Startsound abschalten unter Windows XP</h2>
|
||||
|
||||
<h3>Einfach und schnell: Unser Abschalt-Skript</h3>
|
||||
|
||||
<p>
|
||||
Lade das Skript <a href="kein-startsound.reg">kein-startsound.reg</a> herunter. Öffne es mit einem Doppelklick, bestätige mit einem Klick auf <em>Ja</em> und der Startsound ist abgestellt.
|
||||
</p>
|
||||
|
||||
<h3>Ausführliche Anleitung zum An- und Abschalten des Startsounds</h3>
|
||||
|
||||
<p>
|
||||
Wer unser Skript nicht verwenden möchte oder aus unerfindlichen Gründen seinen Startsound wieder haben will, kann das nach unserer einfachen <a href="startsound-manuell-aendern.html">Schritt-für-Schritt-Anleitung</a> tun.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
header('Content-Type: application/octet-stream');
|
||||
header('Content-Disposition: attachment; filename="kein-startsound.reg"');
|
||||
header('Content-Length: '.(string)filesize('kein-startsound.reg'));
|
||||
header('Cache-Control: no-store, no-cache, must-revalidate');
|
||||
header('Pragma: no-cache');
|
||||
header('Expires: 0');
|
||||
?>Windows Registry Editor Version 5.00
|
||||
|
||||
[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\WindowsLogoff]
|
||||
|
||||
[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\WindowsLogoff\.Current]
|
||||
@=""
|
||||
|
||||
[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\WindowsLogon]
|
||||
|
||||
[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\WindowsLogon\.Current]
|
||||
@=""
|
||||
@@ -0,0 +1,48 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de" lang="de">
|
||||
<head>
|
||||
<link rel="shortcut icon" type="image/x-icon" href="../favicon.ico" />
|
||||
<title>Startsound manuell abschalten unter Windows XP - Kein Startsound!</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel='stylesheet' type='text/css' href='../stylesheet.css' media='all' />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div id="maincol">
|
||||
|
||||
<div id="menu">
|
||||
<a href="../index.html">Start</a> • <a href="../das-problem.html">Das Problem</a> • <a href="../die-loesung.html">Die Lösung</a> • <a href="../kampagne.html">Mitmachen</a> • <a href="../kontakt.php">Kontakt</a>
|
||||
</div>
|
||||
|
||||
<h2>Ausführliche Anleitung zum An- und Abschalten des Startsounds</h2>
|
||||
|
||||
<p>
|
||||
1. Klicke auf <em>Start</em>, danach auf <em>Systemsteuerung</em><br />
|
||||
<img src="01.jpg" alt="Systemsteuerung öffnen" class="screenshot" />
|
||||
</p>
|
||||
|
||||
<p>
|
||||
2. Öffne <em>Sounds und Audiogeräte</em> mit einem Doppelklick<br />
|
||||
<img src="02.jpg" alt="'Sounds und Audiogeräte' öffnen" class="screenshot" />
|
||||
</p>
|
||||
|
||||
<p>
|
||||
3. Klicke in dem neuen Fenster oben auf die Registerkarte <em>Sounds</em>. Bewege die Liste unter „Programmereignisse“ bis zum Eintrag <em>Windows starten</em>. Wähle diesen Eintrag mit einem Mausklick aus.<br />
|
||||
<img src="03.jpg" alt="Eintrag 'Windows starten' auswählen" class="screenshot" />
|
||||
</p>
|
||||
|
||||
<p>
|
||||
4. Öffne nun die Liste „Sounds“ ganz unten im Fenster, gehe ganz nach oben und wähle den Eintrag <em>(Kein)</em>.<sup><a href="#footnote-1">1</a></sup> Das war's. Und weil das so einfach war, wähle auch gleich den Listeneintrag <em>Windows beenden</em> und stelle den Sound ebenfalls auf <em>(Kein)</em>.<sup><a href="#footnote-2">2</a></sup> Danach muss die Einstellung noch mit einem Klick auf <em>OK</em> bestätigt werden. Fertig.
|
||||
<img src="04.jpg" alt="Klicke auf 'Start', danach auf 'Systemsteuerung'" class="screenshot" />
|
||||
</p>
|
||||
|
||||
<p style="font-size: small;">
|
||||
<sup id="footnote-1">1</sup> Falls der Startsound wieder hergestellt werden soll, muss statt <em>(Kein)</em> der Eintrag <em>Windows XP-Startvorgang.wav</em> gewählt werden.
|
||||
</p>
|
||||
<p style="font-size: small;">
|
||||
<sup id="footnote-2">2</sup> Falls der Sound wieder hergestellt werden soll, muss statt <em>(Kein)</em> der Eintrag <em>Windows XP-Herunterfahren.wav</em> gewählt werden.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user