Neue Antwort schreiben 
 
Themabewertung:
  • 0 Bewertung(en) - 0 im Durchschnitt
  • 1
  • 2
  • 3
  • 4
  • 5
Der Code-Schnippsel-Thread
PacMani
Unregistered

 
Beitrag #141
RE: Der Code-Schnippsel-Thread
Ich miste meine Skripte-Ordner aus!!!

Taskleistenbuttons und sonstige jedwede Fensterthumbnails von Aero für große 1920x1080 HD-Monitore optimieren (macht sie etwas größer):
Code:
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Control Panel\Desktop\WindowMetrics]
"MinWidth"="250"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\AltTab]
"MinThumbSizePcent"=dword:00000100
"MaxThumbSizePx"=dword:000000e6

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Taskband]
"MaxThumbSizePx"=dword:000001c2
"MinThumbSizePx"=dword:000001c2
Alte Einstellungen wiederherstellen
Code:
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Control Panel\Desktop\WindowMetrics]
"MinWidth"=-

[-HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\AltTab]

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Taskband]
"MaxThumbSizePx"=-
"MinThumbSizePx"=-

ALLE Ereignislogs unter Vista / 7 löschen:
Code:
@ECHO OFF
TITLE Eventlogs werden geloescht...
wevtutil.exe cl "Analytic"
wevtutil.exe cl "Application"
wevtutil.exe cl "DirectShowFilterGraph"
wevtutil.exe cl "DirectShowPluginControl"
wevtutil.exe cl "EndpointMapper"
wevtutil.exe cl "ForwardedEvents"
wevtutil.exe cl "HardwareEvents"
wevtutil.exe cl "Internet Explorer"
wevtutil.exe cl "Key Management Service"
wevtutil.exe cl "MF_MediaFoundationDeviceProxy"
wevtutil.exe cl "Media Center"
wevtutil.exe cl "MediaFoundationDeviceProxy"
wevtutil.exe cl "MediaFoundationPerformance"
wevtutil.exe cl "MediaFoundationPipeline"
wevtutil.exe cl "MediaFoundationPlatform"
wevtutil.exe cl "Microsoft-IE/Diagnostic"
wevtutil.exe cl "Microsoft-IEFRAME/Diagnostic"
wevtutil.exe cl "Microsoft-PerfTrack-IEFRAME/Diagnostic"
wevtutil.exe cl "Microsoft-PerfTrack-MSHTML/Diagnostic"
wevtutil.exe cl "Microsoft-Windows-ADSI/Debug"
wevtutil.exe cl "Microsoft-Windows-API-Tracing/Operational"
wevtutil.exe cl "Microsoft-Windows-ATAPort/General"
wevtutil.exe cl "Microsoft-Windows-ATAPort/SATA-LPM"
wevtutil.exe cl "Microsoft-Windows-ActionQueue/Analytic"
wevtutil.exe cl "Microsoft-Windows-AltTab/Diagnostic"
wevtutil.exe cl "Microsoft-Windows-AppID/Operational"
wevtutil.exe cl "Microsoft-Windows-AppLocker/EXE and DLL"
wevtutil.exe cl "Microsoft-Windows-AppLocker/MSI and Script"
wevtutil.exe cl "Microsoft-Windows-Application-Experience/Problem-Steps-Recorder"
wevtutil.exe cl "Microsoft-Windows-Application-Experience/Program-Compatibility-Assistant"
wevtutil.exe cl "Microsoft-Windows-Application-Experience/Program-Compatibility-Troubleshooter"
wevtutil.exe cl "Microsoft-Windows-Application-Experience/Program-Inventory"
wevtutil.exe cl "Microsoft-Windows-Application-Experience/Program-Inventory/Debug"
wevtutil.exe cl "Microsoft-Windows-Application-Experience/Program-Telemetry"
wevtutil.exe cl "Microsoft-Windows-Audio/CaptureMonitor"
wevtutil.exe cl "Microsoft-Windows-Audio/Operational"
wevtutil.exe cl "Microsoft-Windows-Audio/Performance"
wevtutil.exe cl "Microsoft-Windows-Audit/Analytic"
wevtutil.exe cl "Microsoft-Windows-Authentication User Interface/Operational"
wevtutil.exe cl "Microsoft-Windows-AxInstallService/Log"
wevtutil.exe cl "Microsoft-Windows-Backup"
wevtutil.exe cl "Microsoft-Windows-Biometrics/Operational"
wevtutil.exe cl "Microsoft-Windows-BitLocker-DrivePreparationTool/Admin"
wevtutil.exe cl "Microsoft-Windows-BitLocker-DrivePreparationTool/Operational"
wevtutil.exe cl "Microsoft-Windows-Bits-Client/Analytic"
wevtutil.exe cl "Microsoft-Windows-Bits-Client/Operational"
wevtutil.exe cl "Microsoft-Windows-Bluetooth-MTPEnum/Operational"
wevtutil.exe cl "Microsoft-Windows-BranchCache/Operational"
wevtutil.exe cl "Microsoft-Windows-BranchCacheClientEventProvider/Diagnostic"
wevtutil.exe cl "Microsoft-Windows-BranchCacheEventProvider/Diagnostic"
wevtutil.exe cl "Microsoft-Windows-BranchCacheSMB/Analytic"
wevtutil.exe cl "Microsoft-Windows-BranchCacheSMB/Operational"
wevtutil.exe cl "Microsoft-Windows-CAPI2/Operational"
wevtutil.exe cl "Microsoft-Windows-CDROM/Operational"
wevtutil.exe cl "Microsoft-Windows-COM/Analytic"
wevtutil.exe cl "Microsoft-Windows-COMRuntime/Tracing"
wevtutil.exe cl "Microsoft-Windows-Calculator/Debug"
wevtutil.exe cl "Microsoft-Windows-Calculator/Diagnostic"
wevtutil.exe cl "Microsoft-Windows-CertPoleEng/Operational"
wevtutil.exe cl "Microsoft-Windows-CertificateServicesClient-CredentialRoaming/Operational"
wevtutil.exe cl "Microsoft-Windows-ClearTypeTextTuner/Diagnostic"
wevtutil.exe cl "Microsoft-Windows-CmiSetup/Analytic"
wevtutil.exe cl "Microsoft-Windows-CodeIntegrity/Operational"
wevtutil.exe cl "Microsoft-Windows-CodeIntegrity/Verbose"
wevtutil.exe cl "Microsoft-Windows-ComDlg32/Analytic"
wevtutil.exe cl "Microsoft-Windows-ComDlg32/Debug"
wevtutil.exe cl "Microsoft-Windows-CorruptedFileRecovery-Client/Operational"
wevtutil.exe cl "Microsoft-Windows-CorruptedFileRecovery-Server/Operational"
wevtutil.exe cl "Microsoft-Windows-CredUI/Diagnostic"
wevtutil.exe cl "Microsoft-Windows-Crypto-RNG/Analytic"
wevtutil.exe cl "Microsoft-Windows-DCLocator/Debug"
wevtutil.exe cl "Microsoft-Windows-DNS-Client/Operational"
wevtutil.exe cl "Microsoft-Windows-DUI/Diagnostic"
wevtutil.exe cl "Microsoft-Windows-DUSER/Diagnostic"
wevtutil.exe cl "Microsoft-Windows-DXP/Analytic"
wevtutil.exe cl "Microsoft-Windows-DateTimeControlPanel/Analytic"
wevtutil.exe cl "Microsoft-Windows-DateTimeControlPanel/Debug"
wevtutil.exe cl "Microsoft-Windows-DateTimeControlPanel/Operational"
wevtutil.exe cl "Microsoft-Windows-Deplorch/Analytic"
wevtutil.exe cl "Microsoft-Windows-DeviceSync/Analytic"
wevtutil.exe cl "Microsoft-Windows-DeviceSync/Operational"
wevtutil.exe cl "Microsoft-Windows-DeviceUx/Informational"
wevtutil.exe cl "Microsoft-Windows-DeviceUx/Performance"
wevtutil.exe cl "Microsoft-Windows-Dhcp-Client/Admin"
wevtutil.exe cl "Microsoft-Windows-Dhcp-Client/Operational"
wevtutil.exe cl "Microsoft-Windows-DhcpNap/Admin"
wevtutil.exe cl "Microsoft-Windows-DhcpNap/Operational"
wevtutil.exe cl "Microsoft-Windows-Dhcpv6-Client/Admin"
wevtutil.exe cl "Microsoft-Windows-Dhcpv6-Client/Operational"
wevtutil.exe cl "Microsoft-Windows-DiagCpl/Debug"
wevtutil.exe cl "Microsoft-Windows-Diagnosis-DPS/Analytic"
wevtutil.exe cl "Microsoft-Windows-Diagnosis-DPS/Debug"
wevtutil.exe cl "Microsoft-Windows-Diagnosis-DPS/Operational"
wevtutil.exe cl "Microsoft-Windows-Diagnosis-MSDE/Debug"
wevtutil.exe cl "Microsoft-Windows-Diagnosis-PCW/Analytic"
wevtutil.exe cl "Microsoft-Windows-Diagnosis-PCW/Debug"
wevtutil.exe cl "Microsoft-Windows-Diagnosis-PCW/Operational"
wevtutil.exe cl "Microsoft-Windows-Diagnosis-PLA/Debug"
wevtutil.exe cl "Microsoft-Windows-Diagnosis-PLA/Operational"
wevtutil.exe cl "Microsoft-Windows-Diagnosis-Perfhost/Analytic"
wevtutil.exe cl "Microsoft-Windows-Diagnosis-Scheduled/Operational"
wevtutil.exe cl "Microsoft-Windows-Diagnosis-Scripted/Admin"
wevtutil.exe cl "Microsoft-Windows-Diagnosis-Scripted/Analytic"
wevtutil.exe cl "Microsoft-Windows-Diagnosis-Scripted/Debug"
wevtutil.exe cl "Microsoft-Windows-Diagnosis-Scripted/Operational"
wevtutil.exe cl "Microsoft-Windows-Diagnosis-ScriptedDiagnosticsProvider/Debug"
wevtutil.exe cl "Microsoft-Windows-Diagnosis-ScriptedDiagnosticsProvider/Operational"
wevtutil.exe cl "Microsoft-Windows-Diagnosis-TaskManager/Debug"
wevtutil.exe cl "Microsoft-Windows-Diagnosis-WDC/Analytic"
wevtutil.exe cl "Microsoft-Windows-Diagnosis-WDI/Debug"
wevtutil.exe cl "Microsoft-Windows-Diagnostics-Networking/Debug"
wevtutil.exe cl "Microsoft-Windows-Diagnostics-Networking/Operational"
wevtutil.exe cl "Microsoft-Windows-Diagnostics-PerfTrack-Counters/Diagnostic"
wevtutil.exe cl "Microsoft-Windows-Diagnostics-PerfTrack/Diagnostic"
wevtutil.exe cl "Microsoft-Windows-Diagnostics-Performance/Diagnostic"
wevtutil.exe cl "Microsoft-Windows-Diagnostics-Performance/Diagnostic/Loopback"
wevtutil.exe cl "Microsoft-Windows-Diagnostics-Performance/Operational"
wevtutil.exe cl "Microsoft-Windows-DirectShow-KernelSupport/Performance"
wevtutil.exe cl "Microsoft-Windows-DirectSound/Debug"
wevtutil.exe cl "Microsoft-Windows-DirectWrite-FontCache/Tracing"
wevtutil.exe cl "Microsoft-Windows-Disk/Operational"
wevtutil.exe cl "Microsoft-Windows-DiskDiagnostic/Operational"
wevtutil.exe cl "Microsoft-Windows-DiskDiagnosticDataCollector/Operational"
wevtutil.exe cl "Microsoft-Windows-DiskDiagnosticResolver/Operational"
wevtutil.exe cl "Microsoft-Windows-DisplayColorCalibration/Debug"
wevtutil.exe cl "Microsoft-Windows-DisplayColorCalibration/Operational"
wevtutil.exe cl "Microsoft-Windows-DisplaySwitch/Diagnostic"
wevtutil.exe cl "Microsoft-Windows-Documents/Performance"
wevtutil.exe cl "Microsoft-Windows-DriverFrameworks-UserMode/Operational"
wevtutil.exe cl "Microsoft-Windows-DxgKrnl/Diagnostic"
wevtutil.exe cl "Microsoft-Windows-DxgKrnl/Performance"
wevtutil.exe cl "Microsoft-Windows-DxpTaskRingtone/Analytic"
wevtutil.exe cl "Microsoft-Windows-DxpTaskSyncProvider/Analytic"
wevtutil.exe cl "Microsoft-Windows-EFS/Debug"
wevtutil.exe cl "Microsoft-Windows-EapHost/Analytic"
wevtutil.exe cl "Microsoft-Windows-EapHost/Debug"
wevtutil.exe cl "Microsoft-Windows-EapHost/Operational"
wevtutil.exe cl "Microsoft-Windows-EaseOfAccess/Diagnostic"
wevtutil.exe cl "Microsoft-Windows-EventCollector/Debug"
wevtutil.exe cl "Microsoft-Windows-EventCollector/Operational"
wevtutil.exe cl "Microsoft-Windows-EventLog-WMIProvider/Debug"
wevtutil.exe cl "Microsoft-Windows-EventLog/Analytic"
wevtutil.exe cl "Microsoft-Windows-EventLog/Debug"
wevtutil.exe cl "Microsoft-Windows-FMS/Analytic"
wevtutil.exe cl "Microsoft-Windows-FMS/Debug"
wevtutil.exe cl "Microsoft-Windows-FMS/Operational"
wevtutil.exe cl "Microsoft-Windows-FailoverClustering-Client/Diagnostic"
wevtutil.exe cl "Microsoft-Windows-Fault-Tolerant-Heap/Operational"
wevtutil.exe cl "Microsoft-Windows-Feedback-Service-TriggerProvider"
wevtutil.exe cl "Microsoft-Windows-FileInfoMinifilter/Operational"
wevtutil.exe cl "Microsoft-Windows-Firewall-CPL/Diagnostic"
wevtutil.exe cl "Microsoft-Windows-Folder Redirection/Operational"
wevtutil.exe cl "Microsoft-Windows-Forwarding/Debug"
wevtutil.exe cl "Microsoft-Windows-Forwarding/Operational"
wevtutil.exe cl "Microsoft-Windows-GettingStarted/Diagnostic"
wevtutil.exe cl "Microsoft-Windows-GroupPolicy/Operational"
wevtutil.exe cl "Microsoft-Windows-HAL/Debug"
wevtutil.exe cl "Microsoft-Windows-HealthCenter/Debug"
wevtutil.exe cl "Microsoft-Windows-HealthCenter/Performance"
wevtutil.exe cl "Microsoft-Windows-HealthCenterCPL/Performance"
wevtutil.exe cl "Microsoft-Windows-Help/Operational"
wevtutil.exe cl "Microsoft-Windows-HomeGroup Control Panel Performance/Diagnostic"
wevtutil.exe cl "Microsoft-Windows-HomeGroup Control Panel/Operational"
wevtutil.exe cl "Microsoft-Windows-HomeGroup Listener Service/Operational"
wevtutil.exe cl "Microsoft-Windows-HomeGroup Provider Service Performance/Diagnostic"
wevtutil.exe cl "Microsoft-Windows-HomeGroup Provider Service/Operational"
wevtutil.exe cl "Microsoft-Windows-HomeGroup-ListenerService"
wevtutil.exe cl "Microsoft-Windows-HotStart/Diagnostic"
wevtutil.exe cl "Microsoft-Windows-HttpService/Trace"
wevtutil.exe cl "Microsoft-Windows-IKE/Operational"
wevtutil.exe cl "Microsoft-Windows-IKEDBG/Debug"
wevtutil.exe cl "Microsoft-Windows-IPBusEnum/Tracing"
wevtutil.exe cl "Microsoft-Windows-IPSEC-SRV/Diagnostic"
wevtutil.exe cl "Microsoft-Windows-International-RegionalOptionsControlPanel/Operational"
wevtutil.exe cl "Microsoft-Windows-International/Operational"
wevtutil.exe cl "Microsoft-Windows-Iphlpsvc/Debug"
wevtutil.exe cl "Microsoft-Windows-Iphlpsvc/Operational"
wevtutil.exe cl "Microsoft-Windows-Iphlpsvc/Trace"
wevtutil.exe cl "Microsoft-Windows-Kernel-Acpi/Diagnostic"
wevtutil.exe cl "Microsoft-Windows-Kernel-Boot/Analytic"
wevtutil.exe cl "Microsoft-Windows-Kernel-BootDiagnostics/Diagnostic"
wevtutil.exe cl "Microsoft-Windows-Kernel-Disk/Analytic"
wevtutil.exe cl "Microsoft-Windows-Kernel-EventTracing/Admin"
wevtutil.exe cl "Microsoft-Windows-Kernel-EventTracing/Analytic"
wevtutil.exe cl "Microsoft-Windows-Kernel-File/Analytic"
wevtutil.exe cl "Microsoft-Windows-Kernel-Memory/Analytic"
wevtutil.exe cl "Microsoft-Windows-Kernel-Network/Analytic"
wevtutil.exe cl "Microsoft-Windows-Kernel-PnP/Diagnostic"
wevtutil.exe cl "Microsoft-Windows-Kernel-Power/Diagnostic"
wevtutil.exe cl "Microsoft-Windows-Kernel-Power/Thermal-Diagnostic"
wevtutil.exe cl "Microsoft-Windows-Kernel-Power/Thermal-Operational"
wevtutil.exe cl "Microsoft-Windows-Kernel-Prefetch/Diagnostic"
wevtutil.exe cl "Microsoft-Windows-Kernel-Process/Analytic"
wevtutil.exe cl "Microsoft-Windows-Kernel-Processor-Power/Diagnostic"
wevtutil.exe cl "Microsoft-Windows-Kernel-Registry/Analytic"
wevtutil.exe cl "Microsoft-Windows-Kernel-StoreMgr/Analytic"
wevtutil.exe cl "Microsoft-Windows-Kernel-StoreMgr/Operational"
wevtutil.exe cl "Microsoft-Windows-Kernel-WDI/Analytic"
wevtutil.exe cl "Microsoft-Windows-Kernel-WDI/Debug"
wevtutil.exe cl "Microsoft-Windows-Kernel-WDI/Operational"
wevtutil.exe cl "Microsoft-Windows-Kernel-WHEA/Errors"
wevtutil.exe cl "Microsoft-Windows-Kernel-WHEA/Operational"
wevtutil.exe cl "Microsoft-Windows-Known Folders API Service"
wevtutil.exe cl "Microsoft-Windows-Known Folders/Operational"
wevtutil.exe cl "Microsoft-Windows-L2NA/Diagnostic"
wevtutil.exe cl "Microsoft-Windows-LDAP-Client/Debug"
wevtutil.exe cl "Microsoft-Windows-LUA-ConsentUI/Diagnostic"
wevtutil.exe cl "Microsoft-Windows-LanguagePackSetup/Analytic"
wevtutil.exe cl "Microsoft-Windows-LanguagePackSetup/Debug"
wevtutil.exe cl "Microsoft-Windows-LanguagePackSetup/Operational"
wevtutil.exe cl "Microsoft-Windows-MCT/Operational"
wevtutil.exe cl "Microsoft-Windows-MPS-CLNT/Diagnostic"
wevtutil.exe cl "Microsoft-Windows-MPS-DRV/Diagnostic"
wevtutil.exe cl "Microsoft-Windows-MPS-SRV/Diagnostic"
wevtutil.exe cl "Microsoft-Windows-MSPaint/Admin"
wevtutil.exe cl "Microsoft-Windows-MSPaint/Debug"
wevtutil.exe cl "Microsoft-Windows-MSPaint/Diagnostic"
wevtutil.exe cl "Microsoft-Windows-MUI/Admin"
wevtutil.exe cl "Microsoft-Windows-MUI/Analytic"
wevtutil.exe cl "Microsoft-Windows-MUI/Debug"
wevtutil.exe cl "Microsoft-Windows-MUI/Operational"
wevtutil.exe cl "Microsoft-Windows-MediaFoundation-MFReadWrite/SinkWriter"
wevtutil.exe cl "Microsoft-Windows-MediaFoundation-MFReadWrite/SourceReader"
wevtutil.exe cl "Microsoft-Windows-MediaFoundation-MFReadWrite/Transform"
wevtutil.exe cl "Microsoft-Windows-MediaFoundation-PlayAPI/Analytic"
wevtutil.exe cl "Microsoft-Windows-MemoryDiagnostics-Results/Debug"
wevtutil.exe cl "Microsoft-Windows-MobilityCenter/Performance"
wevtutil.exe cl "Microsoft-Windows-NCSI/Analytic"
wevtutil.exe cl "Microsoft-Windows-NCSI/Operational"
wevtutil.exe cl "Microsoft-Windows-NDF-HelperClassDiscovery/Debug"
wevtutil.exe cl "Microsoft-Windows-NDIS-PacketCapture/Diagnostic"
wevtutil.exe cl "Microsoft-Windows-NDIS/Diagnostic"
wevtutil.exe cl "Microsoft-Windows-NDIS/Operational"
wevtutil.exe cl "Microsoft-Windows-NTLM/Operational"
wevtutil.exe cl "Microsoft-Windows-NWiFi/Diagnostic"
wevtutil.exe cl "Microsoft-Windows-Narrator/Diagnostic"
wevtutil.exe cl "Microsoft-Windows-NetShell/Performance"
wevtutil.exe cl "Microsoft-Windows-Network-and-Sharing-Center/Diagnostic"
wevtutil.exe cl "Microsoft-Windows-NetworkAccessProtection/Operational"
wevtutil.exe cl "Microsoft-Windows-NetworkAccessProtection/WHC"
wevtutil.exe cl "Microsoft-Windows-NetworkLocationWizard/Operational"
wevtutil.exe cl "Microsoft-Windows-NetworkProfile/Diagnostic"
wevtutil.exe cl "Microsoft-Windows-NetworkProfile/Operational"
wevtutil.exe cl "Microsoft-Windows-Networking-Correlation/Diagnostic"
wevtutil.exe cl "Microsoft-Windows-NlaSvc/Diagnostic"
wevtutil.exe cl "Microsoft-Windows-NlaSvc/Operational"
wevtutil.exe cl "Microsoft-Windows-OLEACC/Debug"
wevtutil.exe cl "Microsoft-Windows-OLEACC/Diagnostic"
wevtutil.exe cl "Microsoft-Windows-OOBE-Machine/Diagnostic"
wevtutil.exe cl "Microsoft-Windows-OfflineFiles/Analytic"
wevtutil.exe cl "Microsoft-Windows-OfflineFiles/Debug"
wevtutil.exe cl "Microsoft-Windows-OfflineFiles/Operational"
wevtutil.exe cl "Microsoft-Windows-OfflineFiles/SyncLog"
wevtutil.exe cl "Microsoft-Windows-OneX/Diagnostic"
wevtutil.exe cl "Microsoft-Windows-OobeLdr/Analytic"
wevtutil.exe cl "Microsoft-Windows-PCI/Diagnostic"
wevtutil.exe cl "Microsoft-Windows-ParentalControls/Operational"
wevtutil.exe cl "Microsoft-Windows-PeerToPeerDrtEventProvider/Diagnostic"
wevtutil.exe cl "Microsoft-Windows-PeopleNearMe/Operational"
wevtutil.exe cl "Microsoft-Windows-PortableDeviceStatusProvider/Analytic"
wevtutil.exe cl "Microsoft-Windows-PortableDeviceSyncProvider/Analytic"
wevtutil.exe cl "Microsoft-Windows-PowerCfg/Diagnostic"
wevtutil.exe cl "Microsoft-Windows-PowerCpl/Diagnostic"
wevtutil.exe cl "Microsoft-Windows-PowerEfficiencyDiagnostics/Diagnostic"
wevtutil.exe cl "Microsoft-Windows-PowerShell/Analytic"
wevtutil.exe cl "Microsoft-Windows-PowerShell/Operational"
wevtutil.exe cl "Microsoft-Windows-PrimaryNetworkIcon/Performance"
wevtutil.exe cl "Microsoft-Windows-PrintService/Admin"
wevtutil.exe cl "Microsoft-Windows-PrintService/Debug"
wevtutil.exe cl "Microsoft-Windows-PrintService/Operational"
wevtutil.exe cl "Microsoft-Windows-Program-Compatibility-Assistant/Debug"
wevtutil.exe cl "Microsoft-Windows-QoS-Pacer/Diagnostic"
wevtutil.exe cl "Microsoft-Windows-QoS-qWAVE/Debug"
wevtutil.exe cl "Microsoft-Windows-RPC/Debug"
wevtutil.exe cl "Microsoft-Windows-RPC/EEInfo"
wevtutil.exe cl "Microsoft-Windows-ReadyBoost/Analytic"
wevtutil.exe cl "Microsoft-Windows-ReadyBoost/Operational"
wevtutil.exe cl "Microsoft-Windows-ReadyBoostDriver/Analytic"
wevtutil.exe cl "Microsoft-Windows-ReadyBoostDriver/Operational"
wevtutil.exe cl "Microsoft-Windows-Recovery/Operational"
wevtutil.exe cl "Microsoft-Windows-ReliabilityAnalysisComponent/Operational"
wevtutil.exe cl "Microsoft-Windows-RemoteApp and Desktop Connections/Admin"
wevtutil.exe cl "Microsoft-Windows-RemoteAssistance/Admin"
wevtutil.exe cl "Microsoft-Windows-RemoteAssistance/Operational"
wevtutil.exe cl "Microsoft-Windows-RemoteAssistance/Tracing"
wevtutil.exe cl "Microsoft-Windows-Remotefs-UTProvider/Diagnostic"
wevtutil.exe cl "Microsoft-Windows-Resource-Exhaustion-Detector/Operational"
wevtutil.exe cl "Microsoft-Windows-Resource-Exhaustion-Resolver/Operational"
wevtutil.exe cl "Microsoft-Windows-Resource-Leak-Diagnostic/Operational"
wevtutil.exe cl "Microsoft-Windows-ResourcePublication/Tracing"
wevtutil.exe cl "Microsoft-Windows-RestartManager/Operational"
wevtutil.exe cl "Microsoft-Windows-Search-Core/Diagnostic"
wevtutil.exe cl "Microsoft-Windows-Search-ProtocolHandlers/Diagnostic"
wevtutil.exe cl "Microsoft-Windows-Security-Audit-Configuration-Client/Diagnostic"
wevtutil.exe cl "Microsoft-Windows-Security-Audit-Configuration-Client/Operational"
wevtutil.exe cl "Microsoft-Windows-Security-IdentityListener/Operational"
wevtutil.exe cl "Microsoft-Windows-Security-SPP/Perf"
wevtutil.exe cl "Microsoft-Windows-Sens/Debug"
wevtutil.exe cl "Microsoft-Windows-ServiceReportingApi/Debug"
wevtutil.exe cl "Microsoft-Windows-Services-Svchost/Diagnostic"
wevtutil.exe cl "Microsoft-Windows-Services/Diagnostic"
wevtutil.exe cl "Microsoft-Windows-Setup/Analytic"
wevtutil.exe cl "Microsoft-Windows-SetupCl/Analytic"
wevtutil.exe cl "Microsoft-Windows-SetupQueue/Analytic"
wevtutil.exe cl "Microsoft-Windows-SetupUGC/Analytic"
wevtutil.exe cl "Microsoft-Windows-ShareMedia-ControlPanel/Diagnostic"
wevtutil.exe cl "Microsoft-Windows-Shell-AuthUI-BootAnim/Diagnostic"
wevtutil.exe cl "Microsoft-Windows-Shell-AuthUI-Common/Diagnostic"
wevtutil.exe cl "Microsoft-Windows-Shell-AuthUI-CredUI/Diagnostic"
wevtutil.exe cl "Microsoft-Windows-Shell-AuthUI-Logon/Diagnostic"
wevtutil.exe cl "Microsoft-Windows-Shell-AuthUI-PasswordProvider/Diagnostic"
wevtutil.exe cl "Microsoft-Windows-Shell-AuthUI-Shutdown/Diagnostic"
wevtutil.exe cl "Microsoft-Windows-Shell-Core/Diagnostic"
wevtutil.exe cl "Microsoft-Windows-Shell-DefaultPrograms/Diagnostic"
wevtutil.exe cl "Microsoft-Windows-Shell-Shwebsvc"
wevtutil.exe cl "Microsoft-Windows-Shell-ZipFolder/Diagnostic"
wevtutil.exe cl "Microsoft-Windows-Shsvcs/Diagnostic"
wevtutil.exe cl "Microsoft-Windows-Sidebar/Diagnostic"
wevtutil.exe cl "Microsoft-Windows-Speech-UserExperience/Diagnostic"
wevtutil.exe cl "Microsoft-Windows-StickyNotes/Admin"
wevtutil.exe cl "Microsoft-Windows-StickyNotes/Debug"
wevtutil.exe cl "Microsoft-Windows-StickyNotes/Diagnostic"
wevtutil.exe cl "Microsoft-Windows-StorDiag/Operational"
wevtutil.exe cl "Microsoft-Windows-StorPort/Operational"
wevtutil.exe cl "Microsoft-Windows-Subsys-Csr/Operational"
wevtutil.exe cl "Microsoft-Windows-Subsys-SMSS/Operational"
wevtutil.exe cl "Microsoft-Windows-Superfetch/Main"
wevtutil.exe cl "Microsoft-Windows-Superfetch/StoreLog"
wevtutil.exe cl "Microsoft-Windows-Sysprep/Analytic"
wevtutil.exe cl "Microsoft-Windows-SystemHealthAgent/Diagnostic"
wevtutil.exe cl "Microsoft-Windows-TCPIP/Diagnostic"
wevtutil.exe cl "Microsoft-Windows-TSF-msctf/Debug"
wevtutil.exe cl "Microsoft-Windows-TSF-msctf/Diagnostic"
wevtutil.exe cl "Microsoft-Windows-TSF-msutb/Debug"
wevtutil.exe cl "Microsoft-Windows-TSF-msutb/Diagnostic"
wevtutil.exe cl "Microsoft-Windows-TZUtil/Operational"
wevtutil.exe cl "Microsoft-Windows-TaskScheduler/Debug"
wevtutil.exe cl "Microsoft-Windows-TaskScheduler/Diagnostic"
wevtutil.exe cl "Microsoft-Windows-TaskScheduler/Operational"
wevtutil.exe cl "Microsoft-Windows-TaskbarCPL/Diagnostic"
wevtutil.exe cl "Microsoft-Windows-TerminalServices-LocalSessionManager/Admin"
wevtutil.exe cl "Microsoft-Windows-TerminalServices-LocalSessionManager/Analytic"
wevtutil.exe cl "Microsoft-Windows-TerminalServices-LocalSessionManager/Debug"
wevtutil.exe cl "Microsoft-Windows-TerminalServices-LocalSessionManager/Operational"
wevtutil.exe cl "Microsoft-Windows-TerminalServices-MediaRedirection/Analytic"
wevtutil.exe cl "Microsoft-Windows-TerminalServices-PnPDevices/Admin"
wevtutil.exe cl "Microsoft-Windows-TerminalServices-PnPDevices/Analytic"
wevtutil.exe cl "Microsoft-Windows-TerminalServices-PnPDevices/Debug"
wevtutil.exe cl "Microsoft-Windows-TerminalServices-PnPDevices/Operational"
wevtutil.exe cl "Microsoft-Windows-TerminalServices-RDPClient/Analytic"
wevtutil.exe cl "Microsoft-Windows-TerminalServices-RDPClient/Debug"
wevtutil.exe cl "Microsoft-Windows-TerminalServices-RDPClient/Operational"
wevtutil.exe cl "Microsoft-Windows-TerminalServices-RdpSoundDriver/Capture"
wevtutil.exe cl "Microsoft-Windows-TerminalServices-RdpSoundDriver/Playback"
wevtutil.exe cl "Microsoft-Windows-TerminalServices-RemoteConnectionManager/Admin"
wevtutil.exe cl "Microsoft-Windows-TerminalServices-RemoteConnectionManager/Analytic"
wevtutil.exe cl "Microsoft-Windows-TerminalServices-RemoteConnectionManager/Debug"
wevtutil.exe cl "Microsoft-Windows-TerminalServices-RemoteConnectionManager/Operational"
wevtutil.exe cl "Microsoft-Windows-ThemeCPL/Diagnostic"
wevtutil.exe cl "Microsoft-Windows-ThemeUI/Diagnostic"
wevtutil.exe cl "Microsoft-Windows-TunnelDriver"
wevtutil.exe cl "Microsoft-Windows-UAC-FileVirtualization/Operational"
wevtutil.exe cl "Microsoft-Windows-UAC/Operational"
wevtutil.exe cl "Microsoft-Windows-UIAnimation/Diagnostic"
wevtutil.exe cl "Microsoft-Windows-UIAutomationCore/Debug"
wevtutil.exe cl "Microsoft-Windows-UIAutomationCore/Diagnostic"
wevtutil.exe cl "Microsoft-Windows-UIAutomationCore/Perf"
wevtutil.exe cl "Microsoft-Windows-UIRibbon/Diagnostic"
wevtutil.exe cl "Microsoft-Windows-USB-USBHUB/Diagnostic"
wevtutil.exe cl "Microsoft-Windows-USB-USBPORT/Diagnostic"
wevtutil.exe cl "Microsoft-Windows-User Control Panel Performance/Diagnostic"
wevtutil.exe cl "Microsoft-Windows-User Profile Service/Diagnostic"
wevtutil.exe cl "Microsoft-Windows-User Profile Service/Operational"
wevtutil.exe cl "Microsoft-Windows-User-Loader/Analytic"
wevtutil.exe cl "Microsoft-Windows-UserModePowerService/Diagnostic"
wevtutil.exe cl "Microsoft-Windows-UserPnp/DeviceMetadata/Debug"
wevtutil.exe cl "Microsoft-Windows-UserPnp/DeviceNotifications"
wevtutil.exe cl "Microsoft-Windows-UserPnp/Performance"
wevtutil.exe cl "Microsoft-Windows-UserPnp/SchedulerOperations"
wevtutil.exe cl "Microsoft-Windows-UxTheme/Diagnostic"
wevtutil.exe cl "Microsoft-Windows-VAN/Diagnostic"
wevtutil.exe cl "Microsoft-Windows-VDRVROOT/Operational"
wevtutil.exe cl "Microsoft-Windows-VHDMP/Operational"
wevtutil.exe cl "Microsoft-Windows-VWiFi/Diagnostic"
wevtutil.exe cl "Microsoft-Windows-Virtual PC/Admin"
wevtutil.exe cl "Microsoft-Windows-VolumeControl/Performance"
wevtutil.exe cl "Microsoft-Windows-VolumeSnapshot-Driver/Operational"
wevtutil.exe cl "Microsoft-Windows-WABSyncProvider/Analytic"
wevtutil.exe cl "Microsoft-Windows-WCN-Config-Registrar/Diagnostic"
wevtutil.exe cl "Microsoft-Windows-WER-Diag/Operational"
wevtutil.exe cl "Microsoft-Windows-WFP/Analytic"
wevtutil.exe cl "Microsoft-Windows-WFP/Operational"
wevtutil.exe cl "Microsoft-Windows-WLAN-AutoConfig/Operational"
wevtutil.exe cl "Microsoft-Windows-WLAN-Autoconfig/Diagnostic"
wevtutil.exe cl "Microsoft-Windows-WLANConnectionFlow/Diagnostic"
wevtutil.exe cl "Microsoft-Windows-WMI-Activity/Trace"
wevtutil.exe cl "Microsoft-Windows-WMPDMCCore/Diagnostic"
wevtutil.exe cl "Microsoft-Windows-WMPDMCUI/Diagnostic"
wevtutil.exe cl "Microsoft-Windows-WMPNSS-PublicAPI/Diagnostic"
wevtutil.exe cl "Microsoft-Windows-WMPNSS-Service/Diagnostic"
wevtutil.exe cl "Microsoft-Windows-WMPNSSUI/Diagnostic"
wevtutil.exe cl "Microsoft-Windows-WPD-ClassInstaller/Analytic"
wevtutil.exe cl "Microsoft-Windows-WPD-ClassInstaller/Operational"
wevtutil.exe cl "Microsoft-Windows-WPD-CompositeClassDriver/Analytic"
wevtutil.exe cl "Microsoft-Windows-WPD-CompositeClassDriver/Operational"
wevtutil.exe cl "Microsoft-Windows-WPD-MTPClassDriver/Operational"
wevtutil.exe cl "Microsoft-Windows-WSC-SRV/Diagnostic"
wevtutil.exe cl "Microsoft-Windows-WUSA/Debug"
wevtutil.exe cl "Microsoft-Windows-WWAN-MM-Events/Diagnostic"
wevtutil.exe cl "Microsoft-Windows-WWAN-NDISUIO-EVENTS/Diagnostic"
wevtutil.exe cl "Microsoft-Windows-WWAN-SVC-Events/Diagnostic"
wevtutil.exe cl "Microsoft-Windows-WWAN-UI-Events/Diagnostic"
wevtutil.exe cl "Microsoft-Windows-WebIO-NDF/Diagnostic"
wevtutil.exe cl "Microsoft-Windows-WebIO/Diagnostic"
wevtutil.exe cl "Microsoft-Windows-WebServices/Tracing"
wevtutil.exe cl "Microsoft-Windows-Win32k/Concurrency"
wevtutil.exe cl "Microsoft-Windows-Win32k/Power"
wevtutil.exe cl "Microsoft-Windows-Win32k/Render"
wevtutil.exe cl "Microsoft-Windows-Win32k/Tracing"
wevtutil.exe cl "Microsoft-Windows-Win32k/UIPI"
wevtutil.exe cl "Microsoft-Windows-WinHTTP-NDF/Diagnostic"
wevtutil.exe cl "Microsoft-Windows-WinHttp/Diagnostic"
wevtutil.exe cl "Microsoft-Windows-WinINet/Analytic"
wevtutil.exe cl "Microsoft-Windows-WinRM/Analytic"
wevtutil.exe cl "Microsoft-Windows-WinRM/Debug"
wevtutil.exe cl "Microsoft-Windows-WinRM/Operational"
wevtutil.exe cl "Microsoft-Windows-Windeploy/Analytic"
wevtutil.exe cl "Microsoft-Windows-Windows Defender/Operational"
wevtutil.exe cl "Microsoft-Windows-Windows Defender/WHC"
wevtutil.exe cl "'Microsoft-Windows-Windows Firewall With Advanced Security/ConnectionSecurity"
wevtutil.exe cl "Microsoft-Windows-Windows Firewall With Advanced Security/ConnectionSecurityVerbose"
wevtutil.exe cl "'Microsoft-Windows-Windows Firewall With Advanced Security/Firewall"
wevtutil.exe cl "'Microsoft-Windows-Windows Firewall With Advanced Security/FirewallVerbose"
wevtutil.exe cl "Microsoft-Windows-WindowsBackup/ActionCenter"
wevtutil.exe cl "Microsoft-Windows-WindowsColorSystem/Debug"
wevtutil.exe cl "Microsoft-Windows-WindowsColorSystem/Operational"
wevtutil.exe cl "Microsoft-Windows-WindowsSystemAssessmentTool/Operational"
wevtutil.exe cl "Microsoft-Windows-WindowsSystemAssessmentTool/Tracing"
wevtutil.exe cl "Microsoft-Windows-WindowsUpdateClient/Operational"
wevtutil.exe cl "Microsoft-Windows-Wininit/Diagnostic"
wevtutil.exe cl "Microsoft-Windows-Winlogon/Diagnostic"
wevtutil.exe cl "Microsoft-Windows-Winlogon/Operational"
wevtutil.exe cl "Microsoft-Windows-Winsock-AFD/Operational"
wevtutil.exe cl "Microsoft-Windows-Winsock-WS2HELP/Operational"
wevtutil.exe cl "Microsoft-Windows-Winsrv/Analytic"
wevtutil.exe cl "Microsoft-Windows-Wired-AutoConfig/Diagnostic"
wevtutil.exe cl "Microsoft-Windows-Wired-AutoConfig/Operational"
wevtutil.exe cl "Microsoft-Windows-Wordpad/Admin"
wevtutil.exe cl "Microsoft-Windows-Wordpad/Debug"
wevtutil.exe cl "Microsoft-Windows-Wordpad/Diagnostic"
wevtutil.exe cl "Microsoft-Windows-mobsync/Diagnostic"
wevtutil.exe cl "Microsoft-Windows-ntshrui"
wevtutil.exe cl "Microsoft-Windows-osk/Diagnostic"
wevtutil.exe cl "Microsoft-Windows-stobject/Diagnostic"
wevtutil.exe cl "ODiag"
wevtutil.exe cl "OSession"
wevtutil.exe cl "Security"
wevtutil.exe cl "Setup"
wevtutil.exe cl "System"
wevtutil.exe cl "TabletPC_InputPanel_Channel"
wevtutil.exe cl "WINDOWS_MP4SDECD_CHANNEL"
wevtutil.exe cl "WMPSetup"
wevtutil.exe cl "WMPSyncEngine"
wevtutil.exe cl "Windows PowerShell"

Das altbekannte "Besitz übernehmen" im Kontextmenü für Dateien
Code:
Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\*\shell\takeownership]
@="Besitz übernehmen"
"NoWorkingDirectory"=""

[HKEY_CLASSES_ROOT\*\shell\takeownership\command]
@="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant administrators:F"
"IsolatedCommand"="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant administrators:F"

[HKEY_CLASSES_ROOT\exefile\shell\takeownership]
@="Besitz übernehmen"
"NoWorkingDirectory"=""

[HKEY_CLASSES_ROOT\exefile\shell\takeownership\command]
@="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant administrators:F"
"IsolatedCommand"="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant administrators:F"

[HKEY_CLASSES_ROOT\dllfile\shell\takeownership]
@="Besitz übernehmen"
"NoWorkingDirectory"=""

[HKEY_CLASSES_ROOT\dllfile\shell\takeownership\command]
@="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant administrators:F"
"IsolatedCommand"="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant administrators:F"

[HKEY_CLASSES_ROOT\Directory\shell\takeownership]
@="Besitz übernehmen"
"NoWorkingDirectory"=""

[HKEY_CLASSES_ROOT\Directory\shell\takeownership\command]
@="cmd.exe /c takeown /f \"%1\" /r /d y && icacls \"%1\" /grant administrators:F /t"
"IsolatedCommand"="cmd.exe /c takeown /f \"%1\" /r /d y && icacls \"%1\" /grant administrators:F /t"

[-HKEY_CLASSES_ROOT\Folder\ShellEx\ContextMenuHandlers\Library Location]
@="{3dad6c5d-2167-4cae-9914-f99e41c12cfa}"

Windows 7: Verlinkt die Dokumente / etc. Verknüpfungen im Startmenü auf die tatsächlichen Ordner und nicht die dummen Bibliotheken
Code:
Windows Registry Editor Version 5.00

; Startmenü-Link "Dokumente" auf Dokumente-Ordner anstelle der Dokumente-Bibliothek setzen
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderDesc​riptions\{7b0db17d-9cd2-4a93-9733-46cc89022e7c}]
"ParsingName"="::{59031a47-3f72-44a7-89c5-5595fe6b30ee}\\{FDD39AD0-238F-46AF-ADB4-6C85480369C7}"

; Startmenü-Link "Bilder" auf Bilder-Ordner anstelle der Bilder-Bibliothek setzen
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderDesc​riptions\{A990AE9F-A03B-4e80-94BC-9912D7504104}]
"ParsingName"="::{59031a47-3f72-44a7-89c5-5595fe6b30ee}\\{33E28130-4E1E-4676-835A-98395C3BC3BB}"

; Startmenü-Link "Musik" auf Musik-Ordner anstelle der Musik-Bibliothek setzen
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderDesc​riptions\{2112AB0A-C86A-4ffe-A368-0DE96E47012E}]
"ParsingName"="::{59031a47-3f72-44a7-89c5-5595fe6b30ee}\\{4BD8D571-6D19-48D3-BE97-422220080E43}"

; Startmenü-Link "Videos" auf Videos-Ordner anstelle der Videos-Bibliothek setzen
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderDesc​riptions\{491E922F-5643-4af4-A7EB-4E7A138D8174}]
"ParsingName"="::{59031a47-3f72-44a7-89c5-5595fe6b30ee}\\{18989B1D-99B5-455B-841C-AB7C74E4DDFC}"

Entfernt die Warnung beim Häkchen entfernen von "Systemdateien ausblenden"
Code:
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\F​older\SuperHidden]
"WarningIfNotDefault"=-

Irgendwelche (persönlichen) Optimierungen fürs Startmenü und den Explorer. Einfach angucken.
Code:
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"Start_SearchFiles"=dword:00000001
"ServerAdminUI"=dword:00000000
"Hidden"=dword:00000002
"ShowCompColor"=dword:00000001
"HideFileExt"=dword:00000000
"DontPrettyPath"=dword:00000000
"ShowInfoTip"=dword:00000001
"HideIcons"=dword:00000000
"MapNetDrvBtn"=dword:00000000
"WebView"=dword:00000001
"Filter"=dword:00000000
"SuperHidden"=dword:00000001
"SeparateProcess"=dword:00000000
"AutoCheckSelect"=dword:00000000
"IconsOnly"=dword:00000000
"ShowTypeOverlay"=dword:00000001
"ListviewAlphaSelect"=dword:00000001
"ListviewShadow"=dword:00000001
"TaskbarAnimations"=dword:00000001
"StartMenuInit"=dword:00000004
"TaskbarSizeMove"=dword:00000000
"DisablePreviewDesktop"=dword:00000000
"TaskbarSmallIcons"=dword:00000000
"TaskbarGlomLevel"=dword:00000001
"Start_ShowMyPics"=dword:00000001
"Start_ShowMyComputer"=dword:00000001
"Start_ShowDownloads"=dword:00000001
"Start_ShowHelp"=dword:00000000
"Start_ShowNetPlaces"=dword:00000001
"Start_ShowMyGames"=dword:00000002
"Start_ShowSetProgramAccessAndDefaults"=dword:00000000
"Start_ShowControlPanel"=dword:00000002
"Start_ShowVideos"=dword:00000001
"Start_NotifyNewApps"=dword:00000000
"Start_MinMFU"=dword:00000002
"Start_JumpListItems"=dword:0000000a
"Start_AdminToolsRoot"=dword:00000002
"StartMenuAdminTools"=dword:00000001
"Start_PowerButtonAction"=dword:00000002
"ShowSuperHidden"=dword:00000000
"NoNetCrawling"=dword:00000001
"SharingWizardOn"=dword:00000000
"Start_ShowUser"=dword:00000002
"Start_ShowPrinters"=dword:00000000
"ExtendedUIHoverTime"=dword:00000000
"taskbarglomming"=dword:00000001
"HideDrivesWithNoMedia"=dword:00000000
"Start_ShowNetConn"=dword:00000000
"ShellViewReentered"=dword:00000001

Für 1920x1080 optimierter Task-Manager: Spaltenbreiten und Fenstergrößen (persönlich?) optimiert
Code:
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\TaskManager]
"UsrColumnSettings"=hex:1c,0c,00,00,34,04,00,00,00,00,00,00,80,02,00,00,01,00,\
  00,00,1d,0c,00,00,35,04,00,00,00,00,00,00,23,00,00,00,00,00,00,00,1e,0c,00,​\
  00,36,04,00,00,00,00,00,00,fe,00,00,00,01,00,00,00,1f,0c,00,00,39,04,00,00,​\
  00,00,00,00,4e,00,00,00,00,00,00,00,20,0c,00,00,37,04,00,00,00,00,00,00,4e,​\
  00,00,00,00,00,00,00
"Preferences"=hex:30,03,00,00,e8,03,00,00,01,00,00,00,01,00,00,00,c0,03,00,00,\
  00,00,00,00,80,07,00,00,10,04,00,00,01,00,00,00,01,00,00,00,00,00,00,00,00,​\
  00,00,00,01,00,00,00,01,00,00,00,00,00,00,00,01,00,00,00,00,00,00,00,04,00,​\
  00,00,09,00,00,00,1d,00,00,00,ff,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,​\
  00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,​\
  00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,​\
  00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,​\
  00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,c9,00,00,​\
  00,21,00,00,00,c2,00,00,00,c1,01,00,00,c0,00,00,00,c0,00,00,00,c6,01,00,00,​\
  ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,​\
  ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,​\
  ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,​\
  ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,​\
  00,00,00,00,03,00,00,00,01,00,00,00,02,00,00,00,ff,ff,ff,ff,ff,ff,ff,ff,ff,​\
  ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,​\
  ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,​\
  ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,​\
  ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,​\
  ff,ff,ff,04,00,00,00,00,00,00,00,ff,ff,ff,ff,00,00,00,00,01,00,00,00,04,00,​\
  00,00,08,00,00,00,09,00,00,00,ff,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,​\
  00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,​\
  00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,​\
  00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,bd,00,​\
  4b,01,bc,00,5e,00,6a,00,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,​\
  ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,​\
  ff,ff,00,00,00,00,00,00,01,00,00,00,03,00,00,00,04,00,00,00,02,00,00,00,ff,​\
  ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,​\
  ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,​\
  ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,​\
  ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,05,00,00,00,00,00,00,00,ff,ff,ff,ff,02,​\
  00,00,00,ff,ff,ff,ff,f3,00,00,00,00,00,00,00,cb,01,00,00,af,00,00,00,00,00,​\
  00,00,04,00,00,00,01,00,00,00,00,00,00,00,02,00,00,00,03,00,00,00,00,00,00,​\
  00,ff,ff,ff,ff,c3,00,00,00,00,00,00,00,00,00,00,00,01,00,00,00

Visual Studio MRU-Listen löschen
Code:
Windows Registry Editor Version 5.00

[-HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\10.0\FileMRUList]
[-HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\10.0\ProjectMRUList]

Windows Media Player-Reaktion auf eingelegte CDs verhindern (stoppt die Wiedergabe). Funktionierte zuletzt glaube ich nicht mehr.
Code:
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\MediaPlayer\Preferences]
"CDAutoPlay"=dword:00000001

Papierkorb unter "Computer":
Code:
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer​\NameSpace\{645FF040-5081-101B-9F08-00AA002F954E}]
Und wieder entfernen:
Code:
Windows Registry Editor Version 5.00

[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer​\NameSpace\{645FF040-5081-101B-9F08-00AA002F954E}]

Im Kontextmenü "Alle Dateien anzeigen / ausblenden" hinzufügen.
Benötigt das VB-Skript am genannten Ort:
Code:
Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\Directory\Background\shell\Alle Dateien anzeigen]

[HKEY_CLASSES_ROOT\Directory\Background\shell\Alle Dateien anzeigen\command]
@="cmd.exe /c start D:\\PFADHIERHIN\\Skript.vbs"
Das VB-Skript dazu:
Code:
Hidden = "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Hidden"
SHidden = "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced\ShowSuperHidden​"
Set Sh = WScript.CreateObject("WScript.Shell")
St = Sh.RegRead(Hidden)
If St = 2 Then
Sh.RegWrite Hidden, 1, "REG_DWORD"
Sh.RegWrite SHidden, 1, "REG_DWORD"
Else
Sh.RegWrite Hidden, 2, "REG_DWORD"
Sh.RegWrite SHidden, 0, "REG_DWORD"
End If
Sh.SendKeys("{F5}")

AutoIt :S Mit nem Hotkey durchgehend einen Tastendruck senden. Einfach Skript angucken und bearbeiten wenn erwünscht
Code:
AutoItSetOption("SendKeyDelay", 0)
AutoItSetOption("MouseClickDelay", 0)

HotKeySet("{NUMPAD1}", "DoWork")

Global $Enabled = True

DoWork()

Func DoWork()
    $Enabled = Not($Enabled)
    If $Enabled Then
        While 1
            Send("{SPACE}")
        Wend
    Else    
        While 1
            Sleep(100)
        Wend
    EndIf
EndFunc

Das gleiche für Mausklicks:
Code:
AutoItSetOption("SendKeyDelay", 0)
AutoItSetOption("MouseClickDelay", 3)
AutoItSetOption("MouseClickDownDelay", 3)

HotKeySet("{NUMPAD3}", "DoWork")

Global $Enabled = True

DoWork()

Func DoWork()
    $Enabled = Not($Enabled)
    If $Enabled Then
        While 1
            MouseClick("left")
            MouseClick("right")
        Wend
    Else    
        While 1
            Sleep(100)
        Wend
    EndIf
EndFunc
AutoIt ist echte Basicscheiße :S
10.04.2012 10:11
Diese Nachricht in einer Antwort zitieren
mrshadowtux
Unregistered

 
Beitrag #142
RE: Der Code-Schnippsel-Thread
Das mit den Bibliotheken entfernen ist klasse, endlich bin ich den Scheiß los b1
10.04.2012 10:16
Diese Nachricht in einer Antwort zitieren
PacMani
Unregistered

 
Beitrag #143
RE: Der Code-Schnippsel-Thread
In der Seitenleiste kriegst du sie auch weg, http://www.askvg.com/how-to-remove-libra...tion-pane/
10.04.2012 10:16
Diese Nachricht in einer Antwort zitieren
mrshadowtux
Unregistered

 
Beitrag #144
RE: Der Code-Schnippsel-Thread
Danke!

Hier noch eine aktualisierte Version von meinem Gallery-Script. Unterstützt nun auch verschiedene Dateiendungen und Leerzeichen (danke an TNC für den Hinweis mit den Leerzeichen)
Code:
#!/bin/bash

# shadowGallery
# Kleines Script, um mal eben schnell ne HTML-Galerie mit Thumbnails zu machen
# Benötigt imagemagick und bash
# Autor: Alexander Feld <shadowing@fsfe.org>
# Lizenz: GNU/GPLv2


THUMBHOEHE=320
THUMBBREITE=240

mkdir thumbs
touch index.html

echo "Titel der Galerie?"
read titel

echo "Lege index.html an.."
echo "<!doctype html>" > index.html
echo "<html>" >> index.html
echo "<head>" >> index.html
echo "    <title>$titel</title>" >> index.html
echo "    <meta charset="utf-8">" >> index.html
echo "    <meta name="generator" content="shadowGallery 0.96">" >> index.html
echo "    <meta name="author" content="$(whoami)">" >> index.html
echo "</head>" >> index.html
echo "<body style="font-family: sans-serif; font-size: 11pt">" >> index.html
echo "    <h1>$titel</h1>" >> index.html
echo "    <div style="margin-top: 0px; margin-bottom: 20px;">" >> index.html
echo "        Um ein Bild in voller Gr&ouml;&szlig;e zu sehen, einfach anklicken!" >> index.html
echo "    </div>" >> index.html
echo "    <div>" >> index.html

for datei in *.jpg *.JPG *.png *.PNG *.gif *.GIF *.xpm *.XPM *.bmp *.BMP
do
    if [ -f "$datei" ]
    then
        echo "Konvertiere Bild $datei.."
        convert -resize ${THUMBHOEHE}x${THUMBBREITE} "$datei" "thumbs/$datei"
        echo "Füge Bild $datei in die Galerie hinzu.."
        echo "        <a href="$datei"><img src="thumbs/$datei" alt="Bild $datei"></a>" >> index.html
    fi
done

echo "    </div>" >> index.html
echo "</body>" >> index.html
echo "</html>" >> index.html

exit 0

Eine weitere Idee, die man eventuell einbauen könnte, wäre das auslesen der EXIF-Daten aus den Bildern.
11.04.2012 14:47
Diese Nachricht in einer Antwort zitieren
thosch97 Offline
All things have a right to grow

Beiträge: 9.820
Registriert seit: Feb 2010
Beitrag #145
RE: Der Code-Schnippsel-Thread
Lässt eine LED an Port A1 für ein paar Sekunden (bei 4,9152MHz) leuchten. Für ATmega32 und AVRAssembler/AVRStudio entworfen.
Code:
/*
* M32_Test.asm
*
*  Created: 06.05.2012 14:01:37
*   Author: thosch97
*/
.org    0x0000
rjmp    main                    ;Reset
//-----Initialisierungskrust-----
main:
ldi    r16,HIGH(RAMEND)        ;Stackpointer init
out    SPH,r16
ldi    r16,LOW(RAMEND)
out    SPL,r16
sbi    DDRA,0                    ;A0 ist Ausgang
cbi    DDRA,1                    ;A1 ist Eingang...
sbi    PORTA,1                    ;...mit PullUp
//Hauptschleife
mainloop:
sbis    PINA,1                    ;Wenn A1 auf LOW ist (also gedrückt)...
/*
    Eigentlich ist es andersrum, wenn A1 auf HIGH ist (also normal, durch den Pullup-Widerstand), wird die Unterroutine nicht angesprungen. sbis=skip if bit in register set.
    Durch den Taster wird aber A1 auf LOW gezogen, dadurch ist das Bit nicht gesetzt und es wird nicht geskippt.
*/
rcall    ledan                    ;...wird die Unterroutine angesprungen
rjmp    mainloop
//Hauptschleife Ende

//Unterroutine um die Led an- und auszuschalten
ledan:
sbi    PORTA,0                    ;LED an
rcall    wait                    ;warten
cbi    PORTA,0                    ;LED aus
ret                            ;Zurück nach mainloop
//Unterroutine Ende

//Verzögerrungsschleife Anfang
;Bei 4,9152 MHz einige Sekunden
/* TODO: Berechnen, wie lang genau */
wait:
push    r16                        ;Register auf dem Stack...
push    r17                        ;...sichern
push    r18                        ;(zu Irgendwas muss der ja gut sein)
ldi    r18,0x30                ;Wie lang wird verzögert?
//Beginn Schleife 3
loop_3:
ldi    r17,0xff                ;Wie lang wird verzögert?
//Beginn Schleife 2
loop_2:
ldi    r16,0xff                ;Wie lang wird verzögert?
//Beginn Schleife 1
loop_1:
dec    r16                        ;Register herunterzählen (1)
brne    loop_1                    ;Solange r16 nicht 0x00 -> loop_1
//Ende Schleife 1
dec    r17                        ;Register herunterzählen (2)
brne    loop_2                    ;Solange r17 nicht 0x00 -> loop_2
//Ende Schleife 2
dec    r18                        ;Register herunterzählen (3)
brne    loop_3                    ;Solange r18 nicht 0x00 -> loop_3
//Ende Schleife 3
pop    r18                        ;Register vom Stack...
pop    r17                        ;...holen
pop    r16                        ;Ja, er kann nützlich sein
ret                            ;...Und wieder dahin wo wir herkommen
//Verzögerungsschleife Ende

;EOC
Ja, AVRStudio verwendet andere Tabbreiten

PGP-Key E384 009D 3B54 DCD3 21BF 9532 95EE 94A4 3258 3DB1 | S/MIME-Key 0x1A33706DAD44DA
G d-@ s+:- a--- C+++ UB+L++ P--- L++@ E-@>++ W+ N o? K? w>++ !O !M !V PS+++ PE-- Y+>++ PGP++>+++ !t 5? X? !R tv b+++>++++ DI !D G>+ e>+++ h !r>++ !z
„Die Aachener gelten als Erfinder des 4. Hauptsatzes der Thermodynamik: ‚Thermo schreibt man zweimal.“‘
“Saying that Java is good because it works on all platforms is like saying oral sex is good because it works on all sexes.”
„Es gibt 10 Sorten von Leuten: Die einen verstehen das Binärsystem, die anderen nicht.“
„Manche Männer lieben Männer, Manche Frauen eben Frauen; Da gibt's nix zu bedauern und nichts zu staunen; Das ist genau so normal wie Kaugummi kauen; Doch die meisten werden sich das niemals trauen“
15.05.2012 16:26
Alle Beiträge dieses Benutzers finden Diese Nachricht in einer Antwort zitieren
Hexley Offline
Windows Profi

Beiträge: 4.192
Registriert seit: Jan 2012
Beitrag #146
RE: Der Code-Schnippsel-Thread
Ne kleine Frage :
Ich will folgendes erreichen : (Ich rede hier von Batch)
Ein Text wird ausgegeben.
Dann 5 Sekunden Pause.
Der Bildschirm wird "gereinigt".
Ein Text wird ausgegeben.
Dann 2 Sekunden Pause.
Ein Text wird angegben.
usw.

Ich hab das jetzt so :

echo *Text*
ping 127.0.0.1 -n 5>nul
cls
echo *Text*
ping 127.0.0.1 -n 2>nul
echo *Text*

Der Text rasselt aber trotzdem einfach runter und landet dann ganz unten beim Befehl pause.

Lösung?
18.05.2012 20:14
Webseite des Benutzers besuchen Alle Beiträge dieses Benutzers finden Diese Nachricht in einer Antwort zitieren
mrshadowtux
Unregistered

 
Beitrag #147
RE: Der Code-Schnippsel-Thread
-c statt -n beim Ping. Ich finde es allerdings irgendwie pervers, einen Ping für eine simple Paise zu missbrauchen.
18.05.2012 20:18
Diese Nachricht in einer Antwort zitieren
Hexley Offline
Windows Profi

Beiträge: 4.192
Registriert seit: Jan 2012
Beitrag #148
RE: Der Code-Schnippsel-Thread
(18.05.2012 20:18)mrshadowtux schrieb:  -c statt -n beim Ping. Ich finde es allerdings irgendwie pervers, einen Ping für eine simple Paise zu missbrauchen.

Rasselt immernoch nur runter.
Gibts ne Alternative für "Warten in Sekunden"?
18.05.2012 20:21
Webseite des Benutzers besuchen Alle Beiträge dieses Benutzers finden Diese Nachricht in einer Antwort zitieren
PacMani
Unregistered

 
Beitrag #149
RE: Der Code-Schnippsel-Thread
Es ist durchaus üblich, sich selbst zu pingen, um eine simple Pause in Batchdateien einzubauen.
Wie würdest du es sonst mit Bordmitteln machen?


Es fehlt ein Leerzeichen vor (und nach) dem >-Operator. Sonst ist die Syntax falsch, was du wohl ggf. nicht sehen konntest: "Der Wert muss für die Option angegeben werden -n."
18.05.2012 20:25
Diese Nachricht in einer Antwort zitieren
Hexley Offline
Windows Profi

Beiträge: 4.192
Registriert seit: Jan 2012
Beitrag #150
RE: Der Code-Schnippsel-Thread
(18.05.2012 20:25)Pac-Man schrieb:  Es fehlt ein Leerzeichen vor (und nach) dem >-Operator. Sonst ist die Syntax falsch, was du wohl ggf. nicht sehen konntest: "Der Wert muss für die Option angegeben werden -n."

Das hat geklappt, danke :)
18.05.2012 20:31
Webseite des Benutzers besuchen Alle Beiträge dieses Benutzers finden Diese Nachricht in einer Antwort zitieren
Neue Antwort schreiben 


Gehe zu:


Benutzer, die gerade dieses Thema anschauen: 4 Gast/Gäste