How to make software a portable
What is a portable software? portable software is software that can be used but without the need to be installed first, the core software can be directly used by first editing the registry it, we can also create your own portable software, following his steps how to create portable software:
1. Software that we will make samples for this experiment is a free "Opera browser". can be downloaded in advance at http://www.opera.com/browser.
2. The next tool needed is systracer.zip which can be downloaded at http://www.snapdrive.net/files/588167/SysTracer.zip
3. The next tool needed is WinRar.
4. Ok, then run systracer.zip has been downloaded to edit the registry before the "portable" it.
5. Install "Opera Browser" you who have downloaded earlier.
6. Now take another snapshot, to see the changes that have been 'done' opera
After a snapshot 2 times, do compare.
7. See the changes to the registry, (Note the directory HKEY_CURRENT_USER (HKCU) and HKEY_Current_Machine (HKCM) only) registry that has changed there in the green.
8. Create a new folder to store the files for the purpose of making portable software.
9. Now, open the registry editor (Start -> run -> type "regedit" [without quotes] -> OK) for Export to regisrty. To select HKCU HKCU -> Software -> Opera Software -> then Export
10. Then save it with the name of the folder oport1.reg OPORT, ntuk HKCM select -> Software -> Netscape -> Netscape Navigator -> Opera -> main -> Export
11. Save with the name of the folder OPORT oport2.reg.
12. Unreg Then make it so the software that we run / execution does not leave traces in the registry.
13. How to make unregnya, note oport1.reg and oport2.reg code themselves or copy and paste below into notepad and save the code below into the folder with the name unreg.reg OPORT
Code:
Windows Registry Editor Version 4:00
[-HKEY_CURRENT_USERSoftwareOpera Software]
[-HKEY_LOCAL_MACHINESOFTWARENetscapeNetscape NavigatorOperamain]
NB:
The second line is to uninstall oport1.reg
The third line is to uninstall oport2.reg
Now copy all the files in C: program files to the folder opera OPORT
Open notepad, copy and paste the code below
Code:
regedit / s reg1.reg
regedit / s reg2.reg
Opera.exe
regedit / s unreg.reg
save with the name setup.bat
14. Delete all files except files with the extension. EXE
15. FINISH!
What is a portable software? portable software is software that can be used but without the need to be installed first, the core software can be directly used by first editing the registry it, we can also create your own portable software, following his steps how to create portable software:
1. Software that we will make samples for this experiment is a free "Opera browser". can be downloaded in advance at http://www.opera.com/browser.
2. The next tool needed is systracer.zip which can be downloaded at http://www.snapdrive.net/files/588167/SysTracer.zip
3. The next tool needed is WinRar.
4. Ok, then run systracer.zip has been downloaded to edit the registry before the "portable" it.
5. Install "Opera Browser" you who have downloaded earlier.
6. Now take another snapshot, to see the changes that have been 'done' opera
After a snapshot 2 times, do compare.
7. See the changes to the registry, (Note the directory HKEY_CURRENT_USER (HKCU) and HKEY_Current_Machine (HKCM) only) registry that has changed there in the green.
8. Create a new folder to store the files for the purpose of making portable software.
9. Now, open the registry editor (Start -> run -> type "regedit" [without quotes] -> OK) for Export to regisrty. To select HKCU HKCU -> Software -> Opera Software -> then Export
10. Then save it with the name of the folder oport1.reg OPORT, ntuk HKCM select -> Software -> Netscape -> Netscape Navigator -> Opera -> main -> Export
11. Save with the name of the folder OPORT oport2.reg.
12. Unreg Then make it so the software that we run / execution does not leave traces in the registry.
13. How to make unregnya, note oport1.reg and oport2.reg code themselves or copy and paste below into notepad and save the code below into the folder with the name unreg.reg OPORT
Code:
Windows Registry Editor Version 4:00
[-HKEY_CURRENT_USERSoftwareOpera Software]
[-HKEY_LOCAL_MACHINESOFTWARENetscapeNetscape NavigatorOperamain]
NB:
The second line is to uninstall oport1.reg
The third line is to uninstall oport2.reg
Now copy all the files in C: program files to the folder opera OPORT
Open notepad, copy and paste the code below
Code:
regedit / s reg1.reg
regedit / s reg2.reg
Opera.exe
regedit / s unreg.reg
save with the name setup.bat
14. Delete all files except files with the extension. EXE
15. FINISH!
GOOD LUCK,
0 komentar:
Posting Komentar