[OT] XXCopy problem

Discuss and announce Total Commander plugins, addons and other useful tools here, both their usage and their development.

Moderators: Hacker, petermad, Stefan2, white

User avatar
nsp
Power Member
Power Member
Posts: 1913
Joined: 2005-12-04, 08:39 UTC
Location: Lyon (FRANCE)
Contact:

Post by *nsp »

majkinetor ! wrote:2all
You don't get it so far I see. Redirecting whatever to whatever doesn't solve the problem of typewritter. It is coded so it types text slowely redirection or not.

i know that YY means yes to all, but I doubt typewritter fall into ALL categeory.
You are right redirecting is only hiding typewriter effect but not eliminating the delay.....

Will you give us some course on how to use soft-ice to detect console access ??

2Sas
Hope you will share your magnificent script ;)
User avatar
ZoSTeR
Power Member
Power Member
Posts: 1049
Joined: 2004-07-29, 11:00 UTC

Post by *ZoSTeR »

Here's a little batch patch:

- Install XXcopy
- Get Subinacl from MS here

Then save the following as "Patch.cmd" and put it in the same folder.

Code: Select all

Echo Windows Registry Editor Version 5.00 >TempReg.reg

Echo [HKEY_LOCAL_MACHINE\SOFTWARE\Pixelab\XXCOPY] >>TempReg.reg
Echo "DateInstalled"="2014-11-23 09:51:18" >>TempReg.reg 
Echo "DateLastUsed"="2014-11-23 09:51:18" >>TempReg.reg
Echo "Miscellaneous"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ >>TempReg.reg
Echo   00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ >>TempReg.reg
Echo   00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ >>TempReg.reg
Echo   00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ >>TempReg.reg
Echo   00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ >>TempReg.reg
Echo   00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ >>TempReg.reg
Echo   00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ >>TempReg.reg
Echo   00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ >>TempReg.reg
Echo   00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,5b,5a,5a,5a,5b,5a,5a,\ >>TempReg.reg
Echo   5a,fc,5f,ff,ff,50,8e,6b,07,03,07,d0,01,50,8e,6b,07,03,07,d0,01,5a,5a,5a,5a,\ >>TempReg.reg
Echo   5a,5a,5a,5a,00,00,00,00,38,a7,05,ec >>TempReg.reg

Regedit /s TempReg.reg

Subinacl /keyreg "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\vwintab.exe." /deny=Everyone=F
Subinacl /keyreg "HKEY_LOCAL_MACHINE\SOFTWARE\Pixelab\XXCOPY" /deny=Everyone=S

Del TempReg.reg
open a CMD and run Patch.cmd

Edit: Majkinetors suggestions. Remove them for debugging.
Last edited by ZoSTeR on 2006-11-23, 10:02 UTC, edited 1 time in total.
User avatar
majkinetor !
Power Member
Power Member
Posts: 1580
Joined: 2006-01-18, 07:56 UTC
Contact:

Post by *majkinetor ! »

One little correction

Regedit /s

for silent update

and latter erase tempReg


Good work Zoster


This is link for rar archive with suibinacl so you can skip installation
http://www.autohotkey.net/~majkinetor/Utils/subinacl.rar
Habemus majkam!
Post Reply