Trojaner-Board

Trojaner-Board (https://www.trojaner-board.de/)
-   Alles rund um Windows (https://www.trojaner-board.de/alles-rund-um-windows/)
-   -   Windows XP Systemsteuerung und Tastatursprache (https://www.trojaner-board.de/149773-windows-xp-systemsteuerung-tastatursprache.html)

Warlord711 19.02.2014 20:26

Ah tut mir leid mir ist ein Fehler unterlaufen. Es muss so lauten:

Code:

@echo off
reg query "HKCU\Control Panel\don't load" /s > "%USERPROFILE%\desktop\reg.log"
reg query  "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Control Panel\dont't load" /s >> "%USERPROFILE%\desktop\reg.log"
reg query  "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\ Explorer\DisallowCpl" /s >> "%USERPROFILE%\desktop\reg.log"
reg query  "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\ Explorer\RestrictCpl" /s >> "%USERPROFILE%\desktop\reg.log"


Gaara8878 19.02.2014 21:19

Funktioniert leider immer noch nicht. Selbes Problem.

Warlord711 20.02.2014 09:40

Huch ! Sorry. Bitte nicht unter reg.bat abspeichern... Nenn es TBreg.bat

Gaara8878 20.02.2014 15:42

Code:

! REG.EXE VERSION 3.0

HKEY_CURRENT_USER\Control Panel\don't load
    ncpa.cpl        REG_SZ        No
    odbccp32.cpl        REG_SZ        No


Warlord711 20.02.2014 15:59

Das sieht leider auch normal aus...mal mit einem anderen Benutzerkonto probiert ?

Gaara8878 20.02.2014 16:23

Habe nur einen Benuzter oder soll ich irgendwie einen neuen erstellen?


Alle Zeitangaben in WEZ +1. Es ist jetzt 17:52 Uhr.

Copyright ©2000-2025, Trojaner-Board


Search Engine Optimization by vBSEO ©2011, Crawlability, Inc.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131