diff --git a/Upmgr rekordbox.sln b/Upmgr rekordbox.sln
new file mode 100644
index 0000000..7d39e91
--- /dev/null
+++ b/Upmgr rekordbox.sln
@@ -0,0 +1,29 @@
+
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio Version 17
+VisualStudioVersion = 17.14.36202.13 d17.14
+MinimumVisualStudioVersion = 10.0.40219.1
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Upmgr rekordbox", "Upmgr rekordbox\Upmgr rekordbox.csproj", "{11A0E933-5A00-4131-834C-F43ECEEAF419}"
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|Any CPU = Debug|Any CPU
+ Debug|x64 = Debug|x64
+ Release|Any CPU = Release|Any CPU
+ Release|x64 = Release|x64
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {11A0E933-5A00-4131-834C-F43ECEEAF419}.Debug|Any CPU.ActiveCfg = Debug|x64
+ {11A0E933-5A00-4131-834C-F43ECEEAF419}.Debug|x64.ActiveCfg = Debug|x64
+ {11A0E933-5A00-4131-834C-F43ECEEAF419}.Debug|x64.Build.0 = Debug|x64
+ {11A0E933-5A00-4131-834C-F43ECEEAF419}.Release|Any CPU.ActiveCfg = Release|x64
+ {11A0E933-5A00-4131-834C-F43ECEEAF419}.Release|x64.ActiveCfg = Release|x64
+ {11A0E933-5A00-4131-834C-F43ECEEAF419}.Release|x64.Build.0 = Release|x64
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+ GlobalSection(ExtensibilityGlobals) = postSolution
+ SolutionGuid = {B6C1BB1C-25DB-4914-9EBB-4AC931CBB3FE}
+ EndGlobalSection
+EndGlobal
diff --git a/Upmgr rekordbox/App.config b/Upmgr rekordbox/App.config
new file mode 100644
index 0000000..74ade9d
--- /dev/null
+++ b/Upmgr rekordbox/App.config
@@ -0,0 +1,6 @@
+
+
+
+
+
+
diff --git a/Upmgr rekordbox/Program.cs b/Upmgr rekordbox/Program.cs
new file mode 100644
index 0000000..7835374
--- /dev/null
+++ b/Upmgr rekordbox/Program.cs
@@ -0,0 +1,22 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Threading.Tasks;
+using System.Windows.Forms;
+
+namespace Upmgr_rekordbox
+{
+ internal static class Program
+ {
+ ///
+ /// Punto di ingresso principale dell'applicazione.
+ ///
+ [STAThread]
+ static void Main()
+ {
+ Application.EnableVisualStyles();
+ Application.SetCompatibleTextRenderingDefault(false);
+ MessageBox.Show("Rekordbox updates have been disabled by your system administrator.","Rekordbox Update Manager",MessageBoxButtons.OK,MessageBoxIcon.Information);
+ }
+ }
+}
diff --git a/Upmgr rekordbox/Properties/AssemblyInfo.cs b/Upmgr rekordbox/Properties/AssemblyInfo.cs
new file mode 100644
index 0000000..6c80fcb
--- /dev/null
+++ b/Upmgr rekordbox/Properties/AssemblyInfo.cs
@@ -0,0 +1,33 @@
+using System.Reflection;
+using System.Runtime.CompilerServices;
+using System.Runtime.InteropServices;
+
+// Le informazioni generali relative a un assembly sono controllate dal seguente
+// set di attributi. Modificare i valori di questi attributi per modificare le informazioni
+// associate a un assembly.
+[assembly: AssemblyTitle("Rekordbox Update Manager Disabler")]
+[assembly: AssemblyDescription("")]
+[assembly: AssemblyConfiguration("")]
+[assembly: AssemblyCompany("Vichingo455")]
+[assembly: AssemblyProduct("Vichingo455 RePack")]
+[assembly: AssemblyCopyright("Copyright © 2025 Vichingo455")]
+[assembly: AssemblyTrademark("")]
+[assembly: AssemblyCulture("")]
+
+// Se si imposta ComVisible su false, i tipi in questo assembly non saranno visibili
+// ai componenti COM. Se è necessario accedere a un tipo in questo assembly da
+// COM, impostare su true l'attributo ComVisible per tale tipo.
+[assembly: ComVisible(false)]
+
+// Se il progetto viene esposto a COM, il GUID seguente verrà utilizzato come ID della libreria dei tipi
+[assembly: Guid("11a0e933-5a00-4131-834c-f43eceeaf419")]
+
+// Le informazioni sulla versione di un assembly sono costituite dai seguenti quattro valori:
+//
+// Versione principale
+// Versione secondaria
+// Numero di build
+// Revisione
+//
+[assembly: AssemblyVersion("1.0.0.0")]
+[assembly: AssemblyFileVersion("1.0.0.0")]
diff --git a/Upmgr rekordbox/Properties/Resources.Designer.cs b/Upmgr rekordbox/Properties/Resources.Designer.cs
new file mode 100644
index 0000000..04d0684
--- /dev/null
+++ b/Upmgr rekordbox/Properties/Resources.Designer.cs
@@ -0,0 +1,63 @@
+//------------------------------------------------------------------------------
+//
+// Il codice è stato generato da uno strumento.
+// Versione runtime:4.0.30319.42000
+//
+// Le modifiche apportate a questo file possono provocare un comportamento non corretto e andranno perse se
+// il codice viene rigenerato.
+//
+//------------------------------------------------------------------------------
+
+namespace Upmgr_rekordbox.Properties {
+ using System;
+
+
+ ///
+ /// Classe di risorse fortemente tipizzata per la ricerca di stringhe localizzate e così via.
+ ///
+ // Questa classe è stata generata automaticamente dalla classe StronglyTypedResourceBuilder.
+ // tramite uno strumento quale ResGen o Visual Studio.
+ // Per aggiungere o rimuovere un membro, modificare il file con estensione ResX ed eseguire nuovamente ResGen
+ // con l'opzione /str oppure ricompilare il progetto VS.
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
+ internal class Resources {
+
+ private static global::System.Resources.ResourceManager resourceMan;
+
+ private static global::System.Globalization.CultureInfo resourceCulture;
+
+ [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
+ internal Resources() {
+ }
+
+ ///
+ /// Restituisce l'istanza di ResourceManager nella cache utilizzata da questa classe.
+ ///
+ [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
+ internal static global::System.Resources.ResourceManager ResourceManager {
+ get {
+ if (object.ReferenceEquals(resourceMan, null)) {
+ global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Upmgr_rekordbox.Properties.Resources", typeof(Resources).Assembly);
+ resourceMan = temp;
+ }
+ return resourceMan;
+ }
+ }
+
+ ///
+ /// Esegue l'override della proprietà CurrentUICulture del thread corrente per tutte le
+ /// ricerche di risorse eseguite utilizzando questa classe di risorse fortemente tipizzata.
+ ///
+ [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
+ internal static global::System.Globalization.CultureInfo Culture {
+ get {
+ return resourceCulture;
+ }
+ set {
+ resourceCulture = value;
+ }
+ }
+ }
+}
diff --git a/Upmgr rekordbox/Properties/Resources.resx b/Upmgr rekordbox/Properties/Resources.resx
new file mode 100644
index 0000000..af7dbeb
--- /dev/null
+++ b/Upmgr rekordbox/Properties/Resources.resx
@@ -0,0 +1,117 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/microsoft-resx
+
+
+ 2.0
+
+
+ System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
\ No newline at end of file
diff --git a/Upmgr rekordbox/Properties/Settings.Designer.cs b/Upmgr rekordbox/Properties/Settings.Designer.cs
new file mode 100644
index 0000000..c72016c
--- /dev/null
+++ b/Upmgr rekordbox/Properties/Settings.Designer.cs
@@ -0,0 +1,26 @@
+//------------------------------------------------------------------------------
+//
+// Il codice è stato generato da uno strumento.
+// Versione runtime:4.0.30319.42000
+//
+// Le modifiche apportate a questo file possono provocare un comportamento non corretto e andranno perse se
+// il codice viene rigenerato.
+//
+//------------------------------------------------------------------------------
+
+namespace Upmgr_rekordbox.Properties {
+
+
+ [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.14.0.0")]
+ internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
+
+ private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
+
+ public static Settings Default {
+ get {
+ return defaultInstance;
+ }
+ }
+ }
+}
diff --git a/Upmgr rekordbox/Properties/Settings.settings b/Upmgr rekordbox/Properties/Settings.settings
new file mode 100644
index 0000000..3964565
--- /dev/null
+++ b/Upmgr rekordbox/Properties/Settings.settings
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
diff --git a/Upmgr rekordbox/RekordboxInstaller.ico b/Upmgr rekordbox/RekordboxInstaller.ico
new file mode 100644
index 0000000..d4b1f24
Binary files /dev/null and b/Upmgr rekordbox/RekordboxInstaller.ico differ
diff --git a/Upmgr rekordbox/Upmgr rekordbox.csproj b/Upmgr rekordbox/Upmgr rekordbox.csproj
new file mode 100644
index 0000000..fd3b450
--- /dev/null
+++ b/Upmgr rekordbox/Upmgr rekordbox.csproj
@@ -0,0 +1,83 @@
+
+
+
+
+ Debug
+ AnyCPU
+ {11A0E933-5A00-4131-834C-F43ECEEAF419}
+ WinExe
+ Upmgr_rekordbox
+ Upmgr rekordbox
+ v4.0
+ 512
+ true
+ true
+
+
+
+ RekordboxInstaller.ico
+
+
+ true
+ bin\x64\Debug\
+ DEBUG;TRACE
+ full
+ x64
+ 7.3
+ prompt
+ true
+
+
+ bin\x64\Release\
+ TRACE
+ true
+ none
+ x64
+ 7.3
+ prompt
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ResXFileCodeGenerator
+ Resources.Designer.cs
+ Designer
+
+
+ True
+ Resources.resx
+ True
+
+
+ SettingsSingleFileGenerator
+ Settings.Designer.cs
+
+
+ True
+ Settings.settings
+ True
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file