In the last post, How to secure your passwords and accounts, I wrote that to maintain security online, we need to use passwords that are long, unique, and complex. I also mentioned the use of password managers, which are designed to help us securely remember passwords for all the services where we have accounts. In…
Month: December 2023
How to secure your accounts and passwords
This post will kick off a series of articles on cybersecurity. Today, we will focus on passwords, and I will tell you how to ensure that our passwords are good, strong, and secure. Passwords are a crucial element of our digital lives, granting us access to various online services such as email, banking, shopping, social…
Gift ideas related to Cybersecurity
In today’s post, I’d like to present a few of my suggestions for holiday gifts, each related to digital security. 1. Hardware-encrypted USB Drive: In the era of the cloud, hardware-encrypted USB drives are equipped with a built-in hardware encryption module. Data stored on this device is encrypted at the hardware level, providing additional security….
Task scheduler – create new task in PowerShell
Today, I would like to discuss the topic of creating new tasks in the Windows Task Scheduler, which involves scheduling the execution of specific scripts or programs at a designated time or under certain conditions. In this article, I will demonstrate how to create new tasks in the scheduler using PowerShell, covering both basic and…