Jump to content

casper0007

Üye
  • Posts

    3623
  • Joined

  • Last visited

  • Days Won

    31

casper0007 last won the day on November 21 2022

casper0007 had the most liked content!

İletişim Bilgileri

  • Facebook
    https://www.facebook.com/ENBUYUK.YABANCI.DOST?ref=hl
  • Skype
    casper_4101

Profile Information

  • Male
  • kocaeli/derince

Recent Profile Visitors

110746 profile views

casper0007's Achievements

Proficient

Proficient (10/14)

  • Conversation Starter Rare
  • Dedicated Rare
  • Very Popular Rare
  • First Post Rare
  • Collaborator Rare

Recent Badges

3.6k

Reputation

Single Status Update

See all updates by casper0007

  1. 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

    1. Show previous comments  2 more
    2. firtina_limani

      firtina_limani

      normal bir kurulu sistemde bunu kulanabilirmiyiz ayrica normal kullanicilar icin midir ?

    3. casper0007

      casper0007

      Kullanirsin en alttaki kms gerek yok x.cmd olarak yada baslattan cmd calistirip kopyalama ile calistirdiginizda masa ustunu temp vs temizler normal kullanici ixin gecerli yani

    4. chattt

      chattt

      hocam Merhaba,
      yine ben, 2 işletim sistemini windows10-7 x86-64 birleştirdim, 
      2 ayrı crack kullanıyorum Win10Pro için sizin yaptığınız Memmpishoooo2, ve windows7 için Win7loader by dazz sizden aşağıdaki kodun sonuna windows 10 kurulunca kms 4.7.8.6 kurulsun Windows 7 Kurulunca Win7 Loader by dazz kurulsun diye komut eklemeniz mümkünmü yaparsanız çok sevinirim. Teşekkürler. ( 2 ayrı crack kullanmamın sebebi kms 4.7.8.6 ile win7 ultimate lisanslayamıyorum bu kodu tercih sebebim ise kurulum bittikten sonra çalışması ve görünür olması )


      @echo off
      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"

    5. Show next comments  3 more
×
×
  • Create New...