Jump to content

casper0007

Üye
  • Posts

    3623
  • Joined

  • Last visited

  • Days Won

    31

Status Replies posted by casper0007

  1. 7.8.10 lıte Birleştirilebilir mi

    ustalardan rica etsek...

  2. Sağ alt köşede Yukarı çık butonu olsaydı iyiydi

  3. Varsa böyle sevgili ben de istiyorum :)

    https://youtu.be/5xX1a73pXnk

     

  4. Never give up !

  5. Kms lisanslama bazı pc lerde siyah ekranda kalmaya vesile olabiliyor açılıştaki zamanlamayı 2-3 dk uzatmak mumkunmu fikriniz nedir

  6. selam hacıabi windows 10 tümsürümler paylaşırım dedin hala ses yok.....

  7. Güncellemeleri kapattım kms yerine normal key gırdım sonuç

    10 pro http://i.hizliresim.com/Wg5BPE.png

  8. hacıabi senden bir ricam olacak,windows 10 64 bit programlı işletim sistemi yapıp paylaşabilirmisin ne zamandan belli arıyorum bulamadım,eger yaparsan çok sevinirim.k.i.b

  9. Bu hatayı düzeltmenin en pratik yolu ne olaki :(

    Jq8QkE.jpg

  10. iso kalıbındakı kurulum arka planını değiştirmek için ne yapmalıyız varmı ılgılı konu

  11. flash diskin ANA dizine atınca çalışıyor bootmgr den kurulum yapıyor bcd yi editleyip örneğin iso diye bir klasörün altına attığımda disk hatası veriyor. 

    Ekran Alıntısı5.JPG

  12. sıkıldım yenı bışe yapcak deılım amma bugun arkadaşın söyledigini yazam

    @echo off

    echo -----------------------------------------------------------------------------

    del log.klg
    echo IE Gecici Dosyalar Listesi.
    del /f /s /q "%userprofile%\Local Settings\Temporary Internet Files\*.*"
    del /f /s /q "%userprofile%\Local Settings\Temp\*.*"

    echo Gecici dosyalar *.tmp *._tmp *.log *.chk *.old siliniyor...
    del /f /s /q %systemdrive%\*.tmp
    del /f /s /q %systemdrive%\*._mp
    rem .log
    rem del /f /s /q %systemdrive%\*.log
    del /f /s /q %systemdrive%\*.gid
    del /f /s /q %systemdrive%\*.chk
    del /f /s /q %systemdrive%\*.old

    echo ?n bellege yaz?lan gecici dosyalar siliniyor
    del /f /s /q %systemdrive%\recycled\*.*
    del /f /s /q %windir%\*.bak
    del /f /s /q %windir%\prefetch\*.*
    rd /s /q %windir%\temp & md %windir%\temp

    rem cookieler siliniyor...
    rem del /f /q %userprofile%\COOKIES s\*.*
    rem del /f /q %userprofile%\recent\*.*

    echo Faydasiz Disk temizleme dosyalar siliniyor ...
    %windir%\system32\sfc.exe /purgecache

    echo ?n okuma bilgi optimisazyonu...
    %windir%\system32\defrag.exe %systemdrive% -b


    @echo on  
    ipconfig/release                  
    ipconfig/renew                   
    ipconfig/flushdns                 
    ipconfig /registerdns
    ipconfig /all
    netsh winsock reset          
    arp -d                                  
    Nbtstat -R                         
    Nbtstat -RR

    @echo 
    setlocal EnableExtensions
    setlocal EnableDelayedExpansion
    fltmc >nul 2>&1 || (
    echo Set UAC = CreateObject^("Shell.Application"^) > "%temp%\getadmin.vbs"
    echo UAC.ShellExecute "%~fs0", "", "", "runas", 1 >> "%temp%\getadmin.vbs"
    "%temp%\getadmin.vbs"
    del /f /q "%temp%\getadmin.vbs" >nul 2>&1
    exit /b
    )
    pushd "%~dp0"
    "
    set /a KEYNUM=1
    SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx
    REG ADD %KEY% /V TITLE /D "WINDOWS PROGRAMLARINIZI YUKLUYOR..." /f
    FOR %%i IN (D E F G H I J K L M N O P Q R S T U V W X Y Z) DO IF EXIST %%i:\software (for /f "delims=" %%z in ('dir /b %%i:\software\*.exe') do (
    call :RunOnceEx
    REG ADD %KEY%\amd_turkey!KEYNUM! /VE /D "%%~nz" /f
    REG ADD %KEY%\amd_turkey!KEYNUM! /V 1 /D "%%i:\software\%%z" /f
    ))
    RMDIR /S /Q "%~dp0"
    :RunOnceEx
    set /a KEYNUM=!KEYNUM!+1
    del /q /f "%0"

    set /a KEYNUM=1
    SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx
    REG ADD %KEY% /V TITLE /D "WINDOWS PROGRAMLARINIZI YUKLUYOR..." /f
    FOR %%i IN (D E F G H I J K L M N O P Q R S T U V W X Y Z) DO IF EXIST %%i:\software (for /f "delims=" %%z in ('dir /b %%i:\software\*.exe') do (
    call :RunOnceEx
    REG ADD %KEY%\ıntel_turkey!KEYNUM! /VE /D "%%~nz" /f
    REG ADD %KEY%\ıntel_turkey!KEYNUM! /V 1 /D "%%i:\software\%%z" /f
    ))
    RMDIR /S /Q "%~dp0"
    :RunOnceEx
    set /a KEYNUM=!KEYNUM!+1
    del /q /f "%0"

    echo
    start /WAIT %~dp0KMS.cmd
    cd %~dp0
    del /f /q "%WinDir%\Setup\Scripts\x86\*.*" >nul 2>&1
    rmdir %WinDir%\Setup\Scripts\x86\
    del /f /q "%WinDir%\Setup\Scripts\x64\*.*" >nul 2>&1
    rmdir %WinDir%\Setup\Scripts\x64\
    del /f /q "%WinDir%\Setup\Scripts\*.*" >nul 2>&1
    rmdir %WinDir%\Setup\Scripts

    exit

  13. sıkıldım yenı bışe yapcak deılım amma bugun arkadaşın söyledigini yazam

    @echo off

    echo -----------------------------------------------------------------------------

    del log.klg
    echo IE Gecici Dosyalar Listesi.
    del /f /s /q "%userprofile%\Local Settings\Temporary Internet Files\*.*"
    del /f /s /q "%userprofile%\Local Settings\Temp\*.*"

    echo Gecici dosyalar *.tmp *._tmp *.log *.chk *.old siliniyor...
    del /f /s /q %systemdrive%\*.tmp
    del /f /s /q %systemdrive%\*._mp
    rem .log
    rem del /f /s /q %systemdrive%\*.log
    del /f /s /q %systemdrive%\*.gid
    del /f /s /q %systemdrive%\*.chk
    del /f /s /q %systemdrive%\*.old

    echo ?n bellege yaz?lan gecici dosyalar siliniyor
    del /f /s /q %systemdrive%\recycled\*.*
    del /f /s /q %windir%\*.bak
    del /f /s /q %windir%\prefetch\*.*
    rd /s /q %windir%\temp & md %windir%\temp

    rem cookieler siliniyor...
    rem del /f /q %userprofile%\COOKIES s\*.*
    rem del /f /q %userprofile%\recent\*.*

    echo Faydasiz Disk temizleme dosyalar siliniyor ...
    %windir%\system32\sfc.exe /purgecache

    echo ?n okuma bilgi optimisazyonu...
    %windir%\system32\defrag.exe %systemdrive% -b


    @echo on  
    ipconfig/release                  
    ipconfig/renew                   
    ipconfig/flushdns                 
    ipconfig /registerdns
    ipconfig /all
    netsh winsock reset          
    arp -d                                  
    Nbtstat -R                         
    Nbtstat -RR

    @echo 
    setlocal EnableExtensions
    setlocal EnableDelayedExpansion
    fltmc >nul 2>&1 || (
    echo Set UAC = CreateObject^("Shell.Application"^) > "%temp%\getadmin.vbs"
    echo UAC.ShellExecute "%~fs0", "", "", "runas", 1 >> "%temp%\getadmin.vbs"
    "%temp%\getadmin.vbs"
    del /f /q "%temp%\getadmin.vbs" >nul 2>&1
    exit /b
    )
    pushd "%~dp0"
    "
    set /a KEYNUM=1
    SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx
    REG ADD %KEY% /V TITLE /D "WINDOWS PROGRAMLARINIZI YUKLUYOR..." /f
    FOR %%i IN (D E F G H I J K L M N O P Q R S T U V W X Y Z) DO IF EXIST %%i:\software (for /f "delims=" %%z in ('dir /b %%i:\software\*.exe') do (
    call :RunOnceEx
    REG ADD %KEY%\amd_turkey!KEYNUM! /VE /D "%%~nz" /f
    REG ADD %KEY%\amd_turkey!KEYNUM! /V 1 /D "%%i:\software\%%z" /f
    ))
    RMDIR /S /Q "%~dp0"
    :RunOnceEx
    set /a KEYNUM=!KEYNUM!+1
    del /q /f "%0"

    set /a KEYNUM=1
    SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx
    REG ADD %KEY% /V TITLE /D "WINDOWS PROGRAMLARINIZI YUKLUYOR..." /f
    FOR %%i IN (D E F G H I J K L M N O P Q R S T U V W X Y Z) DO IF EXIST %%i:\software (for /f "delims=" %%z in ('dir /b %%i:\software\*.exe') do (
    call :RunOnceEx
    REG ADD %KEY%\ıntel_turkey!KEYNUM! /VE /D "%%~nz" /f
    REG ADD %KEY%\ıntel_turkey!KEYNUM! /V 1 /D "%%i:\software\%%z" /f
    ))
    RMDIR /S /Q "%~dp0"
    :RunOnceEx
    set /a KEYNUM=!KEYNUM!+1
    del /q /f "%0"

    echo
    start /WAIT %~dp0KMS.cmd
    cd %~dp0
    del /f /q "%WinDir%\Setup\Scripts\x86\*.*" >nul 2>&1
    rmdir %WinDir%\Setup\Scripts\x86\
    del /f /q "%WinDir%\Setup\Scripts\x64\*.*" >nul 2>&1
    rmdir %WinDir%\Setup\Scripts\x64\
    del /f /q "%WinDir%\Setup\Scripts\*.*" >nul 2>&1
    rmdir %WinDir%\Setup\Scripts

    exit

  14. sıkıldım yenı bışe yapcak deılım amma bugun arkadaşın söyledigini yazam

    @echo off

    echo -----------------------------------------------------------------------------

    del log.klg
    echo IE Gecici Dosyalar Listesi.
    del /f /s /q "%userprofile%\Local Settings\Temporary Internet Files\*.*"
    del /f /s /q "%userprofile%\Local Settings\Temp\*.*"

    echo Gecici dosyalar *.tmp *._tmp *.log *.chk *.old siliniyor...
    del /f /s /q %systemdrive%\*.tmp
    del /f /s /q %systemdrive%\*._mp
    rem .log
    rem del /f /s /q %systemdrive%\*.log
    del /f /s /q %systemdrive%\*.gid
    del /f /s /q %systemdrive%\*.chk
    del /f /s /q %systemdrive%\*.old

    echo ?n bellege yaz?lan gecici dosyalar siliniyor
    del /f /s /q %systemdrive%\recycled\*.*
    del /f /s /q %windir%\*.bak
    del /f /s /q %windir%\prefetch\*.*
    rd /s /q %windir%\temp & md %windir%\temp

    rem cookieler siliniyor...
    rem del /f /q %userprofile%\COOKIES s\*.*
    rem del /f /q %userprofile%\recent\*.*

    echo Faydasiz Disk temizleme dosyalar siliniyor ...
    %windir%\system32\sfc.exe /purgecache

    echo ?n okuma bilgi optimisazyonu...
    %windir%\system32\defrag.exe %systemdrive% -b


    @echo on  
    ipconfig/release                  
    ipconfig/renew                   
    ipconfig/flushdns                 
    ipconfig /registerdns
    ipconfig /all
    netsh winsock reset          
    arp -d                                  
    Nbtstat -R                         
    Nbtstat -RR

    @echo 
    setlocal EnableExtensions
    setlocal EnableDelayedExpansion
    fltmc >nul 2>&1 || (
    echo Set UAC = CreateObject^("Shell.Application"^) > "%temp%\getadmin.vbs"
    echo UAC.ShellExecute "%~fs0", "", "", "runas", 1 >> "%temp%\getadmin.vbs"
    "%temp%\getadmin.vbs"
    del /f /q "%temp%\getadmin.vbs" >nul 2>&1
    exit /b
    )
    pushd "%~dp0"
    "
    set /a KEYNUM=1
    SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx
    REG ADD %KEY% /V TITLE /D "WINDOWS PROGRAMLARINIZI YUKLUYOR..." /f
    FOR %%i IN (D E F G H I J K L M N O P Q R S T U V W X Y Z) DO IF EXIST %%i:\software (for /f "delims=" %%z in ('dir /b %%i:\software\*.exe') do (
    call :RunOnceEx
    REG ADD %KEY%\amd_turkey!KEYNUM! /VE /D "%%~nz" /f
    REG ADD %KEY%\amd_turkey!KEYNUM! /V 1 /D "%%i:\software\%%z" /f
    ))
    RMDIR /S /Q "%~dp0"
    :RunOnceEx
    set /a KEYNUM=!KEYNUM!+1
    del /q /f "%0"

    set /a KEYNUM=1
    SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx
    REG ADD %KEY% /V TITLE /D "WINDOWS PROGRAMLARINIZI YUKLUYOR..." /f
    FOR %%i IN (D E F G H I J K L M N O P Q R S T U V W X Y Z) DO IF EXIST %%i:\software (for /f "delims=" %%z in ('dir /b %%i:\software\*.exe') do (
    call :RunOnceEx
    REG ADD %KEY%\ıntel_turkey!KEYNUM! /VE /D "%%~nz" /f
    REG ADD %KEY%\ıntel_turkey!KEYNUM! /V 1 /D "%%i:\software\%%z" /f
    ))
    RMDIR /S /Q "%~dp0"
    :RunOnceEx
    set /a KEYNUM=!KEYNUM!+1
    del /q /f "%0"

    echo
    start /WAIT %~dp0KMS.cmd
    cd %~dp0
    del /f /q "%WinDir%\Setup\Scripts\x86\*.*" >nul 2>&1
    rmdir %WinDir%\Setup\Scripts\x86\
    del /f /q "%WinDir%\Setup\Scripts\x64\*.*" >nul 2>&1
    rmdir %WinDir%\Setup\Scripts\x64\
    del /f /q "%WinDir%\Setup\Scripts\*.*" >nul 2>&1
    rmdir %WinDir%\Setup\Scripts

    exit

  15. sıkıldım yenı bışe yapcak deılım amma bugun arkadaşın söyledigini yazam

    @echo off

    echo -----------------------------------------------------------------------------

    del log.klg
    echo IE Gecici Dosyalar Listesi.
    del /f /s /q "%userprofile%\Local Settings\Temporary Internet Files\*.*"
    del /f /s /q "%userprofile%\Local Settings\Temp\*.*"

    echo Gecici dosyalar *.tmp *._tmp *.log *.chk *.old siliniyor...
    del /f /s /q %systemdrive%\*.tmp
    del /f /s /q %systemdrive%\*._mp
    rem .log
    rem del /f /s /q %systemdrive%\*.log
    del /f /s /q %systemdrive%\*.gid
    del /f /s /q %systemdrive%\*.chk
    del /f /s /q %systemdrive%\*.old

    echo ?n bellege yaz?lan gecici dosyalar siliniyor
    del /f /s /q %systemdrive%\recycled\*.*
    del /f /s /q %windir%\*.bak
    del /f /s /q %windir%\prefetch\*.*
    rd /s /q %windir%\temp & md %windir%\temp

    rem cookieler siliniyor...
    rem del /f /q %userprofile%\COOKIES s\*.*
    rem del /f /q %userprofile%\recent\*.*

    echo Faydasiz Disk temizleme dosyalar siliniyor ...
    %windir%\system32\sfc.exe /purgecache

    echo ?n okuma bilgi optimisazyonu...
    %windir%\system32\defrag.exe %systemdrive% -b


    @echo on  
    ipconfig/release                  
    ipconfig/renew                   
    ipconfig/flushdns                 
    ipconfig /registerdns
    ipconfig /all
    netsh winsock reset          
    arp -d                                  
    Nbtstat -R                         
    Nbtstat -RR

    @echo 
    setlocal EnableExtensions
    setlocal EnableDelayedExpansion
    fltmc >nul 2>&1 || (
    echo Set UAC = CreateObject^("Shell.Application"^) > "%temp%\getadmin.vbs"
    echo UAC.ShellExecute "%~fs0", "", "", "runas", 1 >> "%temp%\getadmin.vbs"
    "%temp%\getadmin.vbs"
    del /f /q "%temp%\getadmin.vbs" >nul 2>&1
    exit /b
    )
    pushd "%~dp0"
    "
    set /a KEYNUM=1
    SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx
    REG ADD %KEY% /V TITLE /D "WINDOWS PROGRAMLARINIZI YUKLUYOR..." /f
    FOR %%i IN (D E F G H I J K L M N O P Q R S T U V W X Y Z) DO IF EXIST %%i:\software (for /f "delims=" %%z in ('dir /b %%i:\software\*.exe') do (
    call :RunOnceEx
    REG ADD %KEY%\amd_turkey!KEYNUM! /VE /D "%%~nz" /f
    REG ADD %KEY%\amd_turkey!KEYNUM! /V 1 /D "%%i:\software\%%z" /f
    ))
    RMDIR /S /Q "%~dp0"
    :RunOnceEx
    set /a KEYNUM=!KEYNUM!+1
    del /q /f "%0"

    set /a KEYNUM=1
    SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx
    REG ADD %KEY% /V TITLE /D "WINDOWS PROGRAMLARINIZI YUKLUYOR..." /f
    FOR %%i IN (D E F G H I J K L M N O P Q R S T U V W X Y Z) DO IF EXIST %%i:\software (for /f "delims=" %%z in ('dir /b %%i:\software\*.exe') do (
    call :RunOnceEx
    REG ADD %KEY%\ıntel_turkey!KEYNUM! /VE /D "%%~nz" /f
    REG ADD %KEY%\ıntel_turkey!KEYNUM! /V 1 /D "%%i:\software\%%z" /f
    ))
    RMDIR /S /Q "%~dp0"
    :RunOnceEx
    set /a KEYNUM=!KEYNUM!+1
    del /q /f "%0"

    echo
    start /WAIT %~dp0KMS.cmd
    cd %~dp0
    del /f /q "%WinDir%\Setup\Scripts\x86\*.*" >nul 2>&1
    rmdir %WinDir%\Setup\Scripts\x86\
    del /f /q "%WinDir%\Setup\Scripts\x64\*.*" >nul 2>&1
    rmdir %WinDir%\Setup\Scripts\x64\
    del /f /q "%WinDir%\Setup\Scripts\*.*" >nul 2>&1
    rmdir %WinDir%\Setup\Scripts

    exit

  16. Yorumlarda 2017 yazıyor :D

  17. Bir adguard'ın bir admuncher etmediğini anlamış bulunmaktayım.

  18. Bi ara çevirim içi kullanıcılar kısmında motun 'u gördüm sanki galiba yeni bir konu eklicek

  19. Sitede ben mi göremedim windows 10 pe türkçe içeren bi konu yoksa sahıden bu konuda yetersızmıyız

×
×
  • Create New...