Skip to content

Instantly share code, notes, and snippets.

View TheDayIsMyEnemy's full-sized avatar
:octocat:

TheDayIsMyEnemy

:octocat:
  • Sofia, Bulgaria
  • 01:17 (UTC +03:00)
View GitHub Profile
$programsToRemove = @(
"OneDrive",
"Microsoft.MicrosoftEdge",
"Microsoft.WindowsStore",
"Microsoft.Messaging",
"Microsoft.WindowsFeedbackHub",
"Microsoft.GetHelp",
"Microsoft.ZuneMusic",
"Microsoft.MicrosoftSolitaireCollection",
"Microsoft.MicrosoftStickyNotes",
@TheDayIsMyEnemy
TheDayIsMyEnemy / optimize_windows.ps1
Last active March 25, 2024 17:16
Set-ExecutionPolicy unrestricted
$servicesToDisable = @(
"AdobeARMservice",
"AdobeFlashPlayerUpdateSvc",
"wuauserv", # Windows Update
"BITS", # Background Intelligent Transfer Service
"DoSvc", # Delivery Optimization
"DiagTrack", # Connected User Experiences and Telemetry
"dmwappushservice", # DMWAPPushSvc
"MapsBroker", # Downloaded Maps Manager
"WMPNetworkSvc", # Windows Media Player Network Sharing Service
@TheDayIsMyEnemy
TheDayIsMyEnemy / VisualStudio.vssettings
Created July 13, 2023 11:53
Visual Studio Settings
<UserSettings><ApplicationIdentity version="17.0"/><ToolsOptions><ToolsOptionsCategory name="Environment" RegisteredName="Environment"><ToolsOptionsSubCategory name="Documents" RegisteredName="Documents" PackageName="Visual Studio Environment Package"><PropertyValue name="ShowMiscFilesProject">false</PropertyValue><PropertyValue name="AutoloadExternalChanges">true</PropertyValue><PropertyValue name="CheckForConsistentLineEndings">true</PropertyValue><PropertyValue name="SaveDocsAsUnicodeWhenDataLoss">false</PropertyValue><PropertyValue name="InitializeOpenFileFromCurrentDocument">true</PropertyValue><PropertyValue name="ReuseSavedActiveDocWindow">false</PropertyValue><PropertyValue name="DetectFileChangesOutsideIDE">true</PropertyValue><PropertyValue name="DontShowGlobalUndoChangeLossDialog">true</PropertyValue><PropertyValue name="AllowEditingReadOnlyFiles">true</PropertyValue><PropertyValue name="DocumentDockPreference">0</PropertyValue><PropertyValue name="MiscFilesProjectSavesLastNItems">0</PropertyValue>
@TheDayIsMyEnemy
TheDayIsMyEnemy / VS.code-profile
Last active March 9, 2024 06:13
VS Code Profile
{"name":"1","settings":"{\"settings\":\"{\\n \\\"workbench.colorTheme\\\": \\\"Default Dark+\\\",\\n \\\"workbench.statusBar.visible\\\": false,\\n \\\"diffEditor.codeLens\\\": true,\\n \\\"editor.rulers\\\": [],\\n \\\"editor.formatOnType\\\": false,\\n \\\"editor.formatOnSave\\\": false,\\n \\\"editor.formatOnPaste\\\": true,\\n \\\"editor.minimap.enabled\\\": false,\\n \\\"editor.mouseWheelZoom\\\": false,\\n \\\"files.trimTrailingWhitespace\\\": true,\\n \\\"files.insertFinalNewline\\\": false,\\n \\\"files.trimFinalNewlines\\\": true,\\n \\\"files.associations\\\": {\\n \\\"*.razor\\\": \\\"aspnetcorerazor\\\",\\n \\\"*.cshtml\\\": \\\"html\\\",\\n \\\"*.*proj\\\": \\\"xml\\\",\\n \\\"*.props\\\": \\\"xml\\\",\\n \\\"*.targets\\\": \\\"xml\\\",\\n \\\"*.tasks\\\": \\\"xml\\\"\\n },\\n // \\\"omnisharp.enableRoslynAnalyzers\\\": true,\\n // \\\"omnisharp.organizeImportsOnFormat\\\": true,\\n // \\\"omnisharp.enabl