Remote Connections with AnyDesk

By | 24 March 2025

The need to connect to other PCs for remote control is becoming increasingly common. There are several software solutions that allow remote connections. Below, I list three of the many free software options available for personal and non-commercial use that I personally consider the best for remotely controlling a computer: AnyDesk does not require installation,… Read More »

Remote Connections with TeamViewer

By | 24 March 2025

The need to connect to other PCs for remote control is becoming increasingly common. There are several software solutions that allow remote connections. Below, I list three of the many free software options available for personal and non-commercial use that I personally consider the best for remotely controlling a computer: One of TeamViewer’s strengths is… Read More »

Remote Connections with SupRemo

By | 24 March 2025

The need to connect to other PCs for remote control is becoming increasingly common. There are several software solutions that allow remote connections. Below, I list three of the many free software options available for personal and non-commercial use that I personally consider the best for remotely controlling a computer: SupRemo is an Italian solution,… Read More »

How to Access Old Websites Using Internet Explorer Mode in Microsoft Edge

By | 24 March 2025

If you need to access websites that don’t support modern browsers and require the old Internet Explorer, Microsoft Edge has a built-in solution for this issue. Within the browser settings, you can find a compatibility feature that allows you to emulate Internet Explorer, enabling access to websites that still rely on outdated technologies. How to… Read More »

Restore HOSTS file

By | 22 March 2025

By mistake, you deleted the Hosts file, or after several changes to the file, you are unable to restore the default version. Don’t worry, below is a mini guide to recreate the original file. But what is the Hosts file? Why is its presence important on the computer? The Hosts file is used by the… Read More »

SQL reset auto-increment primary key

By | 22 March 2025

After clearing a SQL Server table, if the primary key is auto-incremental, it will continue with the previous numbering. To reset the counter for the primary key, we can use the following command in SQL Management Studio: DBCC CHECKIDENT (‘<nome_tabella>’, RESEED, 0) This sets the current primary key value to zero, so the next record… Read More »

Category: SQL