Jump to content

casper0007

Üye
  • Posts

    3622
  • Joined

  • Last visited

  • Days Won

    31

Posts posted by casper0007

  1. Lisans aramanıza gerekmi var sitede KMS suit mevutya ayrıca lisans olayına gelince dijital lisanslama ile sistem kullanılabilir ve format sonrası otomatik lisanlar 

    Uğraşmak istemiyorsanız iso kalıbına setup klasoru ekleyerek net bı cozumede ulaşabilirsiniz nette lisans alma bana göre mantiksiz

    • Like 3
    • Thanks 2
  2. Modifiye edilmemiş bı sistemde ayrıntılı bi anlatım yada sizin ufak surtusmeleriniz olmaz yalın Windows 10 bu 

    Zaten görselleme icok paketleri ekleseydim açıklama gerekirdi 

    Buradaki amaç stabil normal bı sistemi paylaşmak sizin sistemi kurup kurmamaniz bana ne eksi yönde ne artı yönde fayda vermez 

    Geniş bı çerçeveden bakarsak forumda yeni kullanabilir bı win 10 olmasi

    • Like 2
  3. Ben sistem yapısından bileşen çıkarmam silme yapmam sadece defender devre dışı bırakır kalıba aktivasyon gömerim dijital lisans etkin olup sistemi yapısını bozmayacak şekilde paylaşım yaparim 

  4. fatih3475, Bir saat önce yazdı:

    Eline sağlık kurulumunu yaptım. gayet güzel stabil bir  sistem.  anlayamadığım sadece. kurulum sonrası C Diskinde yaklaşık 21 GB boyut oluştu. emsallerine göre 10 GB yakın fazla gibi geldi bana. birde harici programlarıda kurduğumuzu düşünürsek. boyut dahada artacak buda alacağımız backup un boyutunun aşırı fazla olmasına sebep olucak...

    Kullandıkça farkını anlayacaksınız görünüş sizi aldatır emsalleriyle kıyaslama yapmak isterseniz aynı sürüm numarası ile kıyaslamaniz lazım tabi hemen anlaşılmaz 

  5. cmd yonetıcı olarak aç

    @echo off
    cd %~dp0


    cscript.exe %windir%\system32\slmgr.vbs /rilc
    cscript.exe %windir%\system32\slmgr.vbs /upk >nul 2>&1
    cscript.exe %windir%\system32\slmgr.vbs /ckms >nul 2>&1
    cscript.exe %windir%\system32\slmgr.vbs /cpky >nul 2>&1
    cscript.exe %windir%\system32\slmgr.vbs /ipk QPM6N-7J2WJ-P88HH-P3YRH-YY74H
    sc config LicenseManager start= auto & net start LicenseManager
    sc config wuauserv start= auto & net start wuauserv
    clipup -v -o -altto c:\
    cscript.exe %windir%\system32\slmgr.vbs /skms kms.teevee.asia
    cscript.exe %windir%\system32\slmgr.vbs /ato
    cscript.exe %windir%\system32\slmgr.vbs /dlv
    echo Deleting Temp Installation Files...
    del /q /f "%0" >nul
    RD /S /Q %systemdrive%\Apps
    del /q /f "%0"
    exit
     

    yada

    @echo off
    cd %~dp0

    call :progress 00
    ping -n 5 127.0.0.1 >nul
    call :progress 30
    ping -n 5 127.0.0.1 >nul
    cscript.exe "%windir%\system32\slmgr.vbs" /upk
    CLS
    ECHO.
    call :progress 30
    ping -n 5 127.0.0.1 >nul
    call :progress 60
    ping -n 5 127.0.0.1 >nul
    cscript.exe "%windir%\system32\slmgr.vbs" /cpky
    CLS
    ECHO.
    call :progress 60
    ping -n 5 127.0.0.1 >nul
    call :progress 90
    ping -n 5 127.0.0.1 >nul
    cscript.exe "%windir%\system32\slmgr.vbs" /ipk M7XTQ-FN8P6-TTKYV-9D4CC-J462D
    ping -n 5 127.0.0.1 >nul
    @echo off
    @ECHO.
    @echo off
    taskkill /f /IM explorer.exe
     CD /d %userprofile%\AppData\Local\Microsoft\Windows
     del /f /s /q Explorer\*.*
     Start explorer.exe
    ECHO.
    exit

    https://s7.dosya.tc/server21/kpxl4i/ACT.7z.html

    • Like 5
  6. hakarakurt, 13 dakika önce yazdı:

    windows 10 'nun normal enterprise sürümüyle, iot ltsc sürümü arasında nasıl bir fark var. Bir tanesi yukarıda belirtilmiş iot ltsc sürümünde Metro uygulamaları yok. Başka ne gibi farklar var ?

    farkı yok story eklenebılıyor her ıkısınede 

    Windows 10 IoT Enterprise, IoT çözümlerine kurumsal yönetilebilirlik ve güvenlik sağlayan Windows 10'un tam bir sürümüdür. Bu sürüm daha çok endüstriyel uygulamalar içindir. Örneğin fabrikada bir kiosk ekranını veya bir banka atm sinin arayüzünü geliştirmek istiyorsak Enterprise sürümünü tercih etmeliyiz

    • Like 1
  7. cmd düzenlemesi yaparak şu şekılde lısanslayabılırsınız 

    @Echo off
    Sc config Sppsvc start= auto & Net.exe start Sppsvc
    Sc config Osppsvc  start= auto & Net.exe start Osppsvc
    sc config LicenseManager start= auto & net start LicenseManager
    sc config wuauserv start= auto & net start wuauserv
    sc config wlidsvc start= Demand
    sc config ClipSVC start= Demand
    cscript /nologo %windir%\system32\slmgr.vbs -ipk QPM6N-7J2WJ-P88HH-P3YRH-YY74H
    reg add "HKLM\SYSTEM\Tokens" /v "Channel" /t REG_SZ /d "Retail" /f
    reg add "HKLM\SYSTEM\Tokens\Kernel" /v "Security-SPP-GenuineLocalStatus" /t REG_DWORD /d 1 /f
    cd /d "%~dp0"
    start /wait "" "Digital\gatherosstate.exe"
    echo
    net stop wlidsvc
    net stop ClipSVC
    net start wlidsvc
    net start ClipSVC
    clipup -v -o -altto Digital\
    cscript %windir%\system32\slmgr.vbs -ato
    reg delete "HKLM\SYSTEM\Tokens" /f
    del /f "%temp%\editions"
    RD "Digital" /s /q

     

    yada 

     

    @echo off
    cd %~dp0

    call :progress 00
    ping -n 5 127.0.0.1 >nul
    call :progress 30
    ping -n 5 127.0.0.1 >nul
    cscript.exe "%windir%\system32\slmgr.vbs" /upk
    CLS
    ECHO.
    call :progress 30
    ping -n 5 127.0.0.1 >nul
    call :progress 60
    ping -n 5 127.0.0.1 >nul
    cscript.exe "%windir%\system32\slmgr.vbs" /cpky
    CLS
    ECHO.
    call :progress 60
    ping -n 5 127.0.0.1 >nul
    call :progress 90
    ping -n 5 127.0.0.1 >nul
    cscript.exe "%windir%\system32\slmgr.vbs" /ipk QPM6N-7J2WJ-P88HH-P3YRH-YY74H
    ping -n 5 127.0.0.1 >nul
    @echo off
    @ECHO.
    @echo off
    taskkill /f /IM explorer.exe
     CD /d %userprofile%\AppData\Local\Microsoft\Windows
     del /f /s /q Explorer\*.*
     Start explorer.exe
    ECHO.
    exit

     

    yada

    @echo
    echo Urun anahtari kaldiriliyor...
    cscript /nologo %windir%\system32\slmgr.vbs -upk >nul 2>&1
    echo.

    echo LTSC 2021 icin Iot Enterprise urun anahtari yukleniyor...
    cscript /nologo %windir%\system32\slmgr.vbs -ipk QPM6N-7J2WJ-P88HH-P3YRH-YY74H >nul 2>&1
    echo.

    echo ClipsSVC tokens dosyasi temizleniyor...
    sc stop clipsvc >nul 2>&1
    del /f /s /q "%allusersprofile%\Microsoft\Windows\ClipSVC\tokens.dat" >nul 2>&1
    echo.

    echo sisteminiz icin GenuineTicket.XML dosyasi olusturuluyor...
    pushd "%~dp0bin\"
    rundll32 /f /s /q "%~dp0bin\slc.dll",PatchGatherosstate >nul 2>&1
    start /wait gatherosstate.exe 
    start /wait gatherosstatemodified.exe 
    timeout /t 3 >nul 2>&1
    cd..

    echo.
    echo sisteminiz icin GenuineTicket.XML dosyasi yukleniyor...
    clipup -v -o -altto bin\
    echo.

    del /f /q "bin\editions" >nul 2>&1
    pushd "%~dp0bin\"
    if exist "%~dp0bin\gatherosstate.exe" del /f /q "%~dp0bin\gatherosstate.exe" >nul 2>&1
    if exist "%~dp0bin\gatherosstatemodified.exe " del /f /q "%~dp0bin\gatherosstate.exe" >nul 2>&1
    cd..
    echo Etkinlestiriliyor...
    echo.
    cscript /nologo %windir%\system32\slmgr.vbs -ato >nul 2>&1
    cscript /nologo %windir%\system32\slmgr.vbs -xpr

    • Like 1
×
×
  • Create New...