@echo off
for /R "C:\Path" %%f in (*.txt) do (
echo %%~nf
)
pause
Unix, Linux, JBoss, Websphere, Ant, Python, Oracle DB, Arduino, Raspberry Pi.
windows etiketine sahip kayıtlar gösteriliyor. Tüm kayıtları göster
windows etiketine sahip kayıtlar gösteriliyor. Tüm kayıtları göster
20 Kasım 2017 Pazartesi
10 Kasım 2017 Cuma
10 Mayıs 2013 Cuma
Powershell - alt dizinlerde .svn dizinlerinden kurtulmak
powershell
gci -fil '.svn' -r -force | ri -r -force
10 Nisan 2013 Çarşamba
Windows'ta komut satırından Proxy etkisizleştirme
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]
"ProxyEnable"=dword:00000000
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]
"ProxyEnable"=dword:00000000
Windows'ta komut satırından Proxy etkinleştirme
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]
"ProxyEnable"=dword:00000001
"ProxyServer"="10.12.20.230:8080"
"ProxyOverride"="192.168.*;10.*"
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]
"ProxyEnable"=dword:00000001
"ProxyServer"="10.12.20.230:8080"
"ProxyOverride"="192.168.*;10.*"
Kaydol:
Kayıtlar (Atom)