{ "version": "8.3.0 (Full & Clean Edition)", "last_updated": "2026-01-13", "theme": "Hacker", "themes": { "Hacker": { "name": "💀 Hacker", "mode": "dark", "bg": "#000000", "fg": "#0a0a0a", "sidebar": "#000000", "topbar": "#001a00", "card": "#001a00", "card_hover": "#002600", "text": "#00ff00", "text_dim": "#00aa00", "accent": "#00ff00", "accent_hover": "#00cc00", "button": "#003300", "button_hover": "#004d00", "category_bg": "#001a00", "category_text": "#00ff00", "font_size": 13, "icon_size": 32, "admin_btn_size": 30, "monitor_font_size": 14, "edit_icon": "✏️", "del_icon": "🗑️" }, "Dark": { "name": "🌙 Karanlık", "mode": "dark", "bg": "#0a0a0a", "fg": "#1a1a1a", "sidebar": "#0f0f0f", "topbar": "#1a1a1a", "card": "#242424", "card_hover": "#2a2a2a", "text": "#e0e0e0", "text_dim": "#a0a0a0", "accent": "#0d7377", "accent_hover": "#14a1a8", "button": "#0d7377", "button_hover": "#14a1a8", "category_bg": "#1f3a5f", "category_text": "#ffffff", "font_size": 12, "icon_size": 32, "admin_btn_size": 30, "monitor_font_size": 14, "edit_icon": "✏️", "del_icon": "🗑️" }, "White": { "name": "☀️ Aydınlık", "mode": "light", "bg": "#f5f5f5", "fg": "#ffffff", "sidebar": "#e8e8e8", "topbar": "#ffffff", "card": "#ffffff", "card_hover": "#f0f0f0", "text": "#1a1a1a", "text_dim": "#444444", "accent": "#2196F3", "accent_hover": "#1976D2", "button": "#2196F3", "button_hover": "#1976D2", "category_bg": "#e3f2fd", "category_text": "#0d47a1", "font_size": 12, "icon_size": 32, "admin_btn_size": 30, "monitor_font_size": 14, "edit_icon": "✏️", "del_icon": "🗑️" }, "Soft": { "name": "🍂 Yumuşak", "mode": "light", "bg": "#f9f6f2", "fg": "#fff9f0", "sidebar": "#f0e6dc", "topbar": "#fff9f0", "card": "#ffffff", "card_hover": "#fef5eb", "text": "#5d4e37", "text_dim": "#5d4e37", "accent": "#d4a574", "accent_hover": "#c19a6b", "button": "#d4a574", "button_hover": "#c19a6b", "category_bg": "#f5e6d3", "category_text": "#5d4e37", "font_size": 12, "icon_size": 32, "admin_btn_size": 30, "monitor_font_size": 14, "edit_icon": "✏️", "del_icon": "🗑️" }, "Transparent": { "name": "💎 Şeffaf", "mode": "dark", "bg": "#1a1a2e", "fg": "#16213e", "sidebar": "#0f3460", "topbar": "#16213e", "card": "#16213e", "card_hover": "#1a2744", "text": "#eaeaea", "text_dim": "#a0a0a0", "accent": "#e94560", "accent_hover": "#ff6b6b", "button": "#533483", "button_hover": "#6a4494", "category_bg": "#0f3460", "category_text": "#eaeaea", "alpha": 0.85, "font_size": 12, "icon_size": 32, "admin_btn_size": 30, "monitor_font_size": 14, "edit_icon": "✏️", "del_icon": "🗑️" }, "USOGNT": { "name": "👑 Pix", "mode": "dark", "bg": "#644913", "fg": "#1a1a1a", "sidebar": "#644913", "topbar": "#008040", "card": "#008040", "card_hover": "#2a2a2a", "text": "#e0e0e0", "text_dim": "#a0a0a0", "accent": "#008040", "accent_hover": "#14a1a8", "button": "#008000", "button_hover": "#14a1a8", "category_bg": "#644913", "category_text": "#ffffff", "font_size": 15, "icon_size": 65, "admin_btn_size": 43, "monitor_font_size": 15, "edit_icon": "Düzenle", "del_icon": "Sil" } }, "tabs": [ { "name": "Araç Kutusu", "icon": "🧰", "categories": [ { "name": "📡 Ağ & WiFi", "items": [ { "name": "WiFi Şifrelerini Çek", "type": "script", "value": "@echo off\nsetlocal enabledelayedexpansion\ntitle PixTool Pro 2026 - WiFi Security Tool\ncolor 0b\ncls\n\n:: --- HEADER ---\necho.\necho ==============================================================================\necho PIXTOOL PRO 2026 - WIFI SIFRE KURTARMA ARACI\necho Gelistirici: Omer Cataloglu\necho iletisim : https://omercataloglu.com\necho ==============================================================================\necho.\necho [INFO] Sistem Ag Adaptorleri Taraniyor...\ntimeout /t 2 >nul\necho [INFO] Kayitli Profiller Analiz Ediliyor...\necho.\n\n:: --- GECICI DOSYA OLUSTURMA ---\nset \"tempFile=%temp%\\wifi_profiles_list.txt\"\nif exist \"%tempFile%\" del \"%tempFile%\"\n\n:: --- PROFILLERI BUL ---\nnetsh wlan show profiles | findstr /c:\"All User Profile\" /c:\"Tüm Kullanıcı Profili\" > \"%tempFile%\"\n\n:: --- KONTROL: PROFIL VAR MI? ---\nfor %%A in (\"%tempFile%\") do if %%~zA==0 (\n color 0c\n echo.\n echo [BASARISIZ] Kayitli herhangi bir WiFi profili bulunamadi!\n echo [SEBEP] WiFi kapali olabilir veya hicbir aga baglanilmamis.\n echo.\n pause\n del \"%tempFile%\"\n exit\n)\n\necho ------------------------------------------------------------------------------\necho WIFI ADI (SSID) | SIFRE (PASSWORD)\necho ------------------------------------------------------------------------------\n\n:: --- DONGU VE SIFRE CEKME ---\nfor /f \"tokens=2 delims=:\" %%a in (%tempFile%) do (\n set \"ssid=%%a\"\n set \"ssid=!ssid:~1!\"\n \n :: Şifreyi çek ve filtrele (TR ve EN uyumlu)\n set \"pass=SIFRE YOK (Acik Ag/Enterprise)\"\n \n for /f \"tokens=2 delims=:\" %%k in ('netsh wlan show profile name^=\"!ssid!\" key^=clear ^| findstr /c:\"Key Content\" /c:\"Anahtar İçeriği\"') do (\n set \"pass=%%k\"\n set \"pass=!pass:~1!\"\n )\n \n :: Ekrana Bas (Hizalama yapmaya calisiyoruz)\n set \"displaySSID=!ssid! \"\n set \"displaySSID=!displaySSID:~0,35!\"\n \n echo !displaySSID! ^| !pass!\n)\n\n:: --- BITIS ---\ndel \"%tempFile%\"\necho ------------------------------------------------------------------------------\necho.\necho [BASARILI] Tum islemler tamamlandi Patron!\necho [INFO] Pencereyi kapatmak icin bir tusa basiniz...\necho.\npause >nul", "icon": "🔑" }, { "name": "Tüm WiFi Profilleri", "type": "script", "value": "@echo off\nsetlocal enabledelayedexpansion\ntitle PixTool Pro 2026 - Network Profile Manager\ncolor 0b\ncls\n\n:: --- HEADER ---\necho.\necho ==============================================================================\necho PIXTOOL PRO 2026 - KAYITLI WIFI PROFILLERI\necho ==============================================================================\necho.\necho [INFO] Ag adaptoru analiz ediliyor...\ntimeout /t 1 >nul\necho [INFO] Kayitli profiller veritabanindan cekiliyor...\ntimeout /t 1 >nul\necho.\n\n:: --- LISTELEME ---\necho ------------------------------------------------------------------------------\necho NO ^| WIFI PROFIL ADI (SSID)\necho ------------------------------------------------------------------------------\n\nset count=0\nset \"tempList=%temp%\\wifi_list_raw.txt\"\n\nnetsh wlan show profiles | findstr /c:\"All User Profile\" /c:\"Tüm Kullanıcı Profili\" > \"%tempList%\"\n\nfor /f \"tokens=2 delims=:\" %%a in (%tempList%) do (\n set /a count+=1\n set \"ssid=%%a\"\n set \"ssid=!ssid:~1!\"\n if !count! lss 10 (set \"dispCount=0!count!\") else (set \"dispCount=!count!\")\n echo !dispCount! ^| !ssid!\n)\n\nif !count! equ 0 (\n color 0c\n echo.\n echo [UYARI] Hicbir kayitli WiFi profili bulunamadi!\n)\n\ndel \"%tempList%\"\necho ------------------------------------------------------------------------------\necho.\necho [BASARILI] Toplam !count! adet profil listelendi Patron!\necho [INFO] Cikmak icin bir tusa basiniz...\npause >nul", "icon": "📋" }, { "name": "Detaylı Ağ Analizi (Tam)", "type": "script", "value": "@echo off\nsetlocal enabledelayedexpansion\ntitle PixTool Pro 2026 - Network Diagnostic Tool\ncolor 0b\ncls\n\n:: --- HEADER ---\necho.\necho ==============================================================================\necho PIXTOOL PRO 2026 - DETAYLI AG VE IP ANALIZI\necho ==============================================================================\necho.\necho [INFO] Global sunuculara baglaniliyor...\ntimeout /t 1 >nul\necho [INFO] Dis IP (Public IP) adresi cozumleniyor...\n\nset \"public_ip=Bulunamadi\"\nfor /f %%a in ('curl -s ifconfig.me') do set public_ip=%%a\n\necho [INFO] Yerel ag adaptorleri taraniyor...\ntimeout /t 1 >nul\necho.\n\necho ------------------------------------------------------------------------------\necho AG BAGLANTI OZETI\necho ------------------------------------------------------------------------------\necho.\necho [DIS DUNYA] Public IP Adresiniz : !public_ip!\necho [YEREL] Bilgisayar Adi : %COMPUTERNAME%\necho [KULLANICI] Oturum Sahibi : %USERNAME%\necho.\necho ------------------------------------------------------------------------------\necho DETAYLI TEKNIK DOKUM (IPCONFIG /ALL)\necho ------------------------------------------------------------------------------\necho.\n\nipconfig /all\n\necho.\necho ==============================================================================\necho [BASARILI] Ag analizi tamamlandi Patron!\necho [INFO] Cikmak icin bir tusa basiniz...\npause >nul", "icon": "🌐" }, { "name": "DNS Önbelleği Temizle", "type": "script", "value": "@echo off\nsetlocal enabledelayedexpansion\ntitle PixTool Pro 2026 - DNS Optimizer\ncolor 0b\ncls\n\n:: --- HEADER ---\necho.\necho ==============================================================================\necho PIXTOOL PRO 2026 - DNS ONBELLEK TEMIZLEYICI\necho ==============================================================================\necho.\necho [INFO] DNS Cozumleyici hizmeti kontrol ediliyor...\ntimeout /t 1 >nul\necho [INFO] Mevcut DNS onbellek boyutu analiz ediliyor...\ntimeout /t 1 >nul\necho.\necho [ISLEM] Onbellek temizleme islemi baslatildi...\necho ------------------------------------------------------------------------------\necho.\n\nipconfig /flushdns\n\nif %errorlevel% equ 0 (\n timeout /t 1 >nul\n color 0a\n echo.\n echo ------------------------------------------------------------------------------\n echo.\n echo [BASARILI] DNS Onbellegi tamamen temizlendi Patron!\n echo [SONUC] Internet baglantiniz optimize edildi ve yenilendi.\n) else (\n color 0c\n echo.\n echo [HATA] Temizleme islemi basarisiz oldu. Yonetici izni gerekebilir.\n)\n\necho.\necho [INFO] Pencereyi kapatmak icin bir tusa basiniz...\npause >nul", "icon": "🧹" }, { "name": "Ağ Ayarları Sıfırla", "type": "script", "value": "@echo off\nsetlocal enabledelayedexpansion\ntitle PixTool Pro 2026 - Network Factory Reset\ncolor 0e\ncls\n\n:: --- HEADER ---\necho.\necho ==============================================================================\necho PIXTOOL PRO 2026 - AG FABRIKA AYARLARI SIFIRLAMA\necho ==============================================================================\necho.\necho [UYARI] Bu islem internet baglantinizi kisa sureligine kesecektir!\necho [INFO] Ag adaptorleri analiz ediliyor...\ntimeout /t 2 >nul\necho.\n\necho [ADIM 1/5] Winsock Katalogu sifirlaniyor...\nnetsh winsock reset >nul\nif %errorlevel% equ 0 (echo [OK] Winsock temizlendi.) else (echo [HATA] Winsock sifirlanamadi!)\ntimeout /t 1 >nul\n\necho.\necho [ADIM 2/5] TCP/IP Yigini fabrika ayarlarina donuyor...\nnetsh int ip reset >nul\nif %errorlevel% equ 0 (echo [OK] TCP/IP protokolleri yenilendi.) else (echo [HATA] Erisim engellendi!)\ntimeout /t 1 >nul\n\necho.\necho [ADIM 3/5] Eski IP adresi birakiliyor (Release)...\nipconfig /release >nul\necho [OK] Baglanti kesildi.\n\necho.\necho [ADIM 4/5] DNS Onbellegi temizleniyor...\nipconfig /flushdns >nul\necho [OK] DNS kayitlari silindi.\n\necho.\necho [ADIM 5/5] Yeni IP adresi aliniyor (Renew)...\necho [INFO] DHCP sunucusu ile iletisim kuruluyor, lutfen bekleyin...\nipconfig /renew >nul\nif %errorlevel% equ 0 (echo [OK] Yeni IP adresi basariyla alindi!) else (echo [HATA] IP alinamadi, kabloyu kontrol edin.)\n\necho.\necho ==============================================================================\necho [BASARILI] Tum ag ayarlari sifirlandi Patron!\necho [ONERI] Tam etki icin bilgisayari yeniden baslatmaniz onerilir.\necho ==============================================================================\necho.\necho [INFO] Pencereyi kapatmak icin bir tusa basiniz...\npause >nul", "icon": "🔄" }, { "name": "Ağ Yollarını Göster", "type": "script", "value": "@echo off\nsetlocal enabledelayedexpansion\ntitle PixTool Pro 2026 - Advanced Packet Tracer\ncolor 0b\ncls\n\n:: --- HEADER ---\necho.\necho ==============================================================================\necho PIXTOOL PRO 2026 - GELISMIS AG YOLU ANALIZCISI (TRACEROUTE)\necho ==============================================================================\necho.\n\necho [NEDIR?] Bu arac, bilgisayarinizdan cikan bir veri paketinin\necho Google sunucularina ulasana kadar hangi \"duraklardan\" (Router)\necho gectigini tek tek haritalandirir.\necho.\necho [NASIL OKUNUR?]\necho * 1. Satir : Sizin Modeminiz.\necho * Ara Satirlar : Internet Servis Saglayicinizin ve Dunya'nin\necho cesitli yerlerindeki aktarma noktalari.\necho * Son Satir : Hedef Sunucu.\necho * ms Degeri : O duraga gidip gelme suresi (Dusuk olmasi iyidir).\necho.\necho ------------------------------------------------------------------------------\necho [HEDEF] Global Referans Sunucusu (www.google.com)\necho [DURUM] Rota hesaplaniyor, lutfen bekleyin...\necho ------------------------------------------------------------------------------\necho.\n\ntracert www.google.com\n\necho.\necho ------------------------------------------------------------------------------\necho ANALIZ RAPORU\necho ------------------------------------------------------------------------------\n\nif %errorlevel% equ 0 (\n color 0a\n echo [BASARILI] Rota takibi tamamlandi Patron!\n echo.\n echo [IPUCU] Eger bir satirda yildiz (*) goruyorsaniz, o sunucu\n echo guvenlik amaciyla kendini gizlemistir. Bu bir hata degildir.\n echo [IPUCU] Ilk satirlarda yuksek ms (orn: 50ms ustu) goruyorsaniz\n echo sorun evinizdeki tesisatta veya modemde olabilir.\n) else (\n color 0c\n echo [HATA] Hedefe ulasilamadi. Internet baglantinizi kontrol edin.\n)\n\necho.\necho ==============================================================================\necho [INFO] Pencereyi kapatmak icin bir tusa basiniz...\npause >nul", "icon": "🛣️" }, { "name": "Ping At", "type": "script", "value": "@echo off\nsetlocal enabledelayedexpansion\ntitle PixTool Pro 2026 - Smart Connection Doctor v2.2\ncolor 0b\ncls\n\n:: --- HEADER ---\necho.\necho ==============================================================================\necho PIXTOOL PRO 2026 - AKILLI BAGLANTI DOKTORU (v2.2)\necho ==============================================================================\necho.\necho [INFO] Varsayilan Ag Gecidi (Modem) tespit ediliyor...\n\nset \"gateway=\"\nfor /f \"tokens=3\" %%g in ('route print ^| findstr \"\\<0.0.0.0\\>\"') do (\n if not \"%%g\"==\"0.0.0.0\" (\n set \"gateway=%%g\"\n goto :FoundGateway\n )\n)\n\n:FoundGateway\nif \"!gateway!\"==\"\" (\n color 0c\n echo.\n echo [KRITIK HATA] Herhangi bir modem veya ag gecidi bulunamadi!\n echo [SEBEP] Kablo takili degil, WiFi kapali veya IP alamiyorsunuz.\n echo [COZUM] \"Ag Ayarlari Sifirla\" aracini kullanmayi deneyin.\n echo.\n pause\n exit\n)\n\necho [HEDEF] Modem IP Adresi : [!gateway!] olarak tespit edildi.\necho.\necho ------------------------------------------------------------------------------\necho BAGLANTI TESTI BASLIYOR (Her Hedef Icin 4 Paket)\necho ------------------------------------------------------------------------------\n\nset error_count=0\nset modem_status=0\n\necho.\necho [1/5] Modeme Ulasiyor (Local Gateway)...\nping -n 4 !gateway! >nul\nif %errorlevel% equ 0 (\n echo [DURUM] BASARILI - Modeme erisim var.\n set modem_status=1\n) else (\n color 0c\n echo [DURUM] BASARISIZ - Modeme ulasilamiyor!\n goto :Analyze\n)\n\necho.\necho [2/5] Google Sunuculari (8.8.8.8)...\nping -n 4 8.8.8.8 >nul\nif %errorlevel% equ 0 (\n echo [DURUM] BASARILI - Google Erisimi Var\n) else (\n echo [DURUM] BASARISIZ - Paket Kaybi Var\n set /a error_count+=1\n)\n\necho.\necho [3/5] Cloudflare DNS (1.1.1.1)...\nping -n 4 1.1.1.1 >nul\nif %errorlevel% equ 0 (\n echo [DURUM] BASARILI - Cloudflare Erisimi Var\n) else (\n echo [DURUM] BASARISIZ - Paket Kaybi Var\n set /a error_count+=1\n)\n\necho.\necho [4/5] YouTube (www.youtube.com)...\nping -n 4 www.youtube.com >nul\nif %errorlevel% equ 0 (\n echo [DURUM] BASARILI - YouTube Erisimi Var\n) else (\n echo [DURUM] BASARISIZ - Paket Kaybi Var\n set /a error_count+=1\n)\n\necho.\necho [5/5] Facebook (www.facebook.com)...\nping -n 4 www.facebook.com >nul\nif %errorlevel% equ 0 (\n echo [DURUM] BASARILI - Facebook Erisimi Var\n) else (\n echo [DURUM] BASARISIZ - Paket Kaybi Var\n set /a error_count+=1\n)\n\n:Analyze\necho.\necho ------------------------------------------------------------------------------\necho TESHIS VE COZUM RAPORU\necho ------------------------------------------------------------------------------\necho.\n\nif !modem_status! equ 0 goto :Report_NoModem\nif !error_count! gtr 0 goto :Report_InternetIssue\ngoto :Report_Success\n\n:Report_NoModem\ncolor 4f\necho [SORUN] BILGISAYARINIZ MODEME BAGLI DEGIL!\necho.\necho [COZUM REHBERI]\necho 1. Ethernet kablosunun takili oldugundan emin olun.\necho 2. WiFi kullaniyorsaniz dogru aga baglandiginizi kontrol edin.\necho 3. Modemin acik oldugundan emin olun (Isiklar yaniyor mu?).\ngoto :End\n\n:Report_InternetIssue\ncolor 60\necho [SORUN] MODEM SAGLAM AMA INTERNET ISTIKRARSIZ VEYA YOK!\necho Modeme ulasiyoruz ama bazi sitelere cikamiyoruz.\necho.\necho [COZUM REHBERI]\necho 1. Modemin uzerindeki \"DSL\", \"WAN\" veya \"Internet\" isigini kontrol edin.\necho - Yanmiyorsa: Kablo kopuk veya altyapi sorunu var.\necho - Kirmiziysa: Hat var ama IP alamiyor (Fatura/Ariza).\necho 2. Modemi fisinden cekip 10 saniye bekleyip tekrar takin.\necho 3. \"DNS Onbellegi Temizle\" aracini kullanin.\ngoto :End\n\n:Report_Success\ncolor 2f\necho [SONUC] MUKEMMEL!\necho Hem modeme hem de tum sitelere erisiminiz sorunsuz.\necho Hattinizda herhangi bir problem gorunmuyor Patron.\ngoto :End\n\n:End\necho.\necho ==============================================================================\necho [INFO] Pencereyi kapatmak icin bir tusa basiniz...\npause >nul", "icon": "🏓" }, { "name": "Bağlantıları Göster", "type": "script", "value": "# PIXTOOL PRO 2026 - NETWORK INTELLIGENCE\n$Host.UI.RawUI.WindowTitle = \"PixTool Pro 2026 - Gelismis Ag Istihbarati\"\n[Console]::OutputEncoding = [System.Text.Encoding]::UTF8\n\nfunction Show-Logo {\n Clear-Host\n Write-Host \" ==============================================================================\" -ForegroundColor Cyan\n Write-Host \" PIXTOOL PRO 2026 - GELISMIS AG ISTIHBARAT SERVISI\" -ForegroundColor White\n Write-Host \" ==============================================================================\" -ForegroundColor Cyan\n Write-Host \"\"\n}\n\nfunction Get-NetworkAnalysis {\n Write-Host \" [SISTEM] Ag trafigi ve servis kimlikleri analiz ediliyor...\" -ForegroundColor Yellow\n Write-Host \" [RENK KODLARI] YESIL=Guvenli | SARI=3. Parti | KIRMIZI=Supheli\" -ForegroundColor White\n Write-Host \"\"\n \n Write-Host \"PROTO LOKAL ADRES DIS ADRES DURUM PID ISLEM\" -ForegroundColor Gray\n Write-Host \"----- -------------------- -------------------- -------------- ---- -----\" -ForegroundColor Gray\n\n $connections = Get-NetTCPConnection -ErrorAction SilentlyContinue | Sort-Object State\n\n foreach ($conn in $connections) {\n $processName = \"BILINMIYOR\"\n try {\n $p = Get-Process -Id $conn.OwningProcess -ErrorAction Stop\n $processName = $p.ProcessName\n } catch {\n $processName = \"Sistem/ErisimYok\"\n }\n\n $color = \"Yellow\"\n if ($processName -match \"chrome|msedge|firefox|discord|svchost|System|wininit|lsass|services|spoolsv|explorer\") { \n $color = \"Green\" \n } elseif ($processName -match \"BILINMIYOR|Sistem\") { \n $color = \"Red\" \n }\n\n $local = \"$($conn.LocalAddress):$($conn.LocalPort)\"\n $remote = \"$($conn.RemoteAddress):$($conn.RemotePort)\"\n $line = \"{0,-5} {1,-21} {2,-21} {3,-15} {4,-5} {5}\" -f \"TCP\", $local, $remote, $conn.State, $conn.OwningProcess, $processName\n Write-Host $line -ForegroundColor $color\n }\n Write-Host \"\"\n}\n\nwhile ($true) {\n Show-Logo\n Get-NetworkAnalysis\n Write-Host \" Yenilemek icin ENTER basin...\" -ForegroundColor Gray\n Read-Host\n}", "icon": "🔌" } ] }, { "name": "🔒 Güvenlik & Gizlilik", "items": [ { "name": "Hayalet Modu (İz Sil)", "type": "script", "value": "# PIXTOOL PRO 2026 - GHOST PROTOCOL\n$Host.UI.RawUI.WindowTitle = \"PixTool Pro 2026 - Ghost Protocol\"\nif (-NOT ([Security.Principal.WindowsPrincipal][Security.Principal.WindowsIdentity]::GetCurrent()).IsInRole([Security.Principal.WindowsBuiltInRole] \"Administrator\")) { Start-Process powershell.exe -ArgumentList \"-NoProfile -ExecutionPolicy Bypass -File `\"$PSCommandPath`\"\" -Verb RunAs; Exit }\nClear-Host; Write-Host \" [HAYALET MODU] Izler siliniyor...\" -ForegroundColor Cyan\nGet-WinEvent -ListLog * -Force | % { wevtutil cl $_.LogName 2>$null }; Write-Host \" [1/4] Loglar temizlendi.\" -ForegroundColor Green\nipconfig /flushdns | Out-Null; Write-Host \" [2/4] DNS temizlendi.\" -ForegroundColor Green\nRemove-Item \"$env:TEMP\\*\" -Recurse -Force -ErrorAction SilentlyContinue; Write-Host \" [3/4] Temp temizlendi.\" -ForegroundColor Green\nRemove-Item \"$env:APPDATA\\Microsoft\\Windows\\Recent\\*\" -Recurse -Force -ErrorAction SilentlyContinue; Write-Host \" [4/4] Gecmis temizlendi.\" -ForegroundColor Green\nWrite-Host \" ISLEM TAMAMLANDI PATRON.\" -ForegroundColor Yellow; Start-Sleep -Seconds 3", "icon": "👻" }, { "name": "Geçmiş Temizleyici", "type": "script", "value": "# PIXTOOL PRO 2026 - HISTORY WIPER\n$Host.UI.RawUI.WindowTitle = \"PixTool Pro 2026 - History Wiper\"\nif (-NOT ([Security.Principal.WindowsPrincipal][Security.Principal.WindowsIdentity]::GetCurrent()).IsInRole([Security.Principal.WindowsBuiltInRole] \"Administrator\")) { Start-Process powershell.exe -ArgumentList \"-NoProfile -ExecutionPolicy Bypass -File `\"$PSCommandPath`\"\" -Verb RunAs; Exit }\nClear-Host; Write-Host \" [GECMIS TEMIZLEYICI] Baslatiliyor...\" -ForegroundColor Cyan\nRemove-Item \"$env:APPDATA\\Microsoft\\Windows\\Recent\\*\" -Recurse -Force -ErrorAction SilentlyContinue\nRemove-ItemProperty -Path \"HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\RunMRU\" -Name * -ErrorAction SilentlyContinue\nRemove-ItemProperty -Path \"HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\TypedPaths\" -Name * -ErrorAction SilentlyContinue\nWrite-Host \" [BASARILI] Gecmis verileri silindi.\" -ForegroundColor Green\nRead-Host \" Cikmak icin Enter'a basin...\"", "icon": "🕒" }, { "name": "Güvenlik Duvarı", "type": "script", "value": "wf.msc", "icon": "🧱" }, { "name": "Windows Güvenliği", "type": "script", "value": "start windowsdefender:", "icon": "🛡️" }, { "name": "Şifre Üretici", "type": "script", "value": "# PIXTOOL PRO 2026 - PASSWORD GEN\n$Host.UI.RawUI.WindowTitle = \"PixTool Pro 2026 - Password Generator\"\n[Console]::OutputEncoding = [System.Text.Encoding]::UTF8\nClear-Host\nWrite-Host \" ==========================================\" -ForegroundColor Cyan\nWrite-Host \" PIXTOOL SIFRE URETICI\" -ForegroundColor White\nWrite-Host \" ==========================================\" -ForegroundColor Cyan\n$len = Read-Host \" Uzunluk (Orn: 16)\"\nif (-not $len) { $len = 16 }\n$chars = \"abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789!@#$%^&*\"\n$rng = [System.Security.Cryptography.RandomNumberGenerator]::Create()\n$bytes = New-Object byte[] $len\n$rng.GetBytes($bytes)\n$pass = \"\"\nforeach ($b in $bytes) { $pass += $chars[$b % $chars.Length] }\nWrite-Host \"\"\nWrite-Host \" SIFRE: $pass\" -ForegroundColor Green\nSet-Clipboard $pass\nWrite-Host \" (Panoya kopyalandi)\" -ForegroundColor Gray\nRead-Host", "icon": "🎲" }, { "name": "Dosya Kıyma", "type": "python", "value": "file_shredder", "icon": "🗑️" } ] }, { "name": "📋 Raporlar & Bilgi", "items": [ { "name": "Güncelleme Ve Servis Raporu", "type": "script", "value": "<#\n.SYNOPSIS\n Gelistirilmis Sistem Yoneticisi (ASCII Turkce Surum)\n Developer: Omer Cataloglu\n.DESCRIPTION\n Kodlama hatasi olmamasi icin Ingilizce karakterlerle (ASCII) yazilmis\n Turkce sistem analiz ve guncelleme araci.\n#>\n\n# --- 0. OTOMATIK YONETICI IZNI (AUTO-ADMIN) ---\n$currentUser = [Security.Principal.WindowsIdentity]::GetCurrent()\n$principal = [Security.Principal.WindowsPrincipal]$currentUser\nif (-not $principal.IsInRole([Security.Principal.WindowsBuiltInRole]::Administrator)) {\n Write-Host \"Yonetici izni isteniyor...\" -ForegroundColor Yellow\n Start-Process PowerShell.exe -Verb RunAs -ArgumentList \"-NoProfile -ExecutionPolicy Bypass -File `\"$PSCommandPath`\"\"\n Exit\n}\n\n# --- 1. GELISTIRICI BILGILERI ---\n$DevName = \"Omer Cataloglu\"\n$DevTitle = \"Gelistirici (Developer)\"\n$DevWeb = \"www.omercataloglu.com\"\n$DevMail = \"pixeldrafter@omercataloglu.com\"\n$DevPhone = \"0533 701 00 89\"\n\n# Konsol cikti ayari (Guvenlik icin UTF8, ama biz ASCII yazacagiz)\n[Console]::OutputEncoding = [System.Text.Encoding]::UTF8\n\n# Rapor ve Eylem Kayitlari\n$Global:ReportBody = @()\n$Global:ActionsTaken = @()\n\n# --- YARDIMCI FONKSIYONLAR ---\nfunction Log-Out {\n param ([string]$Msg, [string]$Color=\"White\", [bool]$AddToReport=$true)\n Write-Host $Msg -ForegroundColor $Color\n if ($AddToReport) { $Global:ReportBody += $Msg }\n}\n\nfunction Cizgi-Cek { return \"-\" * 75 }\n\nfunction Goster-Header {\n Clear-Host\n Write-Host \"$(Cizgi-Cek)\" -ForegroundColor Cyan\n Write-Host \" GELISTIRICI BILGILERI (DEVELOPER INFO)\" -ForegroundColor Cyan\n Write-Host \"$(Cizgi-Cek)\" -ForegroundColor Cyan\n Write-Host \" Ad Soyad : $DevName\" -ForegroundColor White\n Write-Host \" Unvan : $DevTitle\" -ForegroundColor White\n Write-Host \" Web : $DevWeb\" -ForegroundColor White\n Write-Host \" E-Posta : $DevMail\" -ForegroundColor White\n Write-Host \" Telefon : $DevPhone\" -ForegroundColor White\n Write-Host \"$(Cizgi-Cek)\" -ForegroundColor Cyan\n Write-Host \"\"\n \n # Raporun en basina da ekleyelim\n $Global:ReportBody += \"$(Cizgi-Cek)\"\n $Global:ReportBody += \" GELISTIRICI BILGILERI\"\n $Global:ReportBody += \" Ad: $DevName | Web: $DevWeb | Tel: $DevPhone\"\n $Global:ReportBody += \"$(Cizgi-Cek)\"\n}\n\n# --- 2. DETAYLI SISTEM ANALIZI ---\nfunction Get-SistemBilgisi {\n Log-Out \"`n$(Cizgi-Cek)\" \"Cyan\"\n Log-Out \" DETAYLI SISTEM RAPORU - $(Get-Date -Format 'dd.MM.yyyy HH:mm')\" \"Cyan\"\n Log-Out \"$(Cizgi-Cek)\" \"Cyan\"\n\n # A. ANAKART VE BIOS\n try {\n $mb = Get-CimInstance Win32_BaseBoard\n $bios = Get-CimInstance Win32_BIOS\n $sys = Get-CimInstance Win32_ComputerSystem\n $os = Get-CimInstance Win32_OperatingSystem\n \n # Uptime Hesabi\n $boot = $os.LastBootUpTime\n $uptime = (Get-Date) - $boot\n $uptimeStr = \"{0} Gun, {1} Saat, {2} Dakika\" -f $uptime.Days, $uptime.Hours, $uptime.Minutes\n\n Log-Out \"`n[+] ANAKART VE SISTEM OZETI\" \"Green\"\n Log-Out \" Bilgisayar Adi : $($sys.Name)\"\n Log-Out \" Uretici : $($mb.Manufacturer)\"\n Log-Out \" Urun/Model : $($mb.Product)\"\n Log-Out \" Seri No : $($mb.SerialNumber)\"\n Log-Out \" BIOS Surumu : $($bios.SMBIOSBIOSVersion) (Tarih: $($bios.ReleaseDate))\"\n Log-Out \" Calisma Suresi : $uptimeStr\"\n } catch { Log-Out \" ! Anakart bilgisi alinamadi.\" \"Red\" }\n\n # B. ISLEMCI (CPU)\n try {\n $cpu = Get-CimInstance Win32_Processor\n Log-Out \"`n[+] ISLEMCI (CPU)\" \"Green\"\n Log-Out \" Model : $($cpu.Name)\"\n Log-Out \" Cekirdek/Izlek : $($cpu.NumberOfCores) Cekirdek / $($cpu.NumberOfLogicalProcessors) Izlek\"\n Log-Out \" Mevcut Hiz : $($cpu.CurrentClockSpeed) MHz\"\n } catch { Log-Out \" ! Islemci bilgisi alinamadi.\" \"Red\" }\n\n # C. BELLEK (RAM) - DETAYLI\n try {\n $rams = Get-CimInstance Win32_PhysicalMemory\n Log-Out \"`n[+] BELLEK (RAM) DURUMU\" \"Green\"\n $totalRAM = [math]::Round(($rams | Measure-Object -Property Capacity -Sum).Sum / 1GB, 2)\n Log-Out \" Toplam Kapasite: $totalRAM GB\"\n foreach ($r in $rams) {\n $rSize = [math]::Round($r.Capacity / 1GB, 0)\n $rSpeed = if ($r.Speed) { $r.Speed } else { \"Bilinmiyor\" }\n $rMan = if ($r.Manufacturer) { $r.Manufacturer } else { \"Bilinmiyor\" }\n $rSer = if ($r.SerialNumber) { $r.SerialNumber } else { \"Yok\" }\n $rLoc = $r.BankLabel + \" \" + $r.DeviceLocator\n Log-Out \" -> Slot [$rLoc]: ${rSize}GB | ${rSpeed}MHz | Marka: $rMan | Seri: $rSer\"\n }\n } catch { Log-Out \" ! RAM bilgisi alinamadi.\" \"Red\" }\n\n # D. EKRAN KARTI (GPU)\n try {\n $gpus = Get-CimInstance Win32_VideoController\n Log-Out \"`n[+] EKRAN KARTI (GPU)\" \"Green\"\n foreach ($g in $gpus) {\n Log-Out \" Model : $($g.Name)\"\n Log-Out \" Surucu Surumu : $($g.DriverVersion)\"\n Log-Out \" Durum : $($g.Status)\"\n }\n } catch { Log-Out \" ! GPU bilgisi alinamadi.\" \"Red\" }\n\n # E. DEPOLAMA (HDD/SSD)\n try {\n Log-Out \"`n[+] DISK VE DEPOLAMA\" \"Green\"\n $disks = Get-CimInstance Win32_DiskDrive\n foreach ($d in $disks) {\n $dSize = [math]::Round($d.Size / 1GB, 2)\n Log-Out \" Fiziksel Disk : $($d.Model) | $dSize GB | Durum: $($d.Status)\"\n }\n $parts = Get-CimInstance Win32_LogicalDisk | Where-Object DriveType -eq 3\n foreach ($p in $parts) {\n $pSize = [math]::Round($p.Size / 1GB, 2)\n $pFree = [math]::Round($p.FreeSpace / 1GB, 2)\n $pUsed = [math]::Round((($pSize - $pFree) / $pSize) * 100, 1)\n Log-Out \" -> Surucu $($p.DeviceID) Toplam: $pSize GB | Bos: $pFree GB | Doluluk: %$pUsed\"\n }\n } catch { Log-Out \" ! Disk bilgisi alinamadi.\" \"Red\" }\n\n # F. AG BILGILERI (YENI - MUST HAVE)\n try {\n Log-Out \"`n[+] AG BAGLANTILARI (NETWORK)\" \"Green\"\n $netConfigs = Get-CimInstance Win32_NetworkAdapterConfiguration | Where-Object { $_.IPEnabled -eq $true }\n foreach ($net in $netConfigs) {\n Log-Out \" Adaptor : $($net.Description)\"\n Log-Out \" MAC Adresi : $($net.MACAddress)\"\n Log-Out \" IP Adresi (v4): $($net.IPAddress[0])\"\n }\n } catch { Log-Out \" ! Ag bilgisi alinamadi.\" \"Red\" }\n\n # G. OLAY GUNLUGU (SON 5 KRITIK HATA)\n try {\n Log-Out \"`n[+] SISTEM OLAY GUNLUGU (Son 5 Kritik Hata)\" \"Green\"\n $errors = Get-EventLog -LogName System -EntryType Error,Warning -Newest 5 -ErrorAction SilentlyContinue\n if ($errors) {\n foreach ($e in $errors) {\n Log-Out \" Zaman : $($e.TimeGenerated.ToString('yyyy-MM-dd HH:mm')) | Kaynak: $($e.Source) | ID: $($e.EventID)\"\n Log-Out \" Mesaj : $($e.Message.Substring(0, [math]::Min(80, $e.Message.Length)))...\"\n }\n } else {\n Log-Out \" Son kayitlarda kritik bir hata bulunamadi. Sistem saglikli gorunuyor.\"\n }\n } catch { Log-Out \" ! Olay gunlugune erisilemedi.\" \"Red\" }\n}\n\n# --- 3. WINDOWS UPDATE YONETICISI ---\nfunction Kontrol-WindowsUpdate {\n Log-Out \"`n[+] WINDOWS GUNCELLEMELERI KONTROL EDILIYOR...\" \"Yellow\" $false\n try {\n $Session = New-Object -ComObject \"Microsoft.Update.Session\"\n $Searcher = $Session.CreateUpdateSearcher()\n $Criteria = \"IsInstalled=0\"\n $Result = $Searcher.Search($Criteria)\n \n if ($Result.Updates.Count -eq 0) {\n Log-Out \" Windows tamamen guncel.\" \"Green\"\n return $null\n } else {\n Log-Out \" $($Result.Updates.Count) adet Windows guncellemesi bekliyor.\" \"Cyan\"\n return $Result.Updates\n }\n } catch {\n Log-Out \" Windows Update servisine erisilemedi.\" \"Red\"\n return $null\n }\n}\n\nfunction Yukle-WindowsUpdate {\n param($Updates)\n if (-not $Updates) { return }\n \n Log-Out \" Windows Guncellemeleri baslatiliyor...\" \"Cyan\"\n # Guvenli yontem: Windows'un kendi arayuzunu veya servisini tetiklemek\n Start-Process \"usoclient\" -ArgumentList \"StartInstall\"\n $Global:ActionsTaken += \"Windows Guncellemeleri Tetiklendi (Arkaplan)\"\n Log-Out \" Guncellemeler arkaplanda baslatildi. Islem bitince yeniden baslatma gerekebilir.\" \"Green\"\n}\n\n# --- 4. UYGULAMA GUNCELLEME (WINGET) ---\nfunction Kontrol-UygulamaGuncelleme {\n Log-Out \"`n[+] UYGULAMA GUNCELLEMELERI TARANIYOR (WINGET)...\" \"Yellow\" $false\n \n $raw = winget upgrade --include-unknown --accept-source-agreements | Out-String\n $lines = $raw -split \"`r`n\"\n \n $pkgList = @()\n $startCapture = $false\n\n foreach ($line in $lines) {\n if ($line -match \"^Name|^Ad\\s\") { $startCapture = $true; continue }\n if ($line -match \"^----\") { continue }\n \n if ($startCapture -and $line.Trim().Length -gt 2) {\n # Bosluklara gore ayir\n $parts = $line -split \"\\s{2,}\"\n \n if ($parts.Count -ge 2) {\n # ID Genelde 2. sutundadir (Ad - Id - Surum)\n $idCandidate = $parts[1]\n \n $pkgObj = [PSCustomObject]@{\n Index = $pkgList.Count + 1\n FullLine = $line\n Id = $idCandidate\n }\n $pkgList += $pkgObj\n }\n }\n }\n return $pkgList\n}\n\n# --- ANA PROGRAM AKISI ---\nGoster-Header # Iletisim bilgileri en basta\n\n# 1. Donanim Analizi\nGet-SistemBilgisi\n\n# 2. Guncelleme Kontrolu\n$winUpdates = Kontrol-WindowsUpdate\n$appUpdates = Kontrol-UygulamaGuncelleme\n\n# Uygulama Listesini Goster\nif ($appUpdates.Count -gt 0) {\n Log-Out \"`n Bulunan Uygulama Guncellemeleri ($($appUpdates.Count) Adet):\" \"Cyan\" $false\n foreach ($pkg in $appUpdates) {\n Write-Host \" [$($pkg.Index)] $($pkg.FullLine)\"\n }\n} else {\n Log-Out \"`n Tum uygulamalar guncel.\" \"Green\"\n}\n\n# 3. MENU\nWrite-Host \"`n$(Cizgi-Cek)\" -ForegroundColor Cyan\nWrite-Host \" GUNCELLEME VE ISLEM MENUSU\" -ForegroundColor Cyan\nWrite-Host \"$(Cizgi-Cek)\" -ForegroundColor Cyan\nWrite-Host \" 1. Herseyi Guncelle (Windows + Programlar) [ONERILEN]\"\nWrite-Host \" 2. Sadece Windows'u Guncelle\"\nWrite-Host \" 3. Sadece Programlari Guncelle\"\nWrite-Host \" 4. Sadece Secili Programi Guncelle (Numara ile)\"\nWrite-Host \" 5. Sadece Raporu Al ve Cik\"\nWrite-Host \"$(Cizgi-Cek)\" -ForegroundColor Cyan\n\n$choice = Read-Host \" Seciminiz (1-5)\"\n\n# 4. ISLEM UYGULAMA\nswitch ($choice) {\n \"1\" {\n # Windows\n if ($winUpdates) { Yukle-WindowsUpdate -Updates $winUpdates }\n # Uygulamalar\n if ($appUpdates.Count -gt 0) {\n Log-Out \" Tum uygulamalar guncelleniyor...\" \"Cyan\"\n winget upgrade --all --accept-package-agreements --accept-source-agreements\n $Global:ActionsTaken += \"Tum Uygulamalar Guncellendi\"\n }\n }\n \"2\" {\n if ($winUpdates) { Yukle-WindowsUpdate -Updates $winUpdates }\n else { Log-Out \" Yapilacak Windows guncellemesi bekliyor.\" \"Yellow\" }\n }\n \"3\" {\n if ($appUpdates.Count -gt 0) {\n Log-Out \" Tum uygulamalar guncelleniyor...\" \"Cyan\"\n winget upgrade --all --accept-package-agreements --accept-source-agreements\n $Global:ActionsTaken += \"Tum Uygulamalar Guncellendi\"\n } else { Log-Out \" Guncellenecek uygulama yok.\" \"Yellow\" }\n }\n \"4\" {\n if ($appUpdates.Count -gt 0) {\n $selection = Read-Host \" Guncellenecek numaralari girin (Orn: 1 veya 1,3)\"\n $nums = $selection -split \",\"\n foreach ($n in $nums) {\n try {\n $idx = [int]$n - 1\n if ($idx -ge 0 -and $idx -lt $appUpdates.Count) {\n $target = $appUpdates[$idx]\n Log-Out \" Guncelleniyor [$($target.Index)] ID: $($target.Id) ...\" \"Cyan\"\n \n # Guncelleme Komutu\n winget upgrade --id $target.Id --accept-package-agreements --accept-source-agreements\n \n if ($?) { \n $Global:ActionsTaken += \"Guncellendi: $($target.Id)\" \n Log-Out \" Basarili: $($target.Id)\" \"Green\"\n } else {\n $Global:ActionsTaken += \"Hata Olustu: $($target.Id)\"\n Log-Out \" Basarisiz: $($target.Id)\" \"Red\"\n }\n } else {\n Log-Out \" Gecersiz numara: $n\" \"Red\"\n }\n } catch {\n Log-Out \" Hatali giris: $n\" \"Red\"\n }\n }\n } else { Log-Out \" Guncellenecek bir sey yok.\" }\n }\n \"5\" {\n Log-Out \" Guncelleme yapilmadan cikiliyor.\" \"Green\"\n $Global:ActionsTaken += \"Sadece Rapor Olusturuldu\"\n }\n Default { Log-Out \" Gecersiz Secim.\" \"Red\" }\n}\n\n# --- 5. RAPOR OLUSTURMA ---\n$fileName = \"SistemRaporu_$(Get-Date -Format 'yyyyMMdd_HHmm').txt\"\n$desktopPath = [Environment]::GetFolderPath(\"Desktop\")\n$fullPath = Join-Path $desktopPath $fileName\n\n$finalContent = @()\n$finalContent += \"######################################################################\"\n$finalContent += \"# SISTEM BAKIM VE DURUM RAPORU #\"\n$finalContent += \"######################################################################\"\n$finalContent += \"Tarih : $(Get-Date -Format 'dd.MM.yyyy HH:mm')\"\n$finalContent += \"\"\n$finalContent += \"--- GELISTIRICI BILGILERI ---\"\n$finalContent += \"Ad Soyad : $DevName\"\n$finalContent += \"Unvan : $DevTitle\"\n$finalContent += \"Web : $DevWeb\"\n$finalContent += \"E-Posta : $DevMail\"\n$finalContent += \"Telefon : $DevPhone\"\n$finalContent += \"-\" * 75\n$finalContent += \"\"\n$finalContent += $Global:ReportBody\n$finalContent += \"\"\n$finalContent += \"======================================================================\"\n$finalContent += \" ISLEM OZETI (ACTION SUMMARY)\"\n$finalContent += \"======================================================================\"\nif ($Global:ActionsTaken.Count -gt 0) {\n foreach ($act in $Global:ActionsTaken) { $finalContent += \" [YAPILDI] $act\" }\n} else {\n $finalContent += \" Herhangi bir degisiklik yapilmadi.\"\n}\n\n$finalContent | Out-File -FilePath $fullPath -Encoding UTF8\n\nWrite-Host \"`n[BASARILI] Rapor Masaustune kaydedildi: $fileName\" -ForegroundColor Green\nWrite-Host \"Gelistirici: $DevName - Islem Tamamlandi.\" -ForegroundColor Gray\nRead-Host \"Cikmak icin Enter'a basin...\"", "icon": "📝" }, { "name": "OEM İmzası Bas", "type": "script", "value": "<#\n.SYNOPSIS\n PixTool OEM Branding Manager (Auto-Open Edition)\n Developer: Omer Cataloglu\n.DESCRIPTION\n Sets OEM Registry keys, installs logo, and automatically opens the 'About' page.\n#>\n\n# --- 1. OTOMATIK YONETICI IZNI ---\n$currentUser = [Security.Principal.WindowsIdentity]::GetCurrent()\n$principal = [Security.Principal.WindowsPrincipal]$currentUser\nif (-not $principal.IsInRole([Security.Principal.WindowsBuiltInRole]::Administrator)) {\n Write-Host \"Yonetici izni aliniyor...\" -ForegroundColor Yellow\n Start-Process PowerShell.exe -Verb RunAs -ArgumentList \"-NoProfile -ExecutionPolicy Bypass -File `\"$PSCommandPath`\"\"\n Exit\n}\n\n# --- 2. AYARLAR ---\n$DevBrand = \"Omer Cataloglu Tech Services\"\n$DevModel = \"PixTool Pro Workstation\"\n$DevWeb = \"https://omercataloglu.com\"\n$DevSupport = \"0533 701 00 89\"\n$DevHours = \"09:00 - 18:00\"\n$LogoUrl = \"https://omercataloglu.com/wp-content/uploads/2025/04/Basliksiz-2-1-300x560.png\"\n$RegPath = \"HKLM:\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\OEMInformation\"\n$LogoDest = \"C:\\Windows\\System32\\oemlogo.bmp\"\n\n# .NET Grafik Kutuphanesini Yukle\nAdd-Type -AssemblyName System.Drawing\n\n# Konsol Temizligi\nClear-Host\nWrite-Host \"------------------------------------------------------------\" -ForegroundColor Cyan\nWrite-Host \" PIXTOOL OEM BRANDING MANAGER (AUTO-OPEN)\" -ForegroundColor Cyan\nWrite-Host \"------------------------------------------------------------\" -ForegroundColor Cyan\n\n# --- 3. LOGO ISLEMLERI ---\nfunction Install-Logo {\n Write-Host \"`n[ISLEM] Logo indiriliyor ve ayarlaniyor...\" -ForegroundColor Cyan\n $TempFile = \"$env:TEMP\\temp_logo_download.png\"\n\n try {\n # TLS 1.2 Destegi\n [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12\n Invoke-WebRequest -Uri $LogoUrl -OutFile $TempFile -UseBasicParsing\n\n # Resmi Isle (120x120 BMP)\n $OriginalImage = [System.Drawing.Image]::FromFile($TempFile)\n $NewImage = New-Object System.Drawing.Bitmap(120, 120)\n $Graphics = [System.Drawing.Graphics]::FromImage($NewImage)\n \n $Graphics.InterpolationMode = [System.Drawing.Drawing2D.InterpolationMode]::HighQualityBicubic\n $Graphics.CompositingQuality = [System.Drawing.Drawing2D.CompositingQuality]::HighQuality\n $Graphics.SmoothingMode = [System.Drawing.Drawing2D.SmoothingMode]::HighQuality\n\n $Graphics.DrawImage($OriginalImage, 0, 0, 120, 120)\n $NewImage.Save($LogoDest, [System.Drawing.Imaging.ImageFormat]::Bmp)\n \n $Graphics.Dispose()\n $NewImage.Dispose()\n $OriginalImage.Dispose()\n Remove-Item $TempFile -Force -ErrorAction SilentlyContinue\n\n Write-Host \" [OK] Logo sisteme islendi.\" -ForegroundColor Green\n return $true\n } catch {\n Write-Host \" [HATA] Logo islenirken hata olustu: $_\" -ForegroundColor Red\n return $false\n }\n}\n\n# --- 4. KAYIT DEFTERI ISLEMLERI ---\nWrite-Host \"`n[ISLEM] OEM Bilgileri Yaziliyor...\" -ForegroundColor Cyan\n\nif (!(Test-Path $RegPath)) { New-Item -Path $RegPath -Force | Out-Null }\n\nfunction Set-RegValue {\n param($Name, $Value)\n try {\n Set-ItemProperty -Path $RegPath -Name $Name -Value $Value -Type String -Force\n Write-Host \" [OK] $($Name): $Value\" -ForegroundColor Green\n } catch {\n Write-Host \" [HATA] $Name yazilamadi!\" -ForegroundColor Red\n }\n}\n\nSet-RegValue -Name \"Manufacturer\" -Value $DevBrand\nSet-RegValue -Name \"Model\" -Value $DevModel\nSet-RegValue -Name \"SupportURL\" -Value $DevWeb\nSet-RegValue -Name \"SupportPhone\" -Value $DevSupport\nSet-RegValue -Name \"SupportHours\" -Value $DevHours\n\n$LogoSuccess = Install-Logo\nif ($LogoSuccess) { Set-RegValue -Name \"Logo\" -Value $LogoDest }\n\nWrite-Host \"`n------------------------------------------------------------\" -ForegroundColor Cyan\nWrite-Host \"[BASARILI] Islemler bitti. Pencere aciliyor...\" -ForegroundColor Green\nWrite-Host \"------------------------------------------------------------\" -ForegroundColor Cyan\n\n# --- 5. HEDEF PENCEREYI ACMA ---\n# Windows 10/11 'Hakkinda' sayfasini acar\nStart-Process \"ms-settings:about\"\n\nStart-Sleep -Seconds 2", "icon": "🏷️" }, { "name": "Enerji & Batarya Raporu", "type": "script", "value": "<#\n.SYNOPSIS\n PixTool Power & Battery Report Generator (ASCII Edition)\n Developer: Omer Cataloglu\n.DESCRIPTION\n Generates a custom, readable HTML power report.\n Detects Desktop vs Laptop automatically.\n#>\n\n# --- 1. OTOMATIK YONETICI IZNI ---\n$currentUser = [Security.Principal.WindowsIdentity]::GetCurrent()\n$principal = [Security.Principal.WindowsPrincipal]$currentUser\nif (-not $principal.IsInRole([Security.Principal.WindowsBuiltInRole]::Administrator)) {\n Start-Process PowerShell.exe -Verb RunAs -ArgumentList \"-NoProfile -ExecutionPolicy Bypass -File `\"$PSCommandPath`\"\"\n Exit\n}\n\n# --- 2. AYARLAR ---\n$DevName = \"Omer Cataloglu\"\n$DevTitle = \"Gelistirici (Developer)\"\n$DevWeb = \"omercataloglu.com\"\n$ReportFile = \"$([Environment]::GetFolderPath('Desktop'))\\PixTool_Guc_Raporu.html\"\n\n# --- 3. VERI TOPLAMA ---\nWrite-Host \"------------------------------------------------\" -ForegroundColor Cyan\nWrite-Host \" PIXTOOL GUC RAPORLAYICI (POWER TOOL)\" -ForegroundColor Cyan\nWrite-Host \"------------------------------------------------\" -ForegroundColor Cyan\nWrite-Host \" Veriler toplaniyor...\" -ForegroundColor Yellow\n\n# Sistem Bilgisi\n$sysInfo = Get-CimInstance Win32_ComputerSystem\n$pcName = $sysInfo.Name\n$model = $sysInfo.Model\n\n# Guc Plani\n$powerPlan = Get-CimInstance Win32_PowerPlan -Namespace \"root\\cimv2\\power\" | Where-Object { $_.IsActive }\n$planName = $powerPlan.ElementName\n\n# Batarya Kontrolu\n$batteries = Get-CimInstance Win32_Battery\n$hasBattery = $null\n$batHtml = \"\"\n$statusText = \"Masaustu Modu (Priz)\"\n\nif ($batteries) {\n $hasBattery = $true\n $statusText = \"Mobil Mod (Batarya)\"\n \n foreach ($bat in $batteries) {\n # Batarya Sagligi Hesabi (Tahmini)\n # Windows bazi driverlarda DesignCapacity vermeyebilir, kontrol edelim.\n $designCap = if ($bat.DesignCapacity) { $bat.DesignCapacity } else { 0 }\n $fullCap = if ($bat.FullChargeCapacity) { $bat.FullChargeCapacity } else { 0 }\n \n $health = 0\n if ($designCap -gt 0) {\n $health = [math]::Round(($fullCap / $designCap) * 100, 1)\n }\n\n $batHtml += @\"\n
| Durum | $($bat.Status) |
| Sarj Seviyesi | % $($bat.EstimatedChargeRemaining) |
| Sarj Suresi | $($bat.EstimatedRunTime) Dakika |
| Saglik Durumu | % $health |
| Voltaj | $($bat.DesignVoltage) mV |
Bu sistem bir Masaustu Bilgisayar veya bataryasiz bir sistemdir.
\nWindows'un standart batarya raporu bu yuzden bos cikmaktadir. \n Sistem dogrudan AC Guc kaynagina (Priz) baglidir.
\n| Bilgisayar Adi | $pcName |
| Model | $model |
| Guc Kaynagi Tipi | $statusText |
| Aktif Guc Plani | $planName |
| Modern Bekleme (S0) | $s0 |
| Hazirda Bekletme (Hibernate) | $hiber |
| Hizli Baslatma (Fast Boot) | $fast |