19 lines
668 B
Reg
19 lines
668 B
Reg
<?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]
|
|
@=""
|