-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCatSystem.psd1
More file actions
21 lines (21 loc) · 822 Bytes
/
Copy pathCatSystem.psd1
File metadata and controls
21 lines (21 loc) · 822 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
@{
RootModule = ''
ModuleVersion = '4.1.0'
GUID = 'a1b2c3d4-e5f6-7890-abcd-ef1234567890'
Author = 'Tc4dy'
CompanyName = 'CatSystem'
Copyright = '(c) Tc4dy. All rights reserved.'
Description = 'Professional Windows 10/11 optimizer with full rollback support.'
PowerShellVersion = '5.1'
CompatiblePSEditions = @('Desktop', 'Core')
FunctionsToExport = @()
CmdletsToExport = @()
VariablesToExport = @()
AliasesToExport = @()
PrivateData = @{
PSData = @{
Tags = @('Windows', 'Optimizer', 'Cleaner', 'Privacy', 'Rollback')
ReleaseNotes = 'Expanded privacy hardening, scheduled task and hosts rollback support.'
}
}
}