Tag Archives: commands

commands linux and windows

PowerShell tips – part 027.

Windows PowerShell Integrated Scripting Environment (ISE) is a graphical host application that enables you to read, write, run, debug, and test scripts and modules in a graphic-assisted environment., see the official webpage. You can start on the command shell with this command:

You can run PowerShell commands in this environment, let’s see the version… Read More »

PowerShell tips – part 026.

In this article tutorial, I will show you how to use a function from a PowerShell script. Create a script named: Get-NetworkConnectionProcess.ps1. Add this source code to your script:

Use the dot sourcing operator (.) to load the function into your PowerShell session, like this:

The command will load the function and once… Read More »

PowerShell tips – part 025.

Git is a free and open-source distributed version control system designed to handle everything from small to very large projects with speed and efficiency. This tip lets you install the git tool using the widget command line tool. The widget command line tool enables users to discover, install, upgrade, remove and configure applications on Windows 10 and… Read More »

Windows – Windows 8.1 activation settings commands.

Use these commands with administrator privileges. I’m using a licensed Windows 8.1 purchased with my old laptop, and I found these commands useful for information about activation settings:

The last command show all licenses for your Windows.

Windows – fix with SFC using the Windows recovery media.

Most users know how to use the SFC command and in this tutorial, I will show you how to fix it with Windows recovery media. The Windows recovery media can be downloaded from the Windows official website, see the Window 10 download. The System File Checker known as the SFC command can be used on… Read More »

Google Cloud Shell – First steps with google cloud shell.

The first step, take a look at this official webpage to see how you can start Google Cloud Shell. Using the online terminal, you can start using the shell with Google Linux distro like any Linux. Let’s see some information and commands used by Google Cloud Shell:

Using the apt-get install package command I… Read More »