123
This commit is contained in:
+1
-10
@@ -1,5 +1,3 @@
|
|||||||
# LOCAL
|
|
||||||
|
|
||||||
# Modules
|
# Modules
|
||||||
$appsDataManagerModule = "$PSScriptRoot\modules\appdata-manager.ps1"
|
$appsDataManagerModule = "$PSScriptRoot\modules\appdata-manager.ps1"
|
||||||
$autostartManagerModule = "$PSScriptRoot\modules\autostart-manager.ps1"
|
$autostartManagerModule = "$PSScriptRoot\modules\autostart-manager.ps1"
|
||||||
@@ -24,14 +22,7 @@ $data = "$root\data"
|
|||||||
$apps = "$data\isolate"
|
$apps = "$data\isolate"
|
||||||
$appsAll = "$data\apps.csv"
|
$appsAll = "$data\apps.csv"
|
||||||
$mountsAll = "$data\mounts.csv"
|
$mountsAll = "$data\mounts.csv"
|
||||||
# $appsUser = "$apps\$env:COMPUTERNAME"
|
|
||||||
|
|
||||||
# GLOBAL
|
# GLOBAL
|
||||||
$storage = "$env:USERPROFILE\Storage"
|
$storage = "$env:USERPROFILE\Storage"
|
||||||
$autostartDir = "$data\autorun"
|
$autostartDir = "$data\autorun"
|
||||||
# $autostartDir = "C:\Winos\Scenaries\Autorun"
|
|
||||||
|
|
||||||
# $userName = "oqyude"
|
|
||||||
# $diskLabel = "S:"
|
|
||||||
# $games = "$diskLabel\Games"
|
|
||||||
# $storageGames = "N:\Games\.storage"
|
|
||||||
Reference in New Issue
Block a user