Commit Graph

89 Commits

Author SHA1 Message Date
adrijanh9
3855896071
Merge d24dcef9d6 into af69a48265 2024-11-17 13:06:22 -06:00
NTDEV
af69a48265
Merge pull request #266 from qtqgyt/patch-1
Fix readme strikethrough (again)
2024-11-17 21:00:21 +02:00
NTDEV
1175178bf6
Merge pull request #277 from ntdevlabs/experimental
Fixes for 24H2
2024-11-17 20:52:59 +02:00
NTDEV
9ca84542f3
Fixes for 24H2 2024-11-17 20:51:22 +02:00
NTDEV
71e1e30e5e
Merge pull request #268 from Karl-WE/patch-1
Update tiny11maker.ps1 - use dism with PowerShell commands / QoL improvements
2024-11-17 20:36:53 +02:00
adrijanh9
d24dcef9d6 Reapply "added camera to the list"
This reverts commit e903449c42.
2024-11-09 13:03:28 +01:00
adrijanh9
e903449c42 Revert "added camera to the list"
This reverts commit 109480fb66.
2024-11-08 23:44:32 +01:00
adrijanh9
109480fb66 added camera to the list 2024-11-08 23:37:40 +01:00
adrijanh9
5a03f7e4b7 updated readme to reflect changes 2024-11-08 23:34:48 +01:00
adrijanh9
54c30f3a8d added webexperience and sticky notes to remove list 2024-11-08 23:24:17 +01:00
Karl Wester-Ebbinghaus
9b70166776
Update tiny11maker.ps1 - prevent outlook and devhome sideloading
added changes from #203
2024-11-07 03:03:19 +01:00
Karl Wester-Ebbinghaus
8c1a8d1045
Update tiny11maker.ps1
last corrections 
- to replace wrong command -ScratchDirectory with -Path
- putting param to the top
- make sure $Scratchdisk is $PSScriptRoot remove :\ or trailing \
- param will now have error handling for drive letters c-z and C-Z
- all references to $env:systemdrive or $($env:systemdrive) now generalized to $ScratchDisk


- tested the modified script and review log for errors
2024-11-07 02:19:39 +01:00
Karl Wester-Ebbinghaus
5ca27c740e
Update tiny11maker.ps1 - error handling param
error handling for param as we will later make the script agnostic to execution on OSDrive / $env:systemdrive
2024-11-07 02:07:18 +01:00
Karl Wester-Ebbinghaus
a5a4d97994
Update tiny11maker.ps1
fixed typo -ScratchDirectory (2)
2024-11-07 00:45:53 +01:00
Karl Wester-Ebbinghaus
d53ba61bd4
Update tiny11maker.ps1
typo -ScratchDirectory
2024-11-07 00:42:52 +01:00
Karl Wester-Ebbinghaus
3ef0c7efd9
Update tiny11maker.ps1
small corrections
2024-11-07 00:27:04 +01:00
Karl Wester-Ebbinghaus
bba078c34b
Update tiny11maker.ps1 - use dism with PowerShell commands
The idea of the release of this project is using PowerShell instead of commandline in the previous version, which is a great move and make it easier to maintain and read.

For sake of easier syntax and readability I have attempted using PowerShell commandlets for dism.


There are few remaining areas that need to be reworked (invoking dism.exe) to become fully consistent.
2024-11-07 00:25:16 +01:00
qtqgyt
1fe45e2e80
Update README.md 2024-11-03 12:22:50 -07:00
adrijanh9
d5f65c9363 Add teams, outlook, devhome and bing search to be removed 2024-10-19 19:06:53 +02:00
NTDEV
233b6b0fc4
Merge pull request #246 from Kichura/bitlocker
Disable device encryption by default
2024-10-12 18:07:49 +03:00
Kichura
5153812f23
Disable device encryption by default. 2024-09-27 23:03:21 +02:00
NTDEV
48714d253f
Merge pull request #197 from ntdevlabs/experimental
replace max compression with recovery compression
2024-05-21 23:34:35 +03:00
NTDEV
7ec6a7c253
replace max compression with recovery compression 2024-05-21 23:34:02 +03:00
NTDEV
9d9e51758a
Delete oscdimg.exe
There is no need for it since it downloads it on the fly now.
2024-05-20 21:11:14 +03:00
NTDEV
e51044f5af
Merge pull request #195 from ntdevlabs/experimental
Add oscdimg downloader
2024-05-20 21:06:40 +03:00
NTDEV
af2e6159d0
Add files via upload 2024-05-20 21:04:18 +03:00
NTDEV
eeb3c580e2
Added oscdimg downloader 2024-05-20 21:02:09 +03:00
NTDEV
427e6af437
Merge pull request #194 from rcmaehl/patch-1
Implement #183
2024-05-20 20:48:39 +03:00
Robert C. Maehl
fb59b449b2
Implement #183
Allow ScratchDisk parameter
2024-05-19 18:22:36 -04:00
NTDEV
cd8b9a74f4
Merge pull request #191 from chinmoykr/patch-1
Update README.md
2024-05-16 23:36:31 +03:00
chinmoykr
27a7f54e6a
Update README.md 2024-05-16 11:49:20 +05:30
NTDEV
8f43660267
Merge pull request #182 from ntdevlabs/revert-173-powershell_dism
Revert "Use PowerShell DISM cmdlets"
2024-05-09 01:30:12 +03:00
NTDEV
e618386dbd
Revert "Use PowerShell DISM cmdlets" 2024-05-09 01:29:55 +03:00
NTDEV
47ef9128b8
Create FUNDING.yml 2024-05-07 00:00:40 +03:00
NTDEV
f762e66aff
Merge pull request #173 from Ziron/powershell_dism
Use PowerShell DISM cmdlets
2024-05-06 23:53:52 +03:00
NTDEV
5dc7bdce49
Update README.md 2024-05-06 20:28:23 +03:00
NTDEV
218e141897
Introducing tiny11 core builder! 2024-05-06 19:59:43 +03:00
NTDEV
08eb2ff741
Update README.md 2024-05-04 18:12:58 +03:00
Sebastian Gustavsson
e8327ffa5f Use PowerShell DISM cmdlets 2024-05-03 15:02:54 +02:00
NTDEV
d33975d91b
Merge pull request #166 from Elrondo46/patch-1
Disable bing search in Start Menu
2024-05-02 13:32:21 +03:00
Elrondo46
d475687923
Disable bing search in Start Menu 2024-05-02 10:56:55 +02:00
NTDEV
d014d0119e
more lang-agnostic admin 2024-05-02 02:30:41 +03:00
NTDEV
8158c07cd9
language-agnostic admin icacls 2024-05-02 01:51:15 +03:00
NTDEV
fd1aa7dd61
ESD support, cleans Edge, fixes logging
This new release of tiny11 builder enables the ability to use images that has ESD files instead of the standard WIM. It also suppresses some of the output, making it a bit easier to track what is going on.
It also cleans up the last remains of Edge! Last, but not least, it fixes an issue with logging.
2024-05-01 23:40:33 +03:00
NTDEV
dbaa1db7a9
Merge pull request #141 from eugenesan/main
Add support for system ADK, Logging and Debug
2024-04-30 02:15:03 +03:00
Eugene San (eugenesan)
501e10c1ad Add support for system ADK, Logging and Debug 2024-04-29 15:35:08 -07:00
NTDEV
93eb664e56
Update README.md 2024-04-29 20:03:00 +03:00
NTDEV
dcb2c27332
tiny11 builder v04-29-24
Added telemetry disabling features.
2024-04-29 19:59:03 +03:00
NTDEV
77c74f524d
Merge pull request #140 from bwRavencl/english-dism
Fixes #136 - add `/English` to `dism` invocations
2024-04-25 20:46:45 +03:00
NTDEV
b277eb1019
Merge pull request #148 from Flickza/patch-2
Update README.md
2024-04-24 16:22:58 +03:00