From c908b00a389ec8514432d92f1c68c26ce77a7b72 Mon Sep 17 00:00:00 2001 From: Ben Reaves Date: Tue, 30 Mar 2021 22:33:41 -0500 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 83e0452..e5023bf 100644 --- a/README.md +++ b/README.md @@ -93,6 +93,11 @@ Open Powershell as Administrator and copy and paste the following. This will dow Invoke-WebRequest -Uri https://github.com/rbreaves/kinto/archive/refs/heads/master.zip -OutFile $env:USERPROFILE\Downloads\kinto.zip;Expand-Archive -LiteralPath "$env:USERPROFILE\Downloads\kinto.zip" -DestinationPath "$env:USERPROFILE\Downloads" -Force;Set-ExecutionPolicy Bypass -Scope Process -Force; iwr https://chocolatey.org/install.ps1 -UseBasicParsing | iex; choco install -y python3;cd "$env:USERPROFILE\Downloads\kinto-master";py .\setup.py ``` +Update system tray to show Kinto icon at all times (optional) +``` +cmd /c "explorer shell:::{05d7b0f4-2121-4eff-bf6b-ed3f69b894d9}" +``` + ### Old method 1. Open Powershell (Right click and Run as Administrator)