Dashboard

Home » Blogs » Dashboard
How to Fix Windows Search Not Working on Windows 11

How to Fix Windows Search Not Working on Windows 11

Windows Search is a feature that lets you quickly and easily search for files, folders, apps, settings, and web content in Windows 11. However, sometimes this feature encounters issues and cannot function properly. This is certainly very disruptive to your productivity and comfort in using a computer or laptop. Various causes can make Windows Search not work, such as: It's Cortana who has a problem. Cortana is a virtual assistant integrated with Windows Search. If Cortana crashes or conflicts,...

What is a Memory Leak and How to Solve It?

What is a Memory Leak and How to Solve It?

Memory leak is one of the problems often faced by software developers, especially those who use programming languages such as C and C ++. Memory leaks occur when a program allocates memory from a heap but does not free it when it is no longer needed. As a result, the memory in the system becomes reduced over time, leading to decreased performance and even application failures. Memory leaks can be very difficult to detect and fix, as they rarely cause obvious error messages or symptoms....

How to Enter Full-Screen Mode in Windows 11 Easily and Quickly

How to Enter Full-Screen Mode in Windows 11 Easily and Quickly

One feature you can enjoy in Windows 11 is the full-screen mode, which lets you maximize your screen space by hiding unnecessary elements, such as the taskbar, menus, and address bar. Full-screen mode can enhance your experience when using apps, watching videos, playing games, or surfing the web. Full-screen mode can also help you focus on the content you're viewing or working on, without distractions from other things around you. There are several ways to enter full-screen mode in Windows 11,...

TPM Key and How to Back It Up in Windows 11

TPM Key and How to Back It Up in Windows 11

What will happen if you lose the TPM key? Here's how to back up the TPM key on Windows 11. A Trusted Platform Module (TPM) is a microprocessor designed to perform basic security operations, especially encryption keys. The TPM is placed on the computer's motherboard and connected to other systems via the hardware bus. A TPM-enabled computer can generate a cryptographic key and encrypt it so that it can only be decoded by the TPM. This method, also known as wrapping or binding a key, can help...

Western Digital Dashboard (WDC Dashboard) 3.7.2.5 – HDD and SSD Utility

Western Digital Dashboard (WDC Dashboard) 3.7.2.5 – HDD and SSD Utility

With an easy-to-use graphical user interface, Western Digital Dashboard allows users to maintain the best performance of Western Digital drives on the Windows operating system. Western Digital Dashboard includes tools for disk analysis (including disk model, capacity, firmware version, and SMART attributes) and firmware updates. How to use Performance Monitor Performance Monitor is a tool that allows users to monitor the performance of the drive in real-time. Performance Monitor uses The...

Router Default Passwords – Application to get router IP and Password

Router Default Passwords – Application to get router IP and Password

Router Default Passwords is a portable application that can find the default gateway address and also the default user and password of the router device. A router is a device that connects two or more networks or subnets and manages traffic between networks by forwarding data packets to the destination IP address and allowing multiple devices to use the same Internet connection. You may need to know the IP address of the default gateway if there is a network problem or if you need to change...

How to find out which process is using Windows 11’s TCP and UDP listening ports

How to find out which process is using Windows 11’s TCP and UDP listening ports

TCP and UDP ports are unrelated. The TCP stack interprets TCP ports, while the UDP stack interprets UDP ports. Ports allow multiple devices to connect to a node by multiplexing the connection. As a result, higher-level protocols may technically use the same or different TCP and UDP port numbers. One computer, on the other hand, can communicate with two different services at the same time using the same TCP and UDP port numbers. Web servers, for example, bind to TCP port 80. To make it easier...

Real-Time Application Dashboard with Yii2, Node.js, MySQL and Chart.js

Real-Time Application Dashboard with Yii2, Node.js, MySQL and Chart.js

In this article we will create a dashboard that can display graphics from data in real-time. The data we use as simulations is the population of a city. If you update your resident data, add or delete it, the graphic will change in real-time without the need to refresh from the page. Before we begin, we need to prepare: Webserver is installed, see How to Configure Virtual Host XAMPP in Windows 10. Yii2 is installed, see How to Install Yii2 Advanced via Composer. Node.js is already installed,...

GPO: User domain as a local administrator

GPO: User domain as a local administrator

A user domain is a regular user who is used in everyday work to break into a computer and do normal work. These users do not have special permissions that have the potential to cause damage or loss of data. These accounts are usually members of the Domain Users security group. Under certain conditions, these limitations are very troublesome. Like when they want to install a printer or application on the computer they are using, they (user domain) do not have permission to do so. To make a user...

Promotion of Windows Server 2019 as Domain Controller

Promotion of Windows Server 2019 as Domain Controller

A domain controller (DC) is a server computer that responds to security authentication requests in a computer network domain. These servers are responsible for allowing host access to domain resources, authenticating users, storing user account information, and enforcing security policies for domains. Windows Server 2019 by default is a regular computer as in most Windows computers. In order to have the ability as a Domain Controller, it is necessary to promote as a domain controller. The...