Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
windows:registry [2024/09/03 11:01] swewindows:registry [2025/12/20 14:53] (current) – external edit 127.0.0.1
Line 1: Line 1:
-====== Windows Registry ====== +Windows Registry 
-===== Einträge dem Kontext-Menü hinzufügen =====+
  
  
-''[HKEY_CLASSES_ROOT\Directory\shell\IntelliJ IDEA Community Edition] '' +## Einträge dem Kontext-Menü hinzufügen 
  
-''@="Open Folder as IntelliJ IDEA Community Edition Project xxx" ''  
  
-''"Icon"="C:\\Program Files\\JetBrains\\IntelliJ IDEA Community Edition 2024.1.4\\bin\\idea64.exe"''+``` 
 +[HKEY_CLASSES_ROOT\Directory\shell\IntelliJ IDEA Community Edition]  
  
-''[HKEY_CLASSES_ROOT\Directory\shell\IntelliJ IDEA Community Edition\command] '' +@="Open Folder as IntelliJ IDEA Community Edition Project xxx"  
  
-''@="\"C:\\Program Files\\JetBrains\\IntelliJ IDEA Community Edition 2024.1.4\\bin\\idea64.exe\" \"%1\""''+"Icon"="C:\\Program Files\\JetBrains\\IntelliJ IDEA Community Edition 2024.1.4\\bin\\idea64.exe"
  
 +[HKEY_CLASSES_ROOT\Directory\shell\IntelliJ IDEA Community Edition\command]  
 +
 +@="\"C:\\Program Files\\JetBrains\\IntelliJ IDEA Community Edition 2024.1.4\\bin\\idea64.exe\" \"%1\""
 +
 +```