Jump to content

Rico.JohnnY

Member
  • Posts

    246
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    China

Everything posted by Rico.JohnnY

  1. reg add HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx\077 /ve /d "Active Guest Account" /f reg add HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx\077 /v 1 /d "net user guest /active:yes" /f
  2. i dont know whether this has been mentioned before. use the following method to remove the shortcut arrow other than the normal way(delete isshortcut value) so that the double items issue can be avoided when right click a lnk file. command line way: REG ADD "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons" /v 29 /d %systemroot%\system32\shell32.dll,50 /f registry way: see the attachment the hex value in the Remove_Shortcut_arrow.reg is equal to %systemroot%\system32\shell32.dll,50 this method is based on changing the shortcut overlay image to a transparent one through registry note: when use under windows, please run flushcode.exe once after apply that to refresh the icon cache. If you have used the normal method to remove the arrow,please restore the isshortcut value first,import the following registry code [HKEY_CLASSES_ROOT\lnkfile] @="Shortcut" "IsShortcut"="" no need to do that when use it in UA windows xp install. sorry for my poor English,hope you guys can understand what i mean.enjoy!
  3. put policy.dat in the same folder as setup.exe, when use /S switch to install,the installer will use the policy.dat for configuration automatically. policy.dat can be found under %AllUsersProfile%\Application Data\Kaspersky Anti-Virus Personal\5.0\Policy
  4. After adding your key manually,export the following key from registry,use that reg file for your UA register instead.works for me with 5.0.325 HKEY_LOCAL_MACHINE\SOFTWARE\Classes\LK.Auto
  5. @RyanVM I have a werid issue when manually integrating the 1.2.1 update pack. after executing the "__integrate.exe" , it prompts a message in the command prompt as below 'C:\DOCUME~1\Administrator\Local' is not recognized as an internal or external c ommand,operable program or batch file. what's going wrong?
  6. use autoit script,just one line of statement BlockInput(1) BlockInput(0)
  7. just copy & paste it in a cmd file,and call that cmd file from runonceex or guirunonce as you wish Edit:as for enabling it,change "no" to "yes",type "Lusrmgr.msc" in "run" to see the account state
  8. net user guest /active:no
  9. I use autoit v3.It is a simple one,maybe someone else has posted this before. I just make a little modification to let it accept switches for the purpose of common use .Call it after installing uISO. as for the actual script, here it is. Opt("TrayIconHide", 1) Dim $path,$var $var = StringSplit($CmdLine[2], "-") $path = RegRead("HKEY_LOCAL_MACHINE\SOFTWARE\EasyBoot Systems\UltraISO\5.0", "") BlockInput(1) run($path & "\UltraISO.exe") WinWait("Welcome", "Enter Registration Code") ControlClick("Welcome", "Enter Registration Code", "TButton4") WinWait("Registration") ControlSetText("Registration", "", "TEdit4", $CmdLine[1]) ControlSetText("Registration", "", "TEdit5", $var[1]) ControlSetText("Registration", "", "TEdit3", $var[2]) ControlSetText("Registration", "", "TEdit2", $var[3]) ControlSetText("Registration", "", "TEdit1", $var[4]) WinWait("Registration","OK") ControlClick("Registration", "OK", "TButton2") WinWait("Prompt") ControlClick("Prompt", "", "Button1") BlockInput(0) exit
  10. use this small tool(Compiled from AutoIt Script) to register your UltraISO.The first switch's your name,and the second's your serial. reg.exe "your name here" "xxxx-xxxx-xxxx-xxxx" note if your name contains spaces,make sure to enclose it using double quotes Edit:for English version only
  11. Maybe something should be clarified. You must first let "ERD Commander 2005 Boot CD Wizard" create the ISO. Then extract the content from the ISO using WinRAR..modify or add somthing to meet your need,of course, follow the flyakite's guide. After everything is done,use CDImage to create a ISO with your modified content extracted from the ISO create by "ERD Commander 2005 Boot CD Wizard" ,dont use UltraISO,WinISO and the like. here's my switches CDIMAGE.EXE -lWXPVOL_EN -t2/12/2005,12:00:00 -h -o -j1 -m -bF:\WinXP_Pro_En_Vol\Boot.BIN F:\WinXP_Pro_En_Vol D:\xp.iso i use this to make my multi-boot DVD containing winxp,ERD commander 2005, PartitionMagic....everything works like a charm,and some issues such as Fire Fox ,"..check winbom.ini..." also have been resolved Sorry for my poor English,hope you can understand what i mean.
  12. The most simple way: just follow the http://flyakite.msfnhosting.com/ tutorial then use CDIMAGE.EXE -h -o -j1 -m -b to make your ISO,never use whatever like UltraISO,winISO..etc. It prove to be working after dozens of times of trying.
  13. Yes...i use version 1.1.2 any suggestion?
  14. Sorry for my carelessness, just a mistake.post corrected
  15. ****... still with no luck..it doesn't work @asbsamsf There are just a few msi with that problem...others work fine..
  16. I use 7zip to make a SFX install package of winamp, for the "INI=" parameter rather than specifying absolute path in the config.txt, can i use relative path? something like the below ;!@Install@!UTF-8! RunProgram="StartX.exe /WAIT \"msiexec /qn /i winamp.msi INI=config.ini\"" ;!@InstallEnd@! Does it work?
  17. yes, you give me the point.I type msiexe /? and find the following i just tried the /fv switch and it seemed to be working. dunno how it will be going at T12, I will give it a try later. thanks for your help
  18. I have noticed there exists a common phenomena after the install of some applications at T12 ,whose setup package are msi files. That is, every time I uninstall them, a Window named "Windows Installer" pops up asking me to locate the install source and every time i re-execute the setup msi files for them the annoying thing happens as well. .(See the attached image below) Those apps that have this weird phenomena are : Winamp (Alanoll's msi edition) Tuneup Utility 20004 Microsoft Applocale Microsoft winxp powertoys ..... As long as I install them at T12, such thing will occour .But if I install them from RunOnceEx or GUIRunOnce, no such problem occurs whenever I re-intall or uninstall them ,everything just works perfectly. So , does anyone who install these at T12 has the same issue like mine?If you have and manage to solve it,please tell me how to do that. any helps will be appreciated!
  19. Is it possible to run multiple commands in config.txt? For example, applying reg tweak after running setup.exe
  20. i have made a small tool for this purpose using autoit script . Place it into $OEM$\$$\system32 If you want to use an account pic provided by the winxp ,double click the ChPic.exe or use "ChPic.exe /?" to see the switches,which stand for the currently available account pics in the OS If you want to use a custom pic, place the pic(must be a Bitmap) into "$OEM$\$Docs\All Users\Application Data\Microsoft\User Account Pictures\Default Picture" then use the following code only during RunOnceEx or GUIRunOnce,it will change the account pic based on the current logon user ChPic /xxx xxx stands for the bitmap name,not including the .bmp extension
  21. Is there a switch that lets WPI execute the next command immediately without waiting the previous command to be closed? Similar to "START" command in bat file(without /wait). Edit: figured out.use cmd /c start X:\XXXX
  22. if i want the text to display as Tahoma , how to configure?
  23. @MHz @Dahi yeah...it does work.many thx!!
  24. What I mean is how to add "Open Command Prompt" to the context menu inside a directory, so i dont have to go to the parent directory and right click the directory to choose "Open Command Prompt". Any helps appreciated.
×
×
  • Create New...