Inital commit

This commit is contained in:
Tilman
2011-10-26 09:12:25 +02:00
commit c2670245b7
21 changed files with 381 additions and 0 deletions
+18
View File
@@ -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]
@=""