Powershell view Certificates
Firstly open PowerShell and run cd Cert: , this will allow you to run the below commands.
Get-ChildItem -path cert:\LocalMachine\My – This will show ...
Copy with SCP
On the host where the cron job is ssh-keygen -t rsa -b 4096 No password Cd ~/.ssh 760708 -rw-------. ...
Forceer de installatie van het MSU-pakket
Wanneer u een MSU-bestand probeert te installeren, ontvangt u het volgende foutbericht:
• De update is niet van toepassing op uw ...
Create a file
# Create-NewFile.ps1
# Full path of the file$file = 'c:\temp\important_file.txt'
#If the file does not exist, create it.if (-not(Test-Path -Path $file -PathType ...
Add content to a file
# Update-FileContents.ps1
#Full path of the file$file = 'c:\temp\important_file.txt'
# If the file exists, append a new GUID value in the file.if ...
Windows 11 Desktop Icon's have a lot off space between
Change the metrics from the following key in the registryWindows Registry Editor Version 5.00[HKEY_CURRENT_USER\Control Panel\Desktop\WindowMetrics]"IconSpacing"="-1128""IconVerticalSpacing"="-1128"Or create a reg key file ...
How To Disable Proxmox VE Subscription Notification
cd /usr/share/javascript/proxmox-widget-toolkit/cp proxmoxlib.js proxmoxlib.js.bakvim proxmoxlib.json line 563 you find if (res === null || res === undefined || !res || res ...