Skip to content

Instantly share code, notes, and snippets.

# Back In Time
# Copyright (C) 2008-2019 Oprea Dan, Bart de Koning, Richard Bailey, Germar Reitze, Taylor Raack
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
@Cyber1000
Cyber1000 / Microsoft.PowerShell_profile.ps1
Last active March 13, 2023 07:51
OpenOnCurrentDesktop can move an app (or a single window of an app) to the current "virtual desktop", rider is a shortcut to OpenOnCurrentDesktop that calls and moves rider
# Put the other files in C:\Users\{Your Windows-User}\Documents\WindowsPowerShell
# Attention! Don't overwrite your Microsoft.PowerShell_profile.ps1,
# you may have entries here, it will be fine to add everything starting from line 6
# $PS_HOME may be defined already
$PS_HOME = Join-Path $HOME 'Documents\WindowsPowerShell'
$Commands = Join-Path $PS_HOME 'OpenOnCurrentDesktop.ps1'
. $Commands