diff --git a/autoinstall/desktop-audio-station b/autoinstall/desktop-audio-station
index d55554d..d8e2712 100644
--- a/autoinstall/desktop-audio-station
+++ b/autoinstall/desktop-audio-station
@@ -3,14 +3,14 @@
 ########################################################################
 export WH_AUTOINSTALL="1"
 export WH_WINE_USE="wine_x_tkg_10-0_i586"
-export WINEPREFIX="audio_station"
+export WINEPREFIX="desktopaudiostation"
 export PROG_NAME="АС Прослушивания"
 export PROG_ICON="desktopaudiostation"
 export BASE_PFX="none"
 export WH_WINDOWS_VER="10"
 export WINEARCH="win32"
 export INSTALL_DLL="dotnet48 corefonts vcrun2022 dsound xact winhttp gdiplus"
-export USE_RENDERER="proton"
+export USE_RENDERER="opengl"
 
 if [[ -f "$2" ]] ; then
     prepair_wine
diff --git a/autoinstall/is_record-station b/autoinstall/is-record-station
similarity index 91%
rename from autoinstall/is_record-station
rename to autoinstall/is-record-station
index 60c81d0..201132f 100644
--- a/autoinstall/is_record-station
+++ b/autoinstall/is-record-station
@@ -3,14 +3,14 @@
 ########################################################################
 export WH_AUTOINSTALL="1"
 export WH_WINE_USE="wine_x_tkg_10-0_i586"
-export WINEPREFIX="audio_station"
+export WINEPREFIX="isrecordingstation"
 export PROG_NAME="АС Записи"
-export PROG_ICON="recordingstation"
+export PROG_ICON="isrecordingstation"
 export BASE_PFX="none"
 export WH_WINDOWS_VER="10"
 export WINEARCH="win32"
 export INSTALL_DLL="dotnet48 corefonts vcrun2022 dsound xact winhttp gdiplus"
-export USE_RENDERER="proton"
+export USE_RENDERER="opengl"
 
 if [[ -f "$2" ]] ; then
     prepair_wine
diff --git a/image/recordingstation.png b/image/isrecordingstation.png
similarity index 100%
rename from image/recordingstation.png
rename to image/isrecordingstation.png