Jump to content

Pencerenin Taşınmasındaki Görsellik Sorunu


Bumerang01
 Share

Recommended Posts

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

  • Similar Content

    • By artae
      File size: 7.90 MB

      cmd c is the clipboard manager for programmers, designed by programmers with a focus on the clean interface and easy to use, low cpu and low memory.
      HOW IT WORKS
      1. hit 'alt+v' to show the clipboards history
      2. chose the item you want from the list by selecting it with the mouse or with arrow keys
      3. pasting is done automatically to active app (if you install the applescript fromhttp://www.cristibaluta.com/cmdc/). if not, the items are only copied to clipboard and you must paste it manually with cmd+v.
      FEATURES
      keeps the original formatting of the copied text
      links are saved in a separate category. you can open them in browser by clicking the link icon
      includes a protected section by a pin
      generate secure passwords
      keeps window in memory for a limited time, if used frequently you'll notice a performance improvements
      history for up to 30 days but not less than 50 items
      snippets and protected items remains till you decide to delete them manually
      iCloud sync for snippets, urls, mobile and protected items across all devices
      iOS client
      enjoy copy pasting!
      Release NotesVersion History
      Supported Operation System
      macOS 10.12 or later
      Apple Silicon or Intel Core processor

      NitroFlare
      DOWNLOAD
      (Buy premium account for maximum speed and resuming ability)


      https://nitroflare.com/view/11ACE3618C92B8C/fi5qp.cmd.c.1.4.2.MAS.rar



      https://rapidgator.net/file/af45ac6656a778f6b5b7fa5edd3051d5/fi5qp.cmd.c.1.4.2.MAS.rar


    • By artae
      File size: 7.44 MB
      cmd c is the clipboard manager for programmers, designed by programmers with a focus on the clean interface and easy to use, low cpu and low memory.

      HOW IT WORKS:
      1. Hit 'alt+v' to show the clipboards history
      2. Chose the item you want from the list by selecting it with the mouse or with arrow keys
      3. Pasting is done automatically to active app (if you install the applescript from. if not, the items are only copied to clipboard and you must paste it manually with cmd+v.

      FEATURES:
      Keeps the original formatting of the copied text
      Links are saved in a separate category. you can open them in browser by clicking the link icon
      Includes a protected section by a pin
      Generate secure passwords
      Keeps window in memory for a limited time, if used frequently you'll notice a performance improvements
      History for up to 30 days but not less than 50 items
      Snippets and protected items remains till you decide to delete them manually
      iCloud sync for snippets, urls, mobile and protected items across all devices
      iOS client
      Release Notes

      * Bring back the selection of items with the 0-9 keys. navigation by keyboard must be enabled in settings and accessibility is required.
      * The keys can be used also to enter the pin in the locked tab.
      * Fixed a bug where items couldn't be deleted.
      * Fixed duplicated items. if a clipboard string already exists in cmd c, it will be moved to top instead creating a duplicate.

      Supported Operation System:
      * 64-bit processor
      * macOS 10.12 or later
      DOWNLOAD
      (Buy premium account for maximum speed and resuming ability)


      http://nitroflare.com/view/5C6A21FBEBEA63D/4d6c9.cmd.c.1.4.1.MAS.rar



      https://rapidgator.net/file/fcff5a159bc0261df0ab934e14b853e7/4d6c9.cmd.c.1.4.1.MAS.rar


    • By ekran
      !!! CMD de çalıştırınız !!!
      Not: İnsanları aldatma amaçlı kullanılmaması dileği ile;
      Komut istemi promptunu değiştirme;
      prompt $D$_$T$_Komut Bekliyorum_$P$G
      Renk değiştirme;
      color E9
      İstediğiniz boyutta dosya yaratıp hdd nizi dolu göstermek için;
      fsutil file createnew dosya.txt 999999999
      Açıklama;
      !!! 9999999 yerine kendi belirlediğiniz dosya boyutu !! ( hangi klasörde çalıştırsanız oraya oluşturur )
      Bilgisarınızda cok fazla hdd göstermek;
      subst W: c:\windows
      Açıklama;
      subst atanan sanal sürücü harfi ( W ) : sürücüye atanan klasör c:\windows veya başka yol 
      Sanal sürücüyü silmek için;
      subst W: /D
    • By Grameradam
      7zip SFX Maker programı kullanan arkadaşlar, yardım edebilirseniz sevinirim. Bu programla bir klasörün içindeki tüm dosya ve klasörleri hatta alt dizinlerdeki tüm klasörleri silmek istiyorum. Aşağıdaki resimde gördüğünüz kodu kullandım. İşe yaramadı. Nerede hata yaptım?

    • By SeyitAcar
      Selamün aleyküm arkadaşlar,
       
      AMS'de çok çok acemiyim ve Mediatek işlemcili telefonlar için basit bir All In One araç takımı yapıyorum elimde driverların kurulmasını sağlayan bi komut var Install.bat olarak kayıtlı dosyaları felan düzgünce projenin ana dizinine attım butona Quick Action bölümünden Run Program diyerek Install.bat dosyasını gösterdim ancak düzgün bir biçimde çalışmadı. CMD penceresi açılıyor ancak komutlar düzgün çalışmıyor sanki işlevleri yok gibi hızlıca geçip gidiyor, sürücüler kurulmuyor normalde İmzasız sürücü uyarıları felan vermesi lazım
       
      Elle çalıştırdığımda hiçbir sıkıntı olmadan kurulumu yapıyor ancak buton üzerinden bi türlü beceremedim bunu nasıl yapabilirim biraz araştırdım ancak bişey bulamadım bu arada Install.bat dosyasının içeriğini aşağıya ekliyorum belki faydası olur
      @echo off cls echo ************************************* echo *************Information************* echo ************************************* echo Dirver Installer v1.0 for /f %%i in ('ver^|find "5.0."') do echo Win NT && set osrecognized=1 for /f %%i in ('ver^|find "5.1."') do echo Win XP && set osrecognized=1 for /f %%i in ('ver^|find "5.2."') do echo Win 2003 && set osrecognized=1 for /f %%i in ('ver^|find "6.0."') do echo Win Vista && set osrecognized=1 for /f %%i in ('ver^|find "6.1."') do echo Win 7 && set osrecognized=1 if not defined osrecognized goto NotSupport @set PLATFORM=x86 @if "%processor_architecture%"=="x86" (set PLATFORM=%cd%/SmartPhoneDriver/x86) ^ else (set PLATFORM=%cd%/SmartPhoneDriver/x64) echo %PLATFORM% @echo. @echo. echo ******************************************* echo **********Install SP unsigned inf********** echo ******************************************* "%PLATFORM%/dpinst.exe" /PATH "%PLATFORM%\Unsigned infs" /F /LM /SW /A echo Install complete! @echo. @echo. echo ***************************************** echo **********Install SP signed inf********** echo ***************************************** "%PLATFORM%/dpinst.exe" /PATH "%PLATFORM%\Infs" /F /LM /SW /A echo Install complete! @echo. @echo. goto end :NotSupport echo Do Not support Win NT earlier version :end pause
  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...