Soluții

Doriți să dezinstalați mai multe aplicații dintr-o dată?

Chiar dacă un instalator funcționează, nu este sigur. Programele de dezinstalare pot dispărea, pot arunca erori de sistem sau pot fi corupte. Și aplicațiile pot rămâne pe unitatea dvs. și în Registrul Windows fără a apărea în lista de programe. Windows nu are nicio modalitate de a „dezinstala forțat” o aplicație. De aceea, aplicațiile „fantomă” apar adesea cu fișiere rămase atunci când le cauți numele.

Din acest motiv, managerul de dezinstalare încorporat pe Windows nu poate elimina aplicațiile în bloc. În primul rând, încearcă să detecteze programul de dezinstalare pentru fiecare aplicație de pe fiecare disc. Și apoi rulează doar unul câte unul pentru a preveni coliziunile (rețineți că Windows nu are aplicații sandbox și mai multe programe de dezinstalare ar putea încerca să elimine aceleași fișiere).

[mai mult...]

How to disable Wi-Fi Sense in Windows 10

Wi-Fi Sense is a feature in Windows 10 that saves you from the hassle of manually connecting your device to an open Wi-Fi hotspot and to those of your contacts (On Facebook, Skype and Outlook). Wi-Fi Sense does this by sharing the secret passkeys that your contacts use to connect to the wireless networks, or by sharing your passkeys with your contacts to allow them to connect to your wireless network.

Although Wi-Fi Sense is enabled in Windows 10 by default in an effort to provide a hassle-free experience, using the feature could also be a security concern.

[mai mult...]

Near, Far and Huge Pointers in C

In older times, the intel processors had 16-bit registers but the address bus was 20-bits wide. Due to this, the registers were not able to hold the entire address at once. As a solution, the memory was divided into segments of 64 kB size, and the near pointers, far pointers, and huge pointers were used in C to store the addresses.

There are old concepts used in 16-bit intel architectures, not of much use anymore.

[mai mult...]