Inital commit
This commit is contained in:
@@ -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]
|
||||
@=""
|
||||
Reference in New Issue
Block a user