Skip to content

Conversation

@Miiraak
Copy link
Contributor

@Miiraak Miiraak commented Sep 6, 2025

Purpose :

Already fixed :

Details :

  • Update log path and name
    • Using subexpression $(get-date -f yyyyMMdd_HHmms) inside the log file name.
    • Changing path of the log to $PSScriptRoot . (so iso, log, script will be at the same place.)
  • Remove duplicated reg. keys
    • Removing duplicate of the value OemPreInstalledAppsEnabled.
    • Removing duplicate of the value PreInstalledAppsEnabled.
    • Removing duplicate of the value SilentInstalledAppsEnabled.
    • Removing duplicate of the value SubscribedContentEnabled.
    • Removing duplicate of the value ContentDeliveryAllowed.
  • Correction typo in comment and output
    • Change or by of in line 349 and 350
  • Some fixes for .EXAMPLE get-help section

## Purpose :
- Fix #17 
- Fix #18 
> This will avoid collision and let user retrive easely the log file. 

## Details :
- Using subexpression `$(get-date -f yyyyMMdd_HHmms)` inside the log file name.
- Changing path of the log to `$PSScriptRoot` . (so iso, log, script will be at the same place.)
## Purpose :
- Fix #19 

## Details :
- Removing duplicate of the value `OemPreInstalledAppsEnabled`.
- Removing duplicate of the value `PreInstalledAppsEnabled`.
- Removing duplicate of the value `SilentInstalledAppsEnabled`.
- Removing duplicate of the value `SubscribedContentEnabled`.
- Removing duplicate of the value `ContentDeliveryAllowed`.
## Purpose :
- Fix #20 

## Details :
- Change `or` by `of` in line 349 and 350
@ntdevlabs ntdevlabs merged commit 44da0a4 into ntdevlabs:main Sep 7, 2025
@Miiraak Miiraak deleted the tiny11maker-patch-#1 branch September 26, 2025 16:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Same line written 3 times in the "Disabling Sponsored Apps" section Closing already added PR

2 participants