|
![]() ![]() |
|
Konu Araçları |
çözümleri, karşılaşılan, sorunlar, sıklıkla, windows, xpde |
![]() |
Windows Xp'de Sıklıkla Karşılaşılan Sorunlar Ve Çözümleri |
![]() |
![]() |
#1 |
Prof. Dr. Sinsi
|
![]() Windows Xp'de Sıklıkla Karşılaşılan Sorunlar Ve ÇözümleriBu yazıda XP kullanırken çoğu kullanıcının karşılaştığı hataların çözümlerini sizlere anlatacağız ![]() Sorun NTLDR is compressed! Çözüm Sistemi XP CD'si ile başlatın ve kurtarma konsoluna geçerek aşağıdaki komutları sırasıyla yazın ![]() Kod: CD ATTRIB -C NTLDR Sorun Hal ![]() Çözüm Sistemi XP CD'si ile başlatın ve kurtarma konsoluna geçerek aşağıdaki komutları sırasıyla yazın ![]() Kod: Attrib -H -R -S C:Boot ![]() DEL C:Boot ![]() BootCfg /Rebuild Fixboot Sorun Karşılam ekranındaki Gina ![]() ![]() Çözüm Kod'u not defterine yapıştırın ve uzantısını ![]() ![]() ![]() Kod: On Error Resume Next Set WshShell = WScript ![]() ![]() WshShell ![]() Message = "Your Windows Logon Screen is restored" & vbCR & vbCR Message = Message & "You may need to log off/log on, or" & vbCR Message = Message & "restart for the change to take effect ![]() X = MsgBox(Message, vbOKOnly, "Done") Set WshShell = Nothing Sorun Bilgisayarım'ın özelliklerini göstermiyorsa veya "Sistem Geri Yükleme" doğru bir şekilde çalışmıyorsa veya rundll32 ![]() ![]() ![]() Çözüm Bu hataların sorumlusu,yüksek ihtimalle zarar görmüş Winsta ![]() ![]() ![]() ![]() Sorunu gidermek için bilgisayarı yeniden başlatın ve başlatırken "F8" tuşuna basarak Windows Güvenli mod'da açılmasını sağlayın ![]() ![]() ![]() ![]() ![]() Sorun Açılışta bulunamayan boot ![]() ![]() Çözüm Sistemi XP CD'si ile başlatın ve kurtarma konsoluna geçerek aşağıdaki komutu verin ![]() Kod: Bootcfg /rebuild Sorun XP'de kullandığınız masaüstü,umulmadık bir anda tamamen kaybolabilir ![]() Çözüm Kodları not defterine yapıştırın ve uzantısı ![]() ![]() ![]() PHP- Kodu: 'xp_taskbar_desktop_fixall ![]() don't show ![]() '© Kelly Theriot and Doug Knox - 8/22/2003 Set WSHShell = WScript ![]() ![]() Message = "To work correctly, the script will close" & vbCR Message = Message & "and restart the Windows Explorer shell ![]() Message = Message & "This will not harm your system ![]() Message = Message & "Continue?" X = MsgBox(Message, vbYesNo, "Notice") If X = 6 Then On Error Resume Next WshShell ![]() "HKCUSoftwareMicrosoftWindowsCurrentVersionExp lore rStuckRects2" WshShell ![]() "HKCUSoftwareMicrosoftWindowsCurrentVersionExp lore rStreamMRU" WshShell ![]() "HKCUSoftwareMicrosoftWindowsCurrentVersionExp lore rStreamsDesktop" WshShell ![]() Bars{32683183-48a0-441b-a342-7c2a440a9478}BarSize" P1 = "HKCUSoftwareMicrosoftWindowsCurrentVersionPol icie sExplorer" WshShell ![]() WshShell ![]() WshShell ![]() WshShell ![]() WshShell ![]() WshShell ![]() WshShell ![]() WshShell ![]() WshShell ![]() WshShell ![]() p1 = "HKCUSoftwareMicrosoftWindowsCurrentVersionGro up Policy ObjectsLocalUserSoftwareMicrosoftWindowsCurrentVer sionPoliciesExplorer " WshShell ![]() WshShell ![]() p1 = "HKLMSoftwareMicrosoftWindows NTCurrentVersionWinlogonShell" WshShell ![]() ![]() p1 = "HKCUSoftwareMicrosoftInternet ExplorerExplorer Bars{32683183-48a0-441b-a342-7c2a440a9478}" WshShell ![]() WshShell ![]() On Error Goto 0 For Each Process in GetObject("winmgmts:") ![]() ExecQuery ("select * from Win32_Process where name='explorer ![]() Process ![]() Next MsgBox "Finished ![]() "Done" Else MsgBox "No changes were made to your system ![]() and Doug Knox", 40 Sorun WMP İç Uygulama Hatası Çözüm Başlat=>Çalıştır => regsvr32 jscript ![]() Başlat=>Çalıştır => regsvr32 Vbscript ![]() ![]() Sorun Kayıt Defteri Yönetici Tarafından Devredışı Bırakıldı Çözüm PHP- Kodu: 'Enable/Disable Registry Editing tools '© Doug Knox - rev 12/06/99 'This code may be freely distributed/modified Option Explicit 'Declare variables Dim WSHShell, n, MyBox, p, t, mustboot, errnum, vers Dim enab, disab, jobfunc, itemtype Set WSHShell = WScript ![]() ![]() p = "HKCUSoftwareMicrosoftWindowsCurrentVersionPol icie sSystem" p = p & "DisableRegistryTools" itemtype = "REG_DWORD" mustboot = "Log off and back on, or restart your pc to" & vbCR & "effect the changes" enab = "ENABLED" disab = "DISABLED" jobfunc = "Registry Editing Tools are now " 'This section tries to read the registry key value ![]() 'error is generated ![]() 'present t = "Confirmation" Err ![]() On Error Resume Next n = WSHShell ![]() On Error Goto 0 errnum = Err ![]() if errnum <> 0 then 'Create the registry key value for DisableRegistryTools with value 0 WSHShell ![]() End If 'If the key is present, or was created, it is toggled 'Confirmations can be disabled by commenting out 'the two MyBox lines below If n = 0 Then n = 1 WSHShell ![]() Mybox = MsgBox(jobfunc & disab & vbCR & mustboot, 4096, t) ElseIf n = 1 then n = 0 WSHShell ![]() Mybox = MsgBox(jobfunc & enab & vbCR & mustboot, 4096, t) End If Sorun Bozulan sistem geri yükleme hizmetini yeniden kuralım ![]() Çözüm Başlat-Çalıştır ==> %Windir%INF yazın ![]() Açılan klasörde ihtiyacımız olan dosyayı bulabilmemiz için "Gizli Dosya ve Klasör Göster" seçeneğini aktif hale getirmeliyiz ![]() Bunun için şu yolu izleyelim; Araçlar---Klasör Seçenekleri---Görünüm---Gizli Dosya ve Klasörleri Göster seçeneğini işaretleyin ve TAMAM'a basarak yapılan değişikliği onaylayın ![]() sr ![]() ![]() ![]() ![]() NOT Eğer daha önce Windows klasörü içerisinde ServicePackFilesi386 klasörü varsa cd'ye gerek yok demektir ![]() Sizden İstenilecek Olan Dosyalar FILELIST ![]() RSTRUI ![]() SR ![]() SRCLIENT ![]() SRDIAG ![]() SRFRAME ![]() SRRSTR ![]() SRSVC ![]() SRVSVC ![]() Sorun Görev Yöneticiniz Yönetici Tarafından Kapatılmıştır ![]() Çözüm Kodları not defterine yapıştırın ve uzantısnı ![]() ![]() ![]() PHP- Kodu: Windows Registry Editor Version 5 ![]() [HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVe rsionPoliciesSystem] "DisableTaskMgr"=dword:00000000 [HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVe rsionGroup Policy ObjectsLocalUserSoftwareMicrosoftWindowsCurrentVer sionPoliciesSystem] "DisableTaskMgr"=dword:00000000 "**del ![]() [HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentV ersionpoliciessystem] "DisableTaskMgr"=dword:00000000 [HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionWinlogon] "DisableCAD"=dword:00000000 Sorun Windows XP'de tüm uyarı seslerinin kaybolup gitmesi (yalan olması ) ![]() Çözüm Kodları not defterine yapıştırın ve uzantısını ![]() ![]() ![]() PHP- Kodu: Windows Registry Editor Version 5 ![]() [HKEY_CURRENT_USERAppEventsSchemesApps ![]() @="Windows" "DispFileName"="@mmsys ![]() [HKEY_CURRENT_USERAppEventsSchemesApps ![]() ![]() [HKEY_CURRENT_USERAppEventsSchemesApps ![]() ![]() ![]() @=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00 ,52,00,6f,00,6f,00,74,00,25, & nbsp;00,5c,00,6d,00,65,00,64,00,69,00,61,00,5c,00, 57,00,69,00,6e,00,64,00,6f,00, & nbsp;77,00,73,00,20,00,58,00,50,00,20,00,44,00,69, 00,6e,00,67,00,2e,00,77,00,61, 00,76,00,00,00 [HKEY_CURRENT_USERAppEventsSchemesApps ![]() ![]() ![]() @=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00 ,52,00,6f,00,6f,00,74,00,25, & nbsp;00,5c,00,6d,00,65,00,64,00,69,00,61,00,5c,00, 57,00,69,00,6e,00,64,00,6f,00, & nbsp;77,00,73,00,20,00,58,00,50,00,20,00,44,00,69, 00,6e,00,67,00,2e,00,77,00,61, 00,76,00,00,00 [HKEY_CURRENT_USERAppEventsSchemesApps ![]() [HKEY_CURRENT_USERAppEventsSchemesApps ![]() ![]() @="" [HKEY_CURRENT_USERAppEventsSchemesApps ![]() ![]() @=hex(2):00,00 [HKEY_CURRENT_USERAppEventsSchemesApps ![]() @="" [HKEY_CURRENT_USERAppEventsSchemesApps ![]() [HKEY_CURRENT_USERAppEventsSchemesApps ![]() ![]() @="" [HKEY_CURRENT_USERAppEventsSchemesApps ![]() ![]() @=hex(2):00,00 [HKEY_CURRENT_USERAppEventsSchemesApps ![]() [HKEY_CURRENT_USERAppEventsSchemesApps ![]() ![]() @=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00 ,52,00,6f,00,6f,00,74,00,25, & nbsp;00,5c,00,6d,00,65,00,64,00,69,00,61,00,5c,00, 57,00,69,00,6e,00,64,00,6f,00, & nbsp;77,00,73,00,20,00,58,00,50,00,20,00,42,00,61, 00,74,00,74,00,65,00,72,00,79, & nbsp;00,20,00,43,00,72,00,69,00,74,00,69,00,63,00, 61,00,6c,00,2e,00,77,00,61,00, 76,00,00,00 [HKEY_CURRENT_USERAppEventsSchemesApps ![]() ![]() @=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00 ,52,00,6f,00,6f,00,74,00,25, & nbsp;00,5c,00,6d,00,65,00,64,00,69,00,61,00,5c,00, 57,00,69,00,6e,00,64,00,6f,00, & nbsp;77,00,73,00,20,00,58,00,50,00,20,00,42,00,61, 00,74,00,74,00,65,00,72,00,79, & nbsp;00,20,00,43,00,72,00,69,00,74,00,69,00,63,00, 61,00,6c,00,2e,00,77,00,61,00, 76,00,00,00 [HKEY_CURRENT_USERAppEventsSchemesApps ![]() [HKEY_CURRENT_USERAppEventsSchemesApps ![]() ![]() @=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00 ,52,00,6f,00,6f,00,74,00,25, & nbsp;00,5c,00,6d,00,65,00,64,00,69,00,61,00,5c,00, 57,00,69,00,6e,00,64,00,6f,00, & nbsp;77,00,73,00,20,00,58,00,50,00,20,00,48,00,61, 00,72,00,64,00,77,00,61,00,72, & nbsp;00,65,00,20,00,49,00,6e,00,73,00,65,00,72,00, 74,00,2e,00,77,00,61,00,76,00, 00,00 [HKEY_CURRENT_USERAppEventsSchemesApps ![]() ![]() @=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00 ,52,00,6f,00,6f,00,74,00,25, & nbsp;00,5c,00,6d,00,65,00,64,00,69,00,61,00,5c,00, 57,00,69,00,6e,00,64,00,6f,00, & nbsp;77,00,73,00,20,00,58,00,50,00,20,00,48,00,61, 00,72,00,64,00,77,00,61,00,72, & nbsp;00,65,00,20,00,49,00,6e,00,73,00,65,00,72,00, 74,00,2e,00,77,00,61,00,76,00, 00,00 [HKEY_CURRENT_USERAppEventsSchemesApps ![]() [HKEY_CURRENT_USERAppEventsSchemesApps ![]() ![]() @=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00 ,52,00,6f,00,6f,00,74,00,25, & nbsp;00,5c,00,6d,00,65,00,64,00,69,00,61,00,5c,00, 57,00,69,00,6e,00,64,00,6f,00, & nbsp;77,00,73,00,20,00,58,00,50,00,20,00,48,00,61, 00,72,00,64,00,77,00,61,00,72, & nbsp;00,65,00,20,00,52,00,65,00,6d,00,6f,00,76,00, 65,00,2e,00,77,00,61,00,76,00, 00,00 [HKEY_CURRENT_USERAppEventsSchemesApps ![]() ![]() @=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00 ,52,00,6f,00,6f,00,74,00,25, & nbsp;00,5c,00,6d,00,65,00,64,00,69,00,61,00,5c,00, 57,00,69,00,6e,00,64,00,6f,00, & nbsp;77,00,73,00,20,00,58,00,50,00,20,00,48,00,61, 00,72,00,64,00,77,00,61,00,72, & nbsp;00,65,00,20,00,52,00,65,00,6d,00,6f,00,76,00, 65,00,2e,00,77,00,61,00,76,00, 00,00 [HKEY_CURRENT_USERAppEventsSchemesApps ![]() [HKEY_CURRENT_USERAppEventsSchemesApps ![]() ![]() @=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00 ,52,00,6f,00,6f,00,74,00,25, & nbsp;00,5c,00,6d,00,65,00,64,00,69,00,61,00,5c,00, 57,00,69,00,6e,00,64,00,6f,00, & nbsp;77,00,73,00,20,00,58,00,50,00,20,00,48,00,61, 00,72,00,64,00,77,00,61,00,72, 00,65,00,20,00,46,00,61,00,69,00,6c,00,2e,00,77,00 ,61,00,76,00,00,00 [HKEY_CURRENT_USERAppEventsSchemesApps ![]() ![]() @=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00 ,52,00,6f,00,6f,00,74,00,25, & nbsp;00,5c,00,6d,00,65,00,64,00,69,00,61,00,5c,00, 57,00,69,00,6e,00,64,00,6f,00, & nbsp;77,00,73,00,20,00,58,00,50,00,20,00,48,00,61, 00,72,00,64,00,77,00,61,00,72, 00,65,00,20,00,46,00,61,00,69,00,6c,00,2e,00,77,00 ,61,00,76,00,00,00 [HKEY_CURRENT_USERAppEventsSchemesApps ![]() [HKEY_CURRENT_USERAppEventsSchemesApps ![]() ![]() @=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00 ,52,00,6f,00,6f,00,74,00,25, & nbsp;00,5c,00,6d,00,65,00,64,00,69,00,61,00,5c,00, 57,00,69,00,6e,00,64,00,6f,00, & nbsp;77,00,73,00,20,00,58,00,50,00,20,00,42,00,61, 00,74,00,74,00,65,00,72,00,79, 00,20,00,4c,00,6f,00,77,00,2e,00,77,00,61,00,76,00 ,00,00 [HKEY_CURRENT_USERAppEventsSchemesApps ![]() ![]() @=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00 ,52,00,6f,00,6f,00,74,00,25, & nbsp;00,5c,00,6d,00,65,00,64,00,69,00,61,00,5c,00, 57,00,69,00,6e,00,64,00,6f,00, & nbsp;77,00,73,00,20,00,58,00,50,00,20,00,42,00,61, 00,74,00,74,00,65,00,72,00,79, 00,20,00,4c,00,6f,00,77,00,2e,00,77,00,61,00,76,00 ,00,00 [HKEY_CURRENT_USERAppEventsSchemesApps ![]() [HKEY_CURRENT_USERAppEventsSchemesApps ![]() ![]() @=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00 ,52,00,6f,00,6f,00,74,00,25, & nbsp;00,5c,00,6d,00,65,00,64,00,69,00,61,00,5c,00, 57,00,69,00,6e,00,64,00,6f,00, & nbsp;77,00,73,00,20,00,58,00,50,00,20,00,4e,00,6f, 00,74,00,69,00,66,00,79,00,2e, 00,77,00,61,00,76,00,00,00 [HKEY_CURRENT_USERAppEventsSchemesApps ![]() ![]() @=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00 ,52,00,6f,00,6f,00,74,00,25, & nbsp;00,5c,00,6d,00,65,00,64,00,69,00,61,00,5c,00, 57,00,69,00,6e,00,64,00,6f,00, & nbsp;77,00,73,00,20,00,58,00,50,00,20,00,4e,00,6f, 00,74,00,69,00,66,00,79,00,2e, 00,77,00,61,00,76,00,00,00 [HKEY_CURRENT_USERAppEventsSchemesApps ![]() [HKEY_CURRENT_USERAppEventsSchemesApps ![]() ![]() @="" [HKEY_CURRENT_USERAppEventsSchemesApps ![]() ![]() @=hex(2):00,00 [HKEY_CURRENT_USERAppEventsSchemesApps ![]() [HKEY_CURRENT_USERAppEventsSchemesApps ![]() ![]() @="" [HKEY_CURRENT_USERAppEventsSchemesApps ![]() ![]() @=hex(2):00,00 [HKEY_CURRENT_USERAppEventsSchemesApps ![]() [HKEY_CURRENT_USERAppEventsSchemesApps ![]() ![]() @="" [HKEY_CURRENT_USERAppEventsSchemesApps ![]() ![]() @=hex(2):00,00 [HKEY_CURRENT_USERAppEventsSchemesApps ![]() [HKEY_CURRENT_USERAppEventsSchemesApps ![]() ![]() @="" [HKEY_CURRENT_USERAppEventsSchemesApps ![]() ![]() @=hex(2):00,00 [HKEY_CURRENT_USERAppEventsSchemesApps ![]() [HKEY_CURRENT_USERAppEventsSchemesApps ![]() ![]() @="" [HKEY_CURRENT_USERAppEventsSchemesApps ![]() ![]() @=hex(2):00,00 [HKEY_CURRENT_USERAppEventsSchemesApps ![]() [HKEY_CURRENT_USERAppEventsSchemesApps ![]() ![]() @="" [HKEY_CURRENT_USERAppEventsSchemesApps ![]() ![]() @=hex(2):00,00 [HKEY_CURRENT_USERAppEventsSchemesApps ![]() [HKEY_CURRENT_USERAppEventsSchemesApps ![]() ![]() @="" [HKEY_CURRENT_USERAppEventsSchemesApps ![]() ![]() @=hex(2):00,00 [HKEY_CURRENT_USERAppEventsSchemesApps ![]() [HKEY_CURRENT_USERAppEventsSchemesApps ![]() ![]() @="" [HKEY_CURRENT_USERAppEventsSchemesApps ![]() ![]() @=hex(2):00,00 [HKEY_CURRENT_USERAppEventsSchemesApps ![]() @="" [HKEY_CURRENT_USERAppEventsSchemesApps ![]() [HKEY_CURRENT_USERAppEventsSchemesApps ![]() ![]() @=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00 ,52,00,6f,00,6f,00,74,00,25, & nbsp;00,5c,00,6d,00,65,00,64,00,69,00,61,00,5c,00, 57,00,69,00,6e,00,64,00,6f,00, & nbsp;77,00,73,00,20,00,58,00,50,00,20,00,45,00,72, 00,72,00,6f,00,72,00,2e,00,77, 00,61,00,76,00,00,00 [HKEY_CURRENT_USERAppEventsSchemesApps ![]() ![]() @=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00 ,52,00,6f,00,6f,00,74,00,25, & nbsp;00,5c,00,6d,00,65,00,64,00,69,00,61,00,5c,00, 57,00,69,00,6e,00,64,00,6f,00, & nbsp;77,00,73,00,20,00,58,00,50,00,20,00,45,00,72, 00,72,00,6f,00,72,00,2e,00,77, 00,61,00,76,00,00,00 [HKEY_CURRENT_USERAppEventsSchemesApps ![]() [HKEY_CURRENT_USERAppEventsSchemesApps ![]() ![]() @=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00 ,52,00,6f,00,6f,00,74,00,25, & nbsp;00,5c,00,6d,00,65,00,64,00,69,00,61,00,5c,00, 57,00,69,00,6e,00,64,00,6f,00, & nbsp;77,00,73,00,20,00,58,00,50,00,20,00,45,00,78, 00,63,00,6c,00,61,00,6d,00,61, 00,74,00,69,00,6f,00,6e,00,2e,00,77,00,61,00,76,00 ,00,00 [HKEY_CURRENT_USERAppEventsSchemesApps ![]() ![]() @=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00 ,52,00,6f,00,6f,00,74,00,25, & nbsp;00,5c,00,6d,00,65,00,64,00,69,00,61,00,5c,00, 57,00,69,00,6e,00,64,00,6f,00, & nbsp;77,00,73,00,20,00,58,00,50,00,20,00,45,00,78, 00,63,00,6c,00,61,00,6d,00,61, 00,74,00,69,00,6f,00,6e,00,2e,00,77,00,61,00,76,00 ,00,00 [HKEY_CURRENT_USERAppEventsSchemesApps ![]() [HKEY_CURRENT_USERAppEventsSchemesApps ![]() ![]() @=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00 ,52,00,6f,00,6f,00,74,00,25, & nbsp;00,5c,00,6d,00,65,00,64,00,69,00,61,00,5c,00, 57,00,69,00,6e,00,64,00,6f,00, & nbsp;77,00,73,00,20,00,58,00,50,00,20,00,53,00,68, 00,75,00,74,00,64,00,6f,00,77, 00,6e,00,2e,00,77,00,61,00,76,00,00,00 [HKEY_CURRENT_USERAppEventsSchemesApps ![]() ![]() @=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00 ,52,00,6f,00,6f,00,74,00,25, & nbsp;00,5c,00,6d,00,65,00,64,00,69,00,61,00,5c,00, 57,00,69,00,6e,00,64,00,6f,00, & nbsp;77,00,73,00,20,00,58,00,50,00,20,00,53,00,68, 00,75,00,74,00,64,00,6f,00,77, 00,6e,00,2e,00,77,00,61,00,76,00,00,00 [HKEY_CURRENT_USERAppEventsSchemesApps ![]() [HKEY_CURRENT_USERAppEventsSchemesApps ![]() ![]() @=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00 ,52,00,6f,00,6f,00,74,00,25, & nbsp;00,5c,00,6d,00,65,00,64,00,69,00,61,00,5c,00, 57,00,69,00,6e,00,64,00,6f,00, & nbsp;77,00,73,00,20,00,58,00,50,00,20,00,43,00,72, 00,69,00,74,00,69,00,63,00,61, 00,6c,00,20,00,53,00,74,00,6f,00,70,00,2e,00,77,00 ,61,00,76,00,00,00 [HKEY_CURRENT_USERAppEventsSchemesApps ![]() ![]() @=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00 ,52,00,6f,00,6f,00,74,00,25, & nbsp;00,5c,00,6d,00,65,00,64,00,69,00,61,00,5c,00, 57,00,69,00,6e,00,64,00,6f,00, & nbsp;77,00,73,00,20,00,58,00,50,00,20,00,43,00,72, 00,69,00,74,00,69,00,63,00,61, 00,6c,00,20,00,53,00,74,00,6f,00,70,00,2e,00,77,00 ,61,00,76,00,00,00 [HKEY_CURRENT_USERAppEventsSchemesApps ![]() [HKEY_CURRENT_USERAppEventsSchemesApps ![]() ![]() @=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00 ,52,00,6f,00,6f,00,74,00,25, & nbsp;00,5c,00,6d,00,65,00,64,00,69,00,61,00,5c,00, 57,00,69,00,6e,00,64,00,6f,00, & nbsp;77,00,73,00,20,00,58,00,50,00,20,00,42,00,61, 00,6c,00,6c,00,6f,00,6f,00,6e, 00,2e,00,77,00,61,00,76,00,00,00 [HKEY_CURRENT_USERAppEventsSchemesApps ![]() ![]() @=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00 ,52,00,6f,00,6f,00,74,00,25, & nbsp;00,5c,00,6d,00,65,00,64,00,69,00,61,00,5c,00, 57,00,69,00,6e,00,64,00,6f,00, & nbsp;77,00,73,00,20,00,58,00,50,00,20,00,42,00,61, 00,6c,00,6c,00,6f,00,6f,00,6e, 00,2e,00,77,00,61,00,76,00,00,00 [HKEY_CURRENT_USERAppEventsSchemesApps ![]() [HKEY_CURRENT_USERAppEventsSchemesApps ![]() ![]() @="" [HKEY_CURRENT_USERAppEventsSchemesApps ![]() ![]() @=hex(2):00,00 [HKEY_CURRENT_USERAppEventsSchemesApps ![]() [HKEY_CURRENT_USERAppEventsSchemesApps ![]() ![]() @=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00 ,52,00,6f,00,6f,00,74,00,25, & nbsp;00,5c,00,6d,00,65,00,64,00,69,00,61,00,5c,00, 57,00,69,00,6e,00,64,00,6f,00, & nbsp;77,00,73,00,20,00,58,00,50,00,20,00,53,00,74, 00,61,00,72,00,74,00,75,00,70, 00,2e,00,77,00,61,00,76,00,00,00 [HKEY_CURRENT_USERAppEventsSchemesApps ![]() ![]() @=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00 ,52,00,6f,00,6f,00,74,00,25, & nbsp;00,5c,00,6d,00,65,00,64,00,69,00,61,00,5c,00, 57,00,69,00,6e,00,64,00,6f,00, & nbsp;77,00,73,00,20,00,58,00,50,00,20,00,53,00,74, 00,61,00,72,00,74,00,75,00,70, 00,2e,00,77,00,61,00,76,00,00,00 [HKEY_CURRENT_USERAppEventsSchemesApps ![]() [HKEY_CURRENT_USERAppEventsSchemesApps ![]() ![]() @=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00 ,52,00,6f,00,6f,00,74,00,25, & nbsp;00,5c,00,6d,00,65,00,64,00,69,00,61,00,5c,00, 57,00,69,00,6e,00,64,00,6f,00, & nbsp;77,00,73,00,20,00,58,00,50,00,20,00,4c,00,6f, 00,67,00,6f,00,66,00,66,00,20, 00,53,00,6f,00,75,00,6e,00,64,00,2e,00,77,00,61,00 ,76,00,00,00 [HKEY_CURRENT_USERAppEventsSchemesApps ![]() ![]() @=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00 ,52,00,6f,00,6f,00,74,00,25, & nbsp;00,5c,00,6d,00,65,00,64,00,69,00,61,00,5c,00, 57,00,69,00,6e,00,64,00,6f,00, & nbsp;77,00,73,00,20,00,58,00,50,00,20,00,4c,00,6f, 00,67,00,6f,00,66,00,66,00,20, 00,53,00,6f,00,75,00,6e,00,64,00,2e,00,77,00,61,00 ,76,00,00,00 [HKEY_CURRENT_USERAppEventsSchemesApps ![]() [HKEY_CURRENT_USERAppEventsSchemesApps ![]() ![]() @=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00 ,52,00,6f,00,6f,00,74,00,25, & nbsp;00,5c,00,6d,00,65,00,64,00,69,00,61,00,5c,00, 57,00,69,00,6e,00,64,00,6f,00, & nbsp;77,00,73,00,20,00,58,00,50,00,20,00,4c,00,6f, 00,67,00,6f,00,6e,00,20,00,53, 00,6f,00,75,00,6e,00,64,00,2e,00,77,00,61,00,76,00 ,00,00 [HKEY_CURRENT_USERAppEventsSchemesApps ![]() ![]() @=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00 ,52,00,6f,00,6f,00,74,00,25, & nbsp;00,5c,00,6d,00,65,00,64,00,69,00,61,00,5c,00, 57,00,69,00,6e,00,64,00,6f,00, & nbsp;77,00,73,00,20,00,58,00,50,00,20,00,4c,00,6f, 00,67,00,6f,00,6e,00,20,00,53, 00,6f,00,75,00,6e,00,64,00,2e,00,77,00,61,00,76,00 ,00,00 Sorun Sistem Geri Yükleme hizmetini çalıştırdığınızda, yalnızca boş bir takvim ile karşılaşıyorsanız eğer çözüm olarak aşağıdakini deneyebilirsiniz ![]() Çözüm Kodları not defterine yapıştırın ![]() ![]() ![]() ![]() PHP- Kodu: Windows Registry Editor Version 5 ![]() [HKEY_CLASSES_ROOT ![]() "Content Type"="text/x-component" @="htcfile" [HKEY_CLASSES_ROOTMIMEDatabaseContent Typetext/x-component] "CLSID"="{3050f4f8-98b5-11cf-bb82-00aa00bdce0b}" "Extension"=" ![]() [HKEY_CLASSES_ROOTCLSID{3050f4f8-98b5-11cf-bb82-00aa00bdce0b}] @="Microsoft Html Component" [HKEY_CLASSES_ROOTCLSID{3050f4f8-98b5-11cf-bb82-00aa00bdce0b}InProcServer32] @="C:WINDOWSSystem32mshtml ![]() "ThreadingModel"="Apartment"" [HKEY_LOCAL_MACHINESOFTWAREClasses ![]() "Content Type"="text/x-component" @="htcfile" Sorun İmzasız Sürücü uyarılarında kafanız karışmasın ![]() ![]() Çözüm Başlar>Çalıştır = regedit yazın ve aşağıdaki yolu takip edin ![]() HKEY_CURRENT_USER---Software---Policies---Microsoft---Windows NT---Driver Signing ve sağ panel'de BehaviorOnFailedVerify isminde bir DWORD değeri oluşturun ![]() ![]() Sorun Ağ Erişiminde Oluşan "Hata 1606" Çözüm Uzantısı ![]() ![]() PHP- Kodu: Option Explicit Dim WSHShell, n, MyBox, p, itemtype, Title Dim FSO, WinFolder Set FSO = CreateObject("Scripting ![]() Set WinFolder = fso ![]() Set FSO = Nothing WinFolder = Left(WinFolder,3) Set WSHShell = WScript ![]() ![]() p = "HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCur rent VersionExplorerShell Folders" p = p & "Common Administrative Tools" itemtype = "REG_SZ" n = WinFolder & "Documents and SettingsAll UsersStart MenuProgramsAdministrative Tools" WSHShell ![]() Title = "Common Administrative Tools are now reset ![]() Title = Title & "You may need to Log off/Log on or" & vbCR Title = Title & "reboot for the change to take effect ![]() MyBox = MsgBox(Title,4096,"Finished") Sorun Yardım ve Destek servisim çalışmıyor ![]() Çözüm PHP- Kodu: Windows Registry Editor Version 5 ![]() [HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentV ersionApp PathsHELPCTR ![]() @="C:WINNTPCHealthHelpCtrBinariesHelpCtr ![]() [HKEY_CLASSES_ROOTCLSID{8E82AD02-D1A3-11D2-9374-00C04F72DAF7}] @="Help and Support Services: Upload Manager" "AppID"="{8E82AD01-D1A3-11D2-9374-00C04F72DAF7}" "ThreadingModel"="Both" [HKEY_CLASSES_ROOTCLSID{8E82AD03-D1A3-11D2-9374-00C04F72DAF7}] @="Help and Support Services: Connection State" "AppID"="{8E82AD01-D1A3-11D2-9374-00C04F72DAF7}" "ThreadingModel"="Both" [HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesh elpsvc] "Type"=dword:00000020 "Start"=dword:00000002 "ErrorControl"=dword:00000001 "ImagePath"=hex(2):25,00,53,00,79,00,73,00,74, 00,6 5,00,6d,00,52,00,6f,00,6f,00, 74,00,25,00,5c,00,53,00,79,00,73,00,74,00,65,00,6d ,00,33,00,32,00,5c,00,73, 00,76,00,63,00,68,00,6f,00,73,00,74,00,2e,00,65,00 ,78,00,65,00,20,00,2d,00, 6b,00,20,00,6e,00,65,00,74,00,73,00,76,00,63,00,73 ,00,00,00 "DisplayName"="Help and Support" "DependOnService"=hex(7):52,00,50,00,43,00,53, 00,5 3,00,00,00,00,00 "DependOnGroup"=hex(7):00,00 "ObjectName"="LocalSystem" "Description"="Enables Help and Support Center to run on this computer ![]() ![]() ![]() "FailureActions"=hex:80,51,01,00,00,00,00,00,0 0,00 ,00,00,03,00,00,00,05,00,03, 00,01,00,00,00,64,00,00,00,01,00,00,00,64,00,00,00 ,00,00,00,00,64,00,00,00 [HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesh elpsvcParameters] "ServiceDll"=hex(2):25,00,57,00,49,00,4e,00,44 ,00, 49,00,52,00,25,00,5c,00,50, 00,43,00,48,00,65,00,61,00,6c,00,74,00,68,00,5c,00 ,48,00,65,00,6c,00,70,00, 43,00,74,00,72,00,5c,00,42,00,69,00,6e,00,61,00,72 ,00,69,00,65,00,73,00,5c, 00,70,00,63,00,68,00,73,00,76,00,63,00,2e,00,64,00 ,6c,00,6c,00,00,00 [HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesh elpsvcSecurity] "Security"=hex:01,00,14,80,90,00,00,00,9c,00,0 0,00 ,14,00,00,00,30,00,00,00,02, 00,1c,00,01,00,00,00,02,80,14,00,ff,01,0f,00,01,01 ,00,00,00,00,00,01,00,00, 00,00,02,00,60,00,04,00,00,00,00,00,14,00,fd,01,02 ,00,01,01,00,00,00,00,00, 05,12,00,00,00,00,00,18,00,ff,01,0f,00,01,02,00,00 ,00,00,00,05,20,00,00,00, 20,02,00,00,00,00,14,00,8d,01,02,00,01,01,00,00,00 ,00,00,05,0b,00,00,00,00, 00,18,00,fd,01,02,00,01,02,00,00,00,00,00,05,20,00 ,00,00,23,02,00,00,01,01, 00,00,00,00,00,05,12,00,00,00,01,01,00,00,00,00,00 ,05,12,00,00,00 [HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesh elpsvcEnum] "0"="RootLEGACY_HELPSVC 000" "Count"=dword:00000001 "NextInstance"=dword:00000001 [HKEY_CLASSES_ROOTCLSID{2559a1f1-21d7-11d4-bdaf-00c04f60b9f0}] @="Help and Support" "LocalizedString"="@explorer ![]() "InfoTip"="@explorer ![]() [HKEY_CLASSES_ROOTCLSID{2559a1f1-21d7-11d4-bdaf-00c04f60b9f0}DefaultIcon] @=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00 ,52,00,6f,00,6f,00,74,00,25, 00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00 ,32,00,5c,00,73,00,68,00, 65,00,6c,00,6c,00,33,00,32,00,2e,00,64,00,6c,00,6c ,00,2c,00,2d,00,32,00,34, 00,00,00 [HKEY_CLASSES_ROOTCLSID{2559a1f1-21d7-11d4-bdaf-00c04f60b9f0}InProcServer32] @=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00 ,52,00,6f,00,6f,00,74,00,25, 00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00 ,32,00,5c,00,73,00,68,00, 64,00,6f,00,63,00,76,00,77,00,2e,00,64,00,6c,00,6c ,00,00,00 "ThreadingModel"="Apartment" [HKEY_CLASSES_ROOTCLSID{2559a1f1-21d7-11d4-bdaf-00c04f60b9f0}Instance] "CLSID"="{3f454f0e-42ae-4d7c-8ea3-328250d6e272}" [HKEY_CLASSES_ROOTCLSID{2559a1f1-21d7-11d4-bdaf-00c04f60b9f0}InstanceInitPropertyBag] "CLSID"="{13709620-C279-11CE-A49E-444553540000}" "command"="@shell32 ![]() "method"="Help" [HKEY_CLASSES_ROOTCLSID{2559a1f1-21d7-11d4-bdaf-00c04f60b9f0}shellex] [HKEY_CLASSES_ROOTCLSID{2559a1f1-21d7-11d4-bdaf-00c04f60b9f0}shellexContextMenuHandlers] [HKEY_CLASSES_ROOTCLSID{2559a1f1-21d7-11d4-bdaf-00c04f60b9f0}shellexContextMenuHandlers{2559a1f1-21d7-11d4-bdaf-00c04f60b9f0}] @="" [HKEY_CLASSES_ROOTCLSID{2559a1f1-21d7-11d4-bdaf-00c04f60b9f0}shellexMayChangeDefaultMenu] @="" [HKEY_CLASSES_ROOTCLSID{2559a1f1-21d7-11d4-bdaf-00c04f60b9f0}ShellFolder] "Attributes"=dword:00000000 Sorun Windows Update [Hata Kodu: 0x8DDD0009] ![]() ![]() Çözüm Windows Installer 3 ![]() Internet Explorer'ı kapatın ve Tanımlama Bilgilerini temizleyin ![]() Başlat-Çalıştır 'a girin ve aşağıdaki komutu vererek update servisini kapatın ![]() net stop wuauserv Başlat-Çalıştır'a girin ve birer birer dosyaları tazeleyin ![]() regsvr32 wuapi ![]() regsvr32 wups ![]() regsvr32 wuaueng ![]() regsvr32 wuaueng1 ![]() regsvr32 wucltui ![]() regsvr32 wuweb ![]() regsvr32 MSXML3 ![]() regsvr32 qmgr ![]() regsvr32 qmgrprxy ![]() regsvr32 jscript ![]() Başlat-Çalıştır'a girin ve update servisini çalıştırın ![]() net start wuauserv Sorun XP'deki ikonlarım nedense normalden daha büyük gözüküyorlar ![]() Çözüm Kod: Windows Registry Editor Version 5 ![]() [HKEY_CURRENT_USERControl PaneldesktopWindowMetrics] "Shell Icon BPP"="16" "Shell Icon Size"="32" [HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVe rsionPoliciesExplorer] "NoSaveSettings"=dword:00000000 Sorun Sağ tıkladığımda sistem çöküyor ![]() ![]() Çözüm Kod: Windows Registry Editor Version 5 ![]() [-HKEY_CLASSES_ROOTAllFilesystemObjectsshellexContex tMenuHandlersShortcutShredXP] [HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentV ersionpoliciesExplorer] "NoViewContextMenu"=dword:00000000 [HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVe rsionPoliciesExplorer] "NoViewContextMenu"=dword:00000000 [HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVe rsionPoliciesExplorer] "NoSetTaskbar"=dword:00000000 [HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVe rsionPoliciesExplorer] "NoSaveSettings"=dword:00000000 Sorun Arkadaşlar ben Office kuracağım fakat ürün anahtarını unuttum ![]() Arkadaşlar ben XP kuracağım fakat ürün anahtarını unuttum ![]() Arkadaşlar sevgilim beni terketti Çözüm Buraya Tıklayın Sorun Aman Allahım! ,admin şifremi unuttum Çözüm Dosya'yı CD'ye yazdırın ve sistemi bu cd ile başlatın ![]() Tıklarsanız İner Sorun WMP11,Windows Defender,IE7 gibi lisans doğrulaması isteyen programları "KORSAN" XP'ye kuramıyorum ![]() Çözüm Buraya Tıklayın Sorun Microsoft Update'e bağlandıktan bir süre sonra ya da Microsoft Update arkaplan'da çalışmaya başladığında svchost ![]() ![]() Çözüm Bu sorun yalnızca Microsoft Update 'i kullananlar için geçerli ![]() ![]() Bill Amca'nın Yaması *Döküman'ı Hazırlayan* ICEEXOL (ForumAlev & WarezDestek) Sorun XP kurulumu sırasında "STOP 0x0000008e" ya da STOP 0x00000050 PAGE_FAULT_IN_NON_PAGED_AREA hatası alıyorum ![]() Çözüm Sorun büyük bir ihtimal, yanlış konfigüre edilmiş ram modüllerinden kaynaklanıyor ![]() ![]() Sorun Windows SP2 kurulumdan sonra sistem sürekli yeniden başlıyor ve aşağıdaki hatayı veriyor; 0x000000FC (ATTEMPTED_EXECUTE_OF_NOEXECUTE_MEMORY) Çözüm Bilgisayar yeniden başladığında güvenli mod'a geçin ![]() bootcfg /raw “/noexecute=alwaysoff /fastdetect” /id 1 Sorun Belirli aralıklarla WinSP2'de DRIVER_IRQL_NOT_LESS_OR_EQUAL hatasını alıyorum ![]() Çözüm Buraya Tıkla Sorun Internet Explorer kullanıyorum ![]() ![]() Çözüm Bu bir CWS (CoolWebSearch) zararlısı olabilir ![]() ![]() ![]() ![]() PHP- Kodu: REGEDIT4 [HKEY_CURRENT_USERSoftwarePoliciesMicrosoftInternet ExplorerControl Panel] "GeneralTab"=dword:00000000 "ProgramsTab"=dword:00000000 "SecurityTab"=dword:00000000 "ContentTab"=dword:00000000 "PrivacyTab"=dword:00000000 "AdvancedTab"=dword:00000000 "ConnectionsTab"=dword:00000000 "HomePage"=dword:00000000 "Accessibility"=dword:00000000 "CertifPers"=dword:00000000 "CertifSite"=dword:00000000 "SecChangeSettings"=dword:00000000 "SecAddSites"=dword:00000000 "FormSuggest"=dword:00000000 "FormSuggest Passwords"=dword:00000000 "Connwiz Admin Lock"=dword:00000000 "Settings"=dword:00000000 "ResetWebSettings"=dword:00000000 "Connection Wizard"=dword:00000000 [HKEY_LOCAL_MACHINESoftwarePoliciesMicrosoftInterne t ExplorerControl Panel] "GeneralTab"=dword:00000000 "ProgramsTab"=dword:00000000 "SecurityTab"=dword:00000000 "ContentTab"=dword:00000000 "PrivacyTab"=dword:00000000 "AdvancedTab"=dword:00000000 "ConnectionsTab"=dword:00000000 "HomePage"=dword:00000000 "Accessibility"=dword:00000000 "CertifPers"=dword:00000000 "CertifSite"=dword:00000000 "SecChangeSettings"=dword:00000000 "SecAddSites"=dword:00000000 "FormSuggest"=dword:00000000 "FormSuggest Passwords"=dword:00000000 "Connwiz Admin Lock"=dword:00000000 "Settings"=dword:00000000 "ResetWebSettings"=dword:00000000 "Connection Wizard"=dword:00000000 [HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVe rsionPoliciesExplorer] "NoFolderOptions"=dword:00000000 [HKEY_CURRENT_USERSoftwarePoliciesMicrosoftInternet ExplorerRestrictions] "NoBrowserOptions"=dword:00000000 [HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVe rsionPoliciesExplorer] "NoSaveSettings"=dword:00000000 Sorun Arkadaşlar Norton Antivirus programını kurdum ve daha sonra kaldırdım ![]() ![]() ![]() Çözüm Buraya Tıkla Sorun Masaüstü ikonlarım tanınmaz bir hale geldi ![]() Çözüm Buraya Tıkla Sorun WinXP SP2'de Güvenlik Merkezini başlatamıyorum ![]() ![]() Çözüm Buraya Tıkla Sorun Ya arkadaşlar,XP'deki disk birleştirici programında "BİRLEŞTİR" 'e bastığımda program bana kendisini tekrar yüklememi söylüyor ![]() ![]() Çözüm Gizli Dosyaları Görünür hale getirelim ve başlat-çalıştır'a aşağıdaki yapıştıralım ![]() %Windir%Inf Ardından dfrg ![]() ![]() Sorun Çalıştır'a defrag ![]() ![]() Çözüm Çalıştır'a aşağıdaki kodları yazarak ![]() ![]() regsvr32 dfrgsnap ![]() regsvr32 dfrgui ![]() *Döküman'ı Hazırlayan* ICEEXOL (WarezDestek & ForumAlev) NOT:ALINTIDIR! |
![]() |
![]() |
![]() |
Windows Xp'de Sıklıkla Karşılaşılan Sorunlar Ve Çözümleri |
![]() |
![]() |
#2 |
Prof. Dr. Sinsi
|
![]() Windows Xp'de Sıklıkla Karşılaşılan Sorunlar Ve ÇözümleriRUNDLL c:PROGRA 1MYWEBS 1ar1binMWSBARDLLl yüklemede hata Belirtilen modül bulunamadı diyor pc sorunu bulamadım yardım edermisiniz |
![]() |
![]() |
![]() |
Windows Xp'de Sıklıkla Karşılaşılan Sorunlar Ve Çözümleri |
![]() |
![]() |
#3 |
Prof. Dr. Sinsi
|
![]() Windows Xp'de Sıklıkla Karşılaşılan Sorunlar Ve Çözümlerisultan fatih Nickli Üyeden Alıntı RUNDLL c:PROGRA 1MYWEBS 1ar1 ![]() ![]() diyor pc ![]() Bu MWSBAR ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Hallolmazsa bildir bakalım ![]() ![]() ![]() |
![]() |
![]() |
![]() |
Windows Xp'de Sıklıkla Karşılaşılan Sorunlar Ve Çözümleri |
![]() |
![]() |
#4 |
Prof. Dr. Sinsi
|
![]() Windows Xp'de Sıklıkla Karşılaşılan Sorunlar Ve Çözümleriburaya tıklayınız diyorya oralarda normal yazı gibi yaf |
![]() |
![]() |
![]() |
Windows Xp'de Sıklıkla Karşılaşılan Sorunlar Ve Çözümleri |
![]() |
![]() |
#5 |
Prof. Dr. Sinsi
|
![]() Windows Xp'de Sıklıkla Karşılaşılan Sorunlar Ve Çözümlerinortonu kaldıramıyorum belirtilen modül bulunamamış nereye gitmişse artıkın ![]() |
![]() |
![]() |
![]() |
Windows Xp'de Sıklıkla Karşılaşılan Sorunlar Ve Çözümleri |
![]() |
![]() |
#6 |
Prof. Dr. Sinsi
|
![]() Windows Xp'de Sıklıkla Karşılaşılan Sorunlar Ve Çözümlerieee hani çözüm?? buraya tıkla nereye tıklayam ben şimdi boşuna mı üye olduk çözülmedi sorun pehhhhhhhh |
![]() |
![]() |
![]() |
Windows Xp'de Sıklıkla Karşılaşılan Sorunlar Ve Çözümleri |
![]() |
![]() |
#7 |
Prof. Dr. Sinsi
|
![]() Windows Xp'de Sıklıkla Karşılaşılan Sorunlar Ve Çözümleriyaw arkadaş ben başka bir kullanı açtım kendime eski kullanıcıyı sildim bilgisayrı kappattım açtım masaüstü g-dönüşüm kutusu hariç hiçbişey yok bilgi sayarımı belgelerim falan filan başka şeylerde yükledip kaydediyorum sonra bilgisayar yeni den açıldığında g-dönüşüm den başka bişey yok deppfereze de yüklemedim ne yapaca acil yaardım bilgisayarı her açtığım da masaüstü boş yardım lütfen :( |
![]() |
![]() |
![]() |
Windows Xp'de Sıklıkla Karşılaşılan Sorunlar Ve Çözümleri |
![]() |
![]() |
#8 |
Prof. Dr. Sinsi
|
![]() Windows Xp'de Sıklıkla Karşılaşılan Sorunlar Ve ÇözümleriEski kullanıcı dediğiniz administratör hasabını zaten silemezsiniz, sildiğiniz hasap başka ise admin olarak girin yeni hasapların tümünü silin sorun düzelir sanırım, administrator ve yönetici hesapları silinmez ![]() ![]() ![]() ![]() ![]() Yine sorun var ise yeni kullanıcı hasabı açın yetki kısıtlaması yapmayın birde öyle deneyin ![]() ![]() |
![]() |
![]() |
![]() |
Windows Xp'de Sıklıkla Karşılaşılan Sorunlar Ve Çözümleri |
![]() |
![]() |
#9 |
Prof. Dr. Sinsi
|
![]() Windows Xp'de Sıklıkla Karşılaşılan Sorunlar Ve Çözümleriyaptım ama olmadı kardeş sondediğini ayrıntılı bi şekilde yazarmısn |
![]() |
![]() |
|