Akbar on Development
Attaining the Impossibles
  • All Projects
  • Jack Sparrow Compass
  • Subtitles Translator
  • USB Disk Manager
  • Swift MVC Framework
  • TaskbarExt
  • Quick Chess
  • Basecamp Extension
  • Language Tools
  • Rapid Downloader

Archive for the ‘Windows’ Category

SQL Server TLS 1.0 Fix

Few days ago, I have to disable TLS 1.0 on one of our Windows 2012 Server for PCI Compliance. This machine was also acting as Database server, and runs MS SQL Server 2012. After disabling the TLS 1.0 (using IISCrypto tool), I ran into SQL Server compatibility issues where first the SQL Server Service wouldn’t start, and once that issue was fixed, SQL Server Management Studio failed to connect with that SQL Server. Thanks to the RobWillis.info post, I was able to solve both of these issues.

I have IPTV connection at my home, and use it to watch TV (though not frequently). I have also an IPTV PC Application installed, and rarely use it to test the TV connection. I have Windows 8.1 and in the past it worked flawlessly on the both PC and my SmartTV.

However, last week when I tried to run the PC application, no channel was playing; even though it was streaming correctly on SmartTV, and other PC and OS-X machines at home fine. As it worked in past for the same PC and Windows installation, I knew it has to something with some recent software configuration changes…

Clover on EFI Partition

Once I had the Mountain Lion up and running on my HP Envy 15t-J001 machine, the next step was to setup a boot loader, so that I can boot it without the USB every time.

I was using Clover, and it has pretty good support for the EFI Motherboards. However, my only concern was I didn’t wanted to loose the HP Recovery partition by accident or incorrect configuration. Plus I wanted to keep the current boot loader, but still somehow boot to OS-X without using USB…

A few days ago, when I was working on my MacBook Pro (late 2012 model), all of the sudden Windows 7 crashed, and the display got jumbled. It appeared that something went wrong with the video adapter. So, after waiting for 4-5 minutes (and no response), I forced shutdown the machine by pressing the shutdown button for 8-10 seconds.

After few seconds, I pressed the Power button again. The usual boot gray screen appeared, with boot chime sound, and then screen turned to black. It appeared that processor was working (from the fan speed noise), but there was no display. Note that my MacBook Pro, by default boots to Windows 7. I tried this 2-3 times with same results. In panic, I finally tried to launch the OS-X, it stared the boot process, but then got stuck again near the end, and kept showing the gray screen…

I have an old application which has worked fine for me for years on the 32-bit operating system. It worked well on Windows XP, and even I used this on the Windows-7 32-bit without any issues. However, to run that application you need to do first some registry entries manually. This was due to the […]