Nano wrote:If deleting your WDB folder isn't working and you're using Windows 8 (or Windows 7 without admin status) try moving your entire wow folder to your desktop first. It's likely not being removed because of admin rights issues in Windows.
Nano wrote:If deleting your WDB folder isn't working and you're using Windows 8 (or Windows 7 without admin status) try moving your entire wow folder to your desktop first. It's likely not being removed because of admin rights issues in Windows.
Headrilla wrote:Is this in your real WoW folder or the one associated with the private server version?
fubudis wrote:Nano wrote:If deleting your WDB folder isn't working and you're using Windows 8 (or Windows 7 without admin status) try moving your entire wow folder to your desktop first. It's likely not being removed because of admin rights issues in Windows.
Is there a fix that doesn't involve moving the folder? When I move the folder all of my settings and key binds are are deleted. (I'm using windows 7 with admin status)
Guybrush wrote:fubudis wrote:Nano wrote:If deleting your WDB folder isn't working and you're using Windows 8 (or Windows 7 without admin status) try moving your entire wow folder to your desktop first. It's likely not being removed because of admin rights issues in Windows.
Is there a fix that doesn't involve moving the folder? When I move the folder all of my settings and key binds are are deleted. (I'm using windows 7 with admin status)
Move WoW folder to c:\games or something
Go in VirtualStore\Program Files (x86)\World of Warcraft
Move the WTF folder to c:\games\World of Warcraft
Guybrush wrote:fubudis wrote:Nano wrote:If deleting your WDB folder isn't working and you're using Windows 8 (or Windows 7 without admin status) try moving your entire wow folder to your desktop first. It's likely not being removed because of admin rights issues in Windows.
Is there a fix that doesn't involve moving the folder? When I move the folder all of my settings and key binds are are deleted. (I'm using windows 7 with admin status)
Move WoW folder to c:\games or something
Go in VirtualStore\Program Files (x86)\World of Warcraft
Move the WTF folder to c:\games\World of Warcraft
@echo off
IF EXIST "C:\Program Files (x86)\World of Warcraft Classic" (
GOTO :hell
) ELSE (
GOTO :xkcd292
)
:hell
move "C:\Program Files (x86)\World of Warcraft Classic" "C:\Users\%USERNAME%\Desktop\"
GOTO :xkcd292
:xkcd292
cd "C:\Users\%username%\AppData\Local\VirtualStore\Program Files (x86)\World of Warcraft Classic"
rd /s /q WDB
move "WTF" "C:\Users\%USERNAME%\Desktop\World of Warcraft Classic"
cd "C:\Users\%USERNAME%\Desktop\World of Warcraft Classic"
rd /s /q WDB
reg.exe Add "HKLM\Software\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers" /v "C:\Users\%USERNAME%\Desktop\World of Warcraft Classic\WoW.exe" /d "RUNASADMIN"
@echo off
rem checking if WoW is in the program files
IF EXIST "C:\Program Files (x86)\World of Warcraft Classic" (
GOTO :hell
) ELSE (
GOTO :xkcd292
)
:hell
rem moves the directory from the program files to the desktop
move "C:\Program Files (x86)\World of Warcraft Classic" "C:\Users\%USERNAME%\Desktop\"
GOTO :xkcd292
:xkcd292
rem deleting wdb folder inside the virtualstore directory - no half measures
cd "C:\Users\%username%\AppData\Local\VirtualStore\Program Files (x86)\World of Warcraft Classic"
rd /s /q WDB
rem moving the wtf folder to the desktop wow classic folder
move "WTF" "C:\Users\%USERNAME%\Desktop\World of Warcraft Classic"
cd "C:\Users\%USERNAME%\Desktop\World of Warcraft Classic"
rem delete a possible wdb folder already existing in the folder
rd /s /q WDB
rem lets run this as admin always by adding RUNASADMIN to WoW exe
reg.exe Add "HKLM\Software\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers" /v "C:\Users\%USERNAME%\Desktop\World of Warcraft Classic\WoW.exe" /d "RUNASADMIN"
|
![]() |
|
![]() |