Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
202211-min2rien-swmb
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
Gitlab has been updated. More info
here
.
Show more breadcrumbs
resinfo-gt
swmb
202211-min2rien-swmb
Commits
e243f04e
Commit
e243f04e
authored
2 years ago
by
MOREAU Gabriel [LEGI]
Browse files
Options
Downloads
Patches
Plain Diff
Add 2 slides
parent
f93cdf1c
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
LocalMachine-All.preset.ps1
+13
-3
13 additions, 3 deletions
LocalMachine-All.preset.ps1
main.tex
+43
-1
43 additions, 1 deletion
main.tex
with
56 additions
and
4 deletions
LocalMachine-All.preset.ps1
+
13
−
3
View file @
e243f04e
...
...
@@ -3,9 +3,7 @@ SysRequireAdmin
### Privacy Tweaks ###
DisableTelemetry
# EnableTelemetry
DisableCortana
# EnableCortana
# DisableCortanaAboveLock # EnableCortanaAboveLock
DisableActivityHistory
# EnableActivityHistory
DisableLocation
# EnableLocation
DisableActivityHistory
# EnableActivityHistory # ViewActivityHistory
### UWP Privacy Tweaks ###
DisableUWPBackgroundApps
# EnableUWPBackgroundApps
...
...
@@ -13,3 +11,15 @@ DisableUWPBackgroundApps # EnableUWPBackgroundApps
### Service Tweaks ###
# SetTargetRelease # UnsetTargetRelease
DisableAppSuggestions
# EnableAppSuggestions # ViewActivityHistory
# SetP2PUpdateLocal # SetP2PUpdateInternet # SetP2PUpdateDisable
DisableDiagTrack
# EnableDiagTrack # ViewDiagTrack
### UWP Privacy Tweaks ###
DisableUWPBackgroundApps
# EnableUWPBackgroundApps
# DisableUWPNotifications # EnableUWPNotifications
### Security Tweaks ###
DisableAdminShares
# EnableAdminShares
EnableASLR
# DisableASLR # ViewASLR
# EnableClearPageFile # DisableClearPageFile # ViewClearPageFile
This diff is collapsed.
Click to expand it.
main.tex
+
43
−
1
View file @
e243f04e
...
...
@@ -213,11 +213,31 @@ algorithmes
\item
\texttt
{
View
}
\\
[2ex]
\item
Par défaut, les tweaks n'ont aucun paramètre
\item
Certains tweaks se configurent via une variable globale
\\
(permet de faire passer
par exempl
e le serveur de temps).
(
Cela
permet de faire passer
en paramètr
e le serveur de temps).
\item
Les tweaks pour modifier la configuration de l'utilisateur courant finissent par «
\texttt
{$
\_
$
CU
}
»
\end{itemize}
\end{frame}
\begin{frame}
\frametitle
{
Bilan du nombre de
\textbf
{
tweaks
}}
\begin{tabular}
{
|l|l|r|r|r|
}
\hline
\textbf
{
Status
}
&
\textbf
{
Number of tweaks
}
&
&
&
\\
\hline
\hline
Info
&
Number of RESINFO tweaks
&
&
&
104
\\
\hline
Info
&
Number of Enable and Disable tweaks
&
182
&
182
&
364
\\
Warn
&
Number of Install and Uninstall tweaks
&
20
&
28
&
48
\\
Warn
&
Number of Show and Hide tweaks
&
56
&
53
&
109
\\
Info
&
Number of Add and Remove tweaks
&
3
&
3
&
6
\\
Warn
&
Number of Set and Unset tweaks
&
38
&
7
&
45
\\
Warn
&
Number of Pin and Unpin tweaks
&
0
&
2
&
2
\\
\hline
Info
&
Number of total tweaks GPO
&
&
&
574
\\
\hline
Info
&
Number of Sys tweaks (system)
&
&
&
9
\\
Info
&
Number of View tweaks (debug)
&
&
&
14
\\
Info
&
Number of Obsolete tweaks
&
&
&
3
\\
\hline
Info
&
Number of total tweaks functions
&
&
&
600
\\
\hline
\end{tabular}
\end{frame}
\begin{frame}
\frametitle
{
Organisation du code - Les
\textbf
{
presets
}}
\begin{itemize}
...
...
@@ -231,11 +251,33 @@ algorithmes
\begin{frame}
\frametitle
{
Exemple de fichier de
\textbf
{
presets
}}
\tiny
\lstinputlisting
[caption={LocalMachine-All.preset}]
{
LocalMachine-All.preset.ps1
}
\end{frame}
\begin{frame}
\frametitle
{
Classement des
\textbf
{
Tweaks
}
dans les
\textbf
{
Modules
}
et les fichiers de
\textbf
{
Presets
}}
Les tweaks concernant LocalMachine et CurrentUser sont regroupés en quelques catégories (hiérarchie différente de celle des GPO et de l'ANSSI).
\begin{itemize}
\item
\texttt
{
Application Tweaks
}
\item
\texttt
{
Auxiliary Functions Tweaks
}
\item
\texttt
{
Bitlocker Tweaks
}
\item
\texttt
{
Explorer UI Tweaks
}
\item
\texttt
{
Network Tweaks
}
\item
\texttt
{
Privacy Tweaks
}
\item
\texttt
{
Security Tweaks
}
\item
\texttt
{
Server Specific Tweaks
}
\item
\texttt
{
Service Tweaks
}
\item
\texttt
{
TemporaryBypass Tweaks
}
\item
\texttt
{
UI Tweaks
}
\item
\texttt
{
Unpinning Tweaks
}
\item
\texttt
{
UWP Privacy Tweaks
}
\end{itemize}
\end{frame}
\begin{frame}
\frametitle
{
Boucle principale - schéma de fonctionnement simplifié
}
\tiny
\lstinputlisting
[caption={main-loop.ps1}]
{
main-loop.ps1
}
\end{frame}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment