Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Marvin700 authored Aug 7, 2024
1 parent feb66c0 commit 64f2852
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 81 deletions.
43 changes: 0 additions & 43 deletions config/SophiaScript_Win10.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,6 @@ WindowsColorMode -Dark
AppColorMode -Dark

# Hide the "New App Installed" indicator
# Скрыть уведомление "Установлено новое приложение"
NewAppInstalledNotification -Hide

# Hide first sign-in animation after the upgrade
Expand Down Expand Up @@ -219,12 +218,6 @@ IF(!(Get-WmiObject -Class win32_systemenclosure | Where-Object { $_.chassistypes
# Disable the Windows 260 characters path limit
Win32LongPathLimit -Disable

# Display the Stop error information on the BSoD
BSoDStopError -Enable

# Choose when to be notified about changes to your computer: never notify
AdminApprovalMode -Never

# Turn on access to mapped drives from app running with elevated permissions with Admin Approval Mode enabled
MappedDrivesAppElevatedAccess -Enable

Expand All @@ -243,9 +236,6 @@ PowerPlan -Balanced
# Do not allow the computer to turn off the network adapters to save power
NetworkAdaptersSavePower -Disable

# Disable the Internet Protocol Version 6 (TCP/IPv6) component for all network connections
# IPv6Component -Disable

# Save screenshots by pressing Win+PrtScr on the Desktop
WinPrtScrFolder -Desktop

Expand Down Expand Up @@ -273,12 +263,6 @@ Autoplay -Disable
# Enable thumbnail cache removal
ThumbnailCacheRemoval -Enable

# Enable "Network Discovery" and "File and Printers Sharing" for workgroup networks
NetworkDiscovery -Enable

# Enable "Network Discovery" and "File and Printers Sharing" for workgroup networks
NetworkDiscovery -Enable

# Automatically adjust active hours for me based on daily usage
ActiveHours -Automatically

Expand Down Expand Up @@ -324,39 +308,12 @@ SoftwareDistributionTask -Register
# Only files older than one day will be deleted. The task runs every 60 days
TempTask -Register

# Disable Microsoft Defender Exploit Guard network protection
NetworkProtection -Disable

# Disable detection for potentially unwanted applications and block them
PUAppsDetection -Disable

# Disable sandboxing for Microsoft Defender
DefenderSandbox -Disable

# Dismiss Microsoft Defender offer in the Windows Security about signing in Microsoft account
DismissMSAccount

# Dismiss Microsoft Defender offer in the Windows Security about turning on the SmartScreen filter for Microsoft Edge
DismissSmartScreenFilter

# Create the "Process Creation" сustom view in the Event Viewer to log executed processes and their arguments
EventViewerCustomView -Enable

# Enable logging for all Windows PowerShell modules
PowerShellModulesLogging -Enable

# Enable logging for all PowerShell scripts input to the Windows PowerShell event log
PowerShellScriptsLogging -Enable

# Microsoft Defender SmartScreen doesn't marks downloaded files from the Internet as unsafe
AppsSmartScreen -Disable

# Disable the Attachment Manager marking files that have been downloaded from the Internet as unsafe
SaveZoneInformation -Disable

# Disable Windows Sandbox
WindowsSandbox -Disable

# Show the "Extract all" item in the Windows Installer (.msi) context menu
MSIExtractContext -Show

Expand Down
36 changes: 0 additions & 36 deletions config/SophiaScript_Win11.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -209,12 +209,6 @@ IF(!(Get-WmiObject -Class win32_systemenclosure | Where-Object { $_.chassistypes
# Disable the Windows 260 characters path limit
Win32LongPathLimit -Disable

# Display the Stop error information on the BSoD
BSoDStopError -Enable

# Choose when to be notified about changes to your computer: never notify
AdminApprovalMode -Never

# Turn on access to mapped drives from app running with elevated permissions with Admin Approval Mode enabled
MappedDrivesAppElevatedAccess -Enable

Expand All @@ -233,9 +227,6 @@ PowerPlan -Balanced
# Do not allow the computer to turn off the network adapters to save power
NetworkAdaptersSavePower -Disable

# Disable the Internet Protocol Version 6 (TCP/IPv6) component for all network connections
# IPv6Component -Disable

# Save screenshots by pressing Win+PrtScr on the Desktop
WinPrtScrFolder -Desktop

Expand Down Expand Up @@ -266,9 +257,6 @@ ThumbnailCacheRemoval -Enable
# Turn off automatically saving my restartable apps and restart them when I sign back in
SaveRestartableApps -Disable

# Enable "Network Discovery" and "File and Printers Sharing" for workgroup networks
NetworkDiscovery -Enable

# Automatically adjust active hours for me based on daily usage
ActiveHours -Automatically

Expand Down Expand Up @@ -311,36 +299,12 @@ SoftwareDistributionTask -Register
# Only files older than one day will be deleted. The task runs every 60 days
TempTask -Register

# Disable Microsoft Defender Exploit Guard network protection
NetworkProtection -Disable

# Disable detection for potentially unwanted applications and block them
PUAppsDetection -Disable

# Dismiss Microsoft Defender offer in the Windows Security about signing in Microsoft account
DismissMSAccount

# Dismiss Microsoft Defender offer in the Windows Security about turning on the SmartScreen filter for Microsoft Edge
DismissSmartScreenFilter

# Create the "Process Creation" сustom view in the Event Viewer to log executed processes and their arguments
EventViewerCustomView -Enable

# Enable logging for all Windows PowerShell modules
PowerShellModulesLogging -Enable

# Enable logging for all PowerShell scripts input to the Windows PowerShell event log
PowerShellScriptsLogging -Enable

# Microsoft Defender SmartScreen doesn't marks downloaded files from the Internet as unsafe
AppsSmartScreen -Disable

# Disable the Attachment Manager marking files that have been downloaded from the Internet as unsafe
SaveZoneInformation -Disable

# Disable Windows Sandbox
WindowsSandbox -Disable

# Enable DNS-over-HTTPS for IPv4
DNSoverHTTPS -Enable -PrimaryDNS 1.0.0.1 -SecondaryDNS 1.1.1.1

Expand Down
4 changes: 2 additions & 2 deletions config/ooshutup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,8 @@ M006 + # Disable occassionally showing app suggestions in Start menu (Category:
M011 + # Do not show recently opened items in Jump Lists on "Start" or the taskbar (Category: Windows Explorer)
M010 + # Disable ads in Windows Explorer/OneDrive (Category: Windows Explorer)
O003 + # Disable OneDrive access to network before login (Category: Windows Explorer)
O001 + # Disable Microsoft OneDrive (Category: Windows Explorer)
S012 + # Disable Microsoft SpyNet membership (Category: Microsoft Defender and Microsoft SpyNet)
O001 - # Disable Microsoft OneDrive (Category: Windows Explorer)
S012 - # Disable Microsoft SpyNet membership (Category: Microsoft Defender and Microsoft SpyNet)
S013 + # Disable submitting data samples to Microsoft (Category: Microsoft Defender and Microsoft SpyNet)
S014 + # Disable reporting of malware infection information (Category: Microsoft Defender and Microsoft SpyNet)
K001 + # Disable Windows Spotlight (Category: Lock Screen)
Expand Down

0 comments on commit 64f2852

Please sign in to comment.