Author: Cornel Caba

Windows 10 Professional KeyW269N-WFGWX-YVC9B-4J6C9-T83GXWindows 10 Pro build 10240VK7JG-NPHTM-C97JM-9MPGT-3V66TWindows 10 Professional N KeyMH37W-N47XK-V7XM9-C7227-GCQG9Windows 10 Enterprise KeyNPPR9-FWDCX-D2C8J-H872K-2YT43Windows 10 Enterprise N KeyDPH2V-TTNVB-4X9Q3-TJR4H-KHJW4Windows 10 Education KeyNW6C2-QMPVW-D7KKK-3GKT6-VCFB2Windows 10 Pro 2020W269N-WFGWX-YVC9B-4J6C9-T83GXWindows 10 Enterprise LTSC Key92NFX-8DJQP-P6BBQ-THF9C-7CG2HWindows 10 Enterprise GYYVX9-NTFWV-6MDM3-9PT4T-4M68BWindows 10 Pro for WorkstationsNRG8B-VKK3Q-CXVCJ-9G2XF-6Q84J

Read More

Tapping into the elevated command line is a reliable way to access the Software License Manager (SLMGR), also called the Windows Software Licensing Management Tool. Interacting directly with SLMGR handles activation and access to license information. There are some potential issues that come with working via the command line. Accidental commands will typically generate an error message, but it’s possible to harm the environment. Certain SLMGR parameters can also alter registry information. Double-check the command before execution to avoid problems. This SLMGR uses parameters to deliver specific instructions. The parameters act like extensions and use the following format: slmgr /[parameter].…

Read More

In this article we will show how to reduce the size of a virtual disk (vmdk) file of the virtual machine running on VMWare ESXi. Unlike expanding a disk of a VMWare virtual machine you can do on-the-fly without shutting the virtual machine down, it is more complicated to reduce the size of a vmdk file on the VMWare ESXi hypervisor, and you cannot do it via the vSphere Web Client graphical interface. The vSphere Client doesn’t allow you to specify a smaller virtual disk size. Important. This guide is not an officially supported solution on how to reduce the…

Read More

In this tutorial, learn to simulate Arduino projects using Proteus by interfacing a seven-segment display and DC motor. What is Proteus and How Does it Compare to Other Simulation Software? Proteus is a simulation and electronic design development tool developed by Lab Center Electronics. It is a very useful tool as it ensures that the circuit design or firmware code is working properly before you begin to physically work on it. It has an extensive number of components in its library which can be used to virtually design your circuit. The designs you make can be easily compiled and debugged…

Read More

We normally use Services.msc to start or stop or disable or enable any service. We can do the same from windows command line also using net and sc utilities. Below are commands for controlling the operation of a service. Command to stop a service: net stop servicename To start a service: net start servicename You need to have administrator privileges to run net start/stop commands. If you are just a normal user on the computer, you would get an error like below. C:\>net start webclient System error 5 has occurred. Access is denied. C:\> To disable a service: sc config servicename start= disabled To enable a…

Read More

Scenario RemoteFx is an upgraded version of Windows Remote Desktop Protocol (RDP). From RDP 8.0, RemoteFx can be used to redirect local USB devices to a remote desktop through the RDP data channel, ensuring that the CVM can use these USB devices. This document uses the following environment versions as examples to describe how to enable the RemoteFx USB redirection feature of RDP to redirect USB devices to a CVM. Client: Windows 10Server: Windows Server 2016 Use Limits Because RDP 8.0 and later versions support the RemoteFx USB redirection feature, Windows 8, Windows 10, Windows Server 2016, and Windows Server…

Read More

RDP sessions can be frustrating for users who need remote access to a camera for video conferences, meetings, etc. The reason many users dislike their cameras during remote desktop sessions is that their connection with a USB webcam (via remote environments) is not always reliable or efficient. A common problem many users confront when it’s time to share a webcam over RDP is having the remote session recognize the webcam that is physically plugged into the host machine. Keep reading to learn how to use RemoteFX USB webcam redirection, and make accessing webcams remotely much easier. Webcam Redirection With RemoteFX 1RemoteFX USB…

Read More

In this guide, you will learn how to use the GPResult command line tool to verify what group policy objects are applied to a user or computer. GPResult is a command line tool that shows the Resultant Set of Policy (RsoP) information for a user and computer. In other words, it creates a report that displays what group policies objects are applied to a user and computer. If you are using group policy in your environment then you definitely should know how to use this tool. The GPResult command is included with Windows Server versions 2008 and higher. It is also included…

Read More

This is the most thorough guide to group policy best practices on the web. I understand that group policy can get complicated, it can be complex and it can be difficult to troubleshoot when you have multiple GPOs applied across the entire domain.But here’s the kicker: Implementing group policy is actually very simple. In this guide, you’ll learn everything you need to know about group policy design and implementation best practices. These are proven tips and techniques that many IT professionals use. Warning: Group Policy is not a one size fits all. Every Active Directory environment is different and there is no…

Read More

With a registry hack, it’s possible to move your Windows 11 taskbar to the left or right side of the screen, but the buttons don’t show up. Could this mean Microsoft is planning to bring back a moveable taskbar in a future update? We explore the possibilities. Borrowing From Windows 10 As of October 2021, Windows 11 doesn’t let you move your taskbar (or even resize it). But through a Windows Registry hack, it’s possible to make the taskbar appear on the top of your screen and still be functional. In the process of experimenting with the taskbar on the top of the screen, we also…

Read More