content top

Administrator hesabını regedit ile aktif etme ( how to enable administrator account with regedit registry )

Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\ Microsoft\Windows\CurrentVersion\policies\system] “FilterAdministratorToken”=dword:1      

Devamı

Temp & Update ve Log dosyalarını silerek diskte yer açmak

ECHO Isleme baslamadan once lutfen bir test makinasında kontrol ediniz. Komutun yanlis calistirilmasindan doğacak sorumluluklar size aittir. iisreset /stop del “C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\*” /q /s del “C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\*” /q /s del “C:\Windows\Microsoft.NET\Framework64\v2.0.50727\Temporary ASP.NET Files\*” /q...

Devamı

Webmailden Mail Gönderirken Server communication failure. Please refresh your browser and try again. Hatasının Çözümü

Webmailden Mail Gönderirken Server communication failure. Please refresh your browser and try again. Hatasının Çözümü

Merhaba, MailEnable sunucuda Webmail üzerinden mail göndermek istediğiniz de ; Server communication failure. Please refresh your browser and try again. veya Sunucu ile iletişim Başarısız, Tarayıcınızı yenileyerek Tekrar Deneyiniz. hatası alıyorsanız IIS’Te MailEnable WebMail sitenize erişerek Configuration Editor’u açtıktan sonra Systeb.web dizinini genişletin ve httpRuntime klasörüne tıklayın burada...

Devamı

This could be due to CredSSP encryption oracle remediation. RDP Hatası Çözümü

This could be due to CredSSP encryption oracle remediation. RDP Hatası Çözümü

Merhaba, RDP yaparken This could be due to CredSSP encryption oracle remediation. For more information, see https://go.microsoft.com/fwlink/?linkid=866660 Hatası alıyorsanız komut satırını yönetici olarak açtıktan sonra aşağıda ki komutu çalıştırmanız sorunu çözecektir. REG ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System\CredSSP\Parameters /v AllowEncryptionOracle /t REG_DWORD /d...

Devamı

Powershell calculate subfolders Size – Powershell ile alt dizinlerin boyutlarını hesaplama

Powershell ile bir klasor içerisindeki dizinleri ayrı ayrı olarak boyutlarını aşağıda ki script yardımı ile listeyebilirsiniz. Aşağıda ki kodu bir dosyaya kayıt edin ve powershell’e .\dosyaadı -Path Dizinadı yazarak çalıştırın. ## Bu script powershell 2.0 ile uyumludur. You can calculate subfolders size with below powershell script. Copy below powershell codes and run script file. you can use this command for...

Devamı

IP Listesini sıralama

Merhaba, Excel üzerinde ip listesini sıraladığınızda tam olarak ip sırasına sokmuyor düzgün olarak sırayabilmesi için bir kaç takla atmanız gerekiyor excel tarafında. Ancak onun yerine online olarak sıralama yapan bir sayfa buldum ; http://www.silisoftware.com/tools/ipsort.php iş görür 🙂

Devamı

Windows Çalıştır Kısayol Komutları ( Windows Run Commands )

Windows-update-disable

Open Documents Folder documents Open Videos folder videos Open Downloads Folder downloads Open Favorites Folder favorites Open Recent Folder recent Open Recent Folder logoff Open Pictures Folder pictures Windows Sideshow control.exe /name Microsoft.WindowsSideshow Windows CardSpace control.exe /name Microsoft.cardspace Windows Anytime Upgrade WindowsAnytimeUpgradeui Taskbar and Start Menu control.exe /name...

Devamı

Powershell üzerinden tüm DNS Zone’larının Master IP Adreslerini değiştirme

Merhaba, Aşağıda ki powershell komutu ile registry’de bulunan tüm zoneların master ip adreslerini değiştirebiliyoruz. Üstelik servis restart’ta gerekmiyor.. Get-ChildItem ‘HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion\DNS Server\Zones’ | ForEach-Object {Get-ItemProperty $_.pspath | Where-Object {$_.MasterServers -eq “1.2.3.4”}} | ForEach-Object {Set-DnsServerSecondaryZone -name $_.PSChildName...

Devamı

content top