This is a WINDOWS power shell script that will remove UWIN. It will be in the
next release.
takeown /? >nul 2>nul
IF %ERRORLEVEL% GTR 0 {
:WINDOWS XP
copy /Y %1 "%TEMP%\uwin_uninstall.exe"
"%TEMP%\uwin_uninstall.exe" %2
del /F "%TEMP%\uwin_uninstall.exe"
ping -n 5 127.0.0.1 >nul
} ELSE {
:WINDOWS 7 and later
@Echo off
:REMOVESERVICE
Net Stop UWin_MS
Sc Delete UWin_MS
:REMOVEDIRECTORY
TakeOwn /F "C:\Program Files\UWin" /R /D Y
Echo Y| Cacls "C:\Program Files\UWin" /G sysdep:F /T
Rd /S /Q "C:\Program Files\UWin"
:CLEANUPOTHERFILES
Rd /s /q "C:\Users\All Users\Microsoft\Windows\Start Menu\Programs\UWIN
5.0"
TakeOwn /F C:\Users\Public\Desktop\ksh*.*
Echo Y| Cacls C:\Users\public\desktop\ksh*.* /G sysdep:F /T
Del C:\Users\Public\Desktop\ksh*.* /F
Echo Y| Cacls C:\Windows\System32\uwin.cpl /G sysdep:F /T
Takeown /F C:\Windows\System32\uwin.cpl
Del C:\Windows\System32\uwin.cpl /F
:CLEANREGISTRY
Reg Delete "HKEY_LOCAL_MACHINE\SOFTWARE\AT&T Labs" /F
Reg Delete "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersio
n\Uninstall\UWIN 5.0" /F
: Do not delete user to allow for a reinstall.
}
-----Original Message-----
From: [email protected]
[mailto:[email protected]] On Behalf Of michael e.
lindenmeyer
Sent: Monday, November 25, 2013 22:28
To: [email protected]; michael e lindenmeyer
Subject: [ast-users] Win7 corrupts uwina d uwin uninstall
Sadly win7 is such bad software, it is now corrupting uwin and also refuses to
allow a clean uninstall even under administrator. Is there a package that will
uninstall uwin completely? Uninstall in /usr/ does nothing, probably because
win7 is messing with it.
Thanks for any help. I miss uwin.
Michael E. Lindenmeyer
131125.2127
--
hp/mel
:)
_______________________________________________
ast-users mailing list
[email protected]
http://lists.research.att.com/mailman/listinfo/ast-users
_______________________________________________
ast-users mailing list
[email protected]
http://lists.research.att.com/mailman/listinfo/ast-users