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

110809 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  5 more
    2. casper0007

      casper0007

      pm attım netim kötü üzerinde çalışıyorum

    3. chattt

      chattt

      hemen bakıyorum tşk

    4. casper0007

      casper0007

      multıbrand oem şeklınde bı deneme yapıyorum çalışırsa oem vermeyi denerim

×
×
  • Create New...