İşime yarayan her şey ...
1 Mayıs 2020 Cuma
Microsoft Edge Version 81.0.416.68 (Official build) (64-bit) Video görüntü sorunu.
Microsoft Edge Version 81.0.416.68 (Official build) (64-bit)
Video görüntü sorunu.
Öncelikle bu bir bug.
* Edge'i açın ve Sağ üst köşedeki 3 noktaya tıklayın ve Settings kısmına girin.
* System ifadesine tıklayıp USE HARDWARE ACCELERATION WHEN AVAILABLE ı Disable yapın.
* EDGE'i yeniden başlatın. Sorun çözülmüş olmalıdır.
15 Eylül 2015 Salı
Windows7 DOS Türkçe yazma
(Vista ve Win7 için yazıyorum.)
Notepad.exe'yi “run as administrator" modunda çalıştırıp C:\windows\system32\autoexec.nt dosyasını Dosya > Aç menüsü ile açın.
En alt satıra
kb16 tr,857 /id:179
satırını ekleyip kaydedin.
Excel INDEX-MATCH Kullanımı
=INDEX(A:A;MATCH(D1;B:B; ))
D1 deki bilgiyi, B:B sütununda arar ve A:A daki karşılığını bu formülü yazdığın hücreye yazar.
(B:B ve A:A tüm B ve A sütunu demek oluyor.)
(Kurumun tüm kayıtları içinden silinecek yayınların adlarından taranarak Taşınırdaki Sicilno karşılığını yazmak için kullanıldı.)
(VLOOKUP da sağdaki sütundan tarayıp, soldaki sütundan bilgi istenemediğinden INDEX-MATCH kullanıldı.)
(INDEX-MATCH daha esnek bir kullanıma sahiptir.)
NOT : Örnek dosya Silinemeyenler.xls dir.
Sticky Notes kısayolları
Bold text Ctrl+B
Italic text Ctrl+I
Underlined Ctrl+U
Strikethrough Ctrl+T
Bulleted list Ctrl+Shift+L
Increased textsize Ctrl+Shift+>
Decreased text size Ctrl+Shift+<
26 Temmuz 2015 Pazar
Windows7 de eski sürücüleri (Drivers) silmek
Another option (the Microsoft way, without doing random unknown deletings in the registry) is to start CMD as "run as admin" and then list all installed drivers in the Windows 7 driver store via:
pnputil -e
if this caused a longer list you can pipe that into a file via:
pnputil -e > C:\driverexport.txt
If you have found now the driver you need to remove use the following command:
pnputil.exe -d OemNUMBER.inf
replace NUMBER with your number from your example.
You might try to use -F to force the uninstallation.
Once a reboot is done the driver should be gone.
For printer drivers, you may need to remove Printer Server driver following the stages below;
Windows 7:
Go to
Control Panel ->
Administrative Tools ->
Print Management ->
Printer Servers ->
pnputil -e
if this caused a longer list you can pipe that into a file via:
pnputil -e > C:\driverexport.txt
If you have found now the driver you need to remove use the following command:
pnputil.exe -d OemNUMBER.inf
replace NUMBER with your number from your example.
You might try to use -F to force the uninstallation.
Once a reboot is done the driver should be gone.
For printer drivers, you may need to remove Printer Server driver following the stages below;
Windows 7:
Go to
Control Panel ->
Administrative Tools ->
Print Management ->
Printer Servers ->
14 Şubat 2011 Pazartesi
Linux - Bir dizindeki dosyalarin uzantilarini toplu degistirme
Dizindeki DAT uzantili dosyalarin uzantisini mrc yapar.
for f in *.DAT; do mv ./"$f" "${f%DAT}mrc"; done
9 Şubat 2011 Çarşamba
Kaydol:
Kayıtlar (Atom)