Skip to content

Commit ce03a5a

Browse files
committed
logs from windows
1 parent b7d838b commit ce03a5a

3 files changed

Lines changed: 94 additions & 58 deletions

File tree

config/taskbar_apps.txt

Lines changed: 0 additions & 27 deletions
This file was deleted.

rollback-log.txt

Lines changed: 60 additions & 31 deletions
Large diffs are not rendered by default.

todo.txt

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
PS C:\Users\yarav\Developer\dev-tools> .\scripts\windows\setup_env_min_rollback.ps1 -Interactive
2+
===> Starting rollback of minimal Windows developer environment...
3+
===> Interactive mode: choose what to uninstall
4+
Uninstall Git for Windows? [Y/n]: n
5+
Uninstall Microsoft OpenJDK 17? [Y/n]: y
6+
Uninstall Visual Studio Code? [Y/n]: y
7+
Uninstall IntelliJ IDEA Community? [Y/n]: y
8+
Uninstall Maven + env vars? [Y/n]: y
9+
Uninstall JAVA_HOME + PATH entry? [Y/n]: y
10+
===> Uninstalling selected components...
11+
===> Uninstalling: Microsoft OpenJDK 17 (Microsoft.OpenJDK.17)...
12+
===> Could not uninstall Microsoft OpenJDK 17 (Microsoft.OpenJDK.17). Exit code: - - \ No installed package found matching input criteria. -1978335212
13+
===> Uninstalling: Visual Studio Code (Microsoft.VisualStudioCode)...
14+
===> Could not uninstall Visual Studio Code (Microsoft.VisualStudioCode). Exit code: - - \ Found Microsoft Visual Studio Code (User) [Microsoft.VisualStudioCode] Starting package uninstall... - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ Successfully uninstalled 0
15+
===> Uninstalling: IntelliJ IDEA Community (JetBrains.IntelliJIDEA.Community)...
16+
===> Could not uninstall IntelliJ IDEA Community (JetBrains.IntelliJIDEA.Community). Exit code: - - \ Found IntelliJ IDEA Community Edition 2025.2.6.1 [JetBrains.IntelliJIDEA.Community] Starting package uninstall... - \ | / Successfully uninstalled 0
17+
===> Uninstalling Maven...
18+
===> Removing environment variable MAVEN_HOME...
19+
===> MAVEN_HOME removed.
20+
===> Removing environment variable M2_HOME...
21+
===> M2_HOME removed.
22+
===> Removing apache-maven from PATH...
23+
===> PATH updated.
24+
===> Deleting Maven directory: C:\Users\yarav\AppData\Local\Programs\Apache
25+
===> Maven directory deleted.
26+
===> Unsetting JAVA_HOME...
27+
===> Removing C:\Program Files\Microsoft\jdk-11.0.30.7-hotspot\bin from PATH...
28+
===> PATH updated.
29+
===> Removing environment variable JAVA_HOME...
30+
===> JAVA_HOME removed.
31+
===> Restart your terminal to apply the environment changes.
32+
33+
34+
Rollback complete!

0 commit comments

Comments
 (0)