Windows-screenFetch
Windows-screenFetch copied to clipboard
Powershell port of bash/unix screenfetch.
This repo seems abandoned, check out [my fork](https://github.com/piotrpdev/Windows-screenFetch-fast) to get 15x the performance and a PowerShell module with the latest commits. You can also just install it if you want:...
First time installation via Install-Module -Name windows-screenfetch the following output: ``` PS C:\Users\ screenfetch InvalidOperation: Method invocation failed because [Deserialized.System.Management.ManagementObject#root\cimv2\Win32_OperatingSystem] does not contain a method named 'ConvertToDateTime'. InvalidOperation: You cannot...
I know, I know this does look like a lot, but if you ignore the trailing white-spaces my vscode removes automatically when saving, the PR actually is not that much....
 Additionally fixed: 1. `windows-screenfetch.psd1` file error 2. command conflict caused by `Get-Uptime` 3. parts of logo not shown while `$SystemInfoCollection` gets less lines than `$AsciiArt` Related issues: resolve #22...
Install the module but when executing it it reads the disk F which is to read CDs, it marks the disk with zero Gb therefore it tries to divide by...
> Screenfetch Get-WmiObject: The term 'Get-WmiObject' is not recognized as a name of a cmdlet, function, script file, or executable program. Check the spelling of the name, or if a...
I've updated all instances of Get-WMIObject to Get-CimInstance, and I made a small change to RAM so that it shows as GB instead of MB. There are a few more...
On my corporate laptop, I don't have admin rights. Is there a way to make the installation ?
I got a divide by zero error in my Windows 11 pro OS. As you can see, my programming skills are very poor. If I change something wrong, please point...
Cannot convert value "4 343" to type "System.Int32". Error: "Indatasträngen hade ett felaktigt format." At C:\Program Files\WindowsPowerShell\Modules\windows-screenfetch\1.0.2\Data.psm1:174 char:13 + $FreeDiskPercent = ($FreeDiskSizeGB / $DiskSizeGB) * 100; + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo...