like mabey
setup.exe /compab:2000
or something like that, anybody know if its possible ??
thx in advance bombtrack
This post has been edited by bombtrack: 11 June 2004 - 09:58 AM
Posted 11 June 2004 - 09:56 AM
This post has been edited by bombtrack: 11 June 2004 - 09:58 AM
Posted 11 June 2004 - 10:25 AM
Posted 16 June 2004 - 03:32 PM
REG EXPORT "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList" ProfileList.reg TYPE ProfileList.reg > ProfileList.txt DEL ProfileList.reg FINDSTR /R .*S-1-5-21.* ProfileList.txt > MyUsercode.txt DEL ProfileList.txt FOR /F "USEBACKQ TOKENS=1,2 DELIMS==" %%I IN (MyUsercode.txt) DO ( SET Usercode=%%I ) DEL MyUsercode.txt SET Usercode=%Usercode:~77,-1%