Forums
New posts
Search forums
News
Security News
Technology News
Giveaways
Giveaways, Promotions and Contests
Discounts & Deals
Reviews
Users Reviews
Video Reviews
Support
Windows Malware Removal Help & Support
Inactive Support Threads
Mac Malware Removal Help & Support
Mobile Malware Removal Help & Support
Blog
Log in
Register
What's new
Search
Search titles only
By:
Search titles only
By:
Reply to thread
Menu
Install the app
Install
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Forums
Software
General Apps
Backup and recovery
Is there any software to backup all your Applications and Data?
Message
<blockquote data-quote="TairikuOkami" data-source="post: 899269" data-attributes="member: 61892"><p>To install software, you can create scripts, like:</p><p>[CODE]start "" /wait "D:\Software\Temp\Setup\1.exe"</p><p>start "" /wait "D:\Software\Temp\Setup\2.exe"</p><p>start "" /wait "D:\Software\Temp\Soft\Windows Repair Toolbox\Downloads\PatchMyPc\PatchMyPC.exe" [/CODE]</p><p>PatchMyPC contains ~300 apps, it will download and install the latest versions.</p><p></p><p>Software usually contains settings within .ini files or within registry. Ini files can be easily unpacked to their retrospective folders, like:</p><p>[CODE]C:\Users\...\AppData\Roaming\Wise Disk Cleaner\Config.ini</p><p>C:\Users\...\AppData\Roaming\Process Hacker\settings.xml[/CODE]</p><p>As for registry, that it is a bit complicated, you would need to do it per app basis, like:</p><p>[CODE]rem 7-zip</p><p>reg add "HKCU\Software\7-Zip\Compression" /v "Archiver" /t "REG_SZ" /d "7z" /f</p><p>reg add "HKCU\Software\7-Zip\Compression" /v "Level" /t "REG_DWORD" /d "9" /f</p><p>reg add "HKCU\Software\7-Zip\Compression\Options\7z" /v "Level" /t "REG_DWORD" /d "9" /f</p><p>reg add "HKCU\Software\7-Zip\Options" /v "CascadedMenu" /t "REG_DWORD" /d "1" /f</p><p>reg add "HKCU\Software\7-Zip\Options" /v "ContextMenu" /t "REG_DWORD" /d "263" /f[/CODE]</p><p>Most of the time I waste installing drivers, setting up some Windows settings and browser's extensions. I wish, sync would backup those as well. </p><p>Technically I could backup the whole browser's folder and it would work, but I prefer to clean install browser, just in case, there are hidden nasties.</p><p></p><p>Licences are problematic. They are created to prevent being easily copied, so activation might be needed, but also that depends, what software.</p><p>It will take some time to create, but once done, it will save you tons of time. I use those 2 files, then I apply my tweaks to finish it off.</p><p><a href="https://pastebin.com/CKQed9ZX" target="_blank">Windows Setup 1 - Pastebin.com</a> / <a href="https://pastebin.com/Lxe09qsU" target="_blank">Windows Setup 2 - Pastebin.com</a></p><p></p><p>It took me years to figure out, how to backup taskbar icons and their location, but all I had to, was to simply backup those 2, lol:</p><p>[CODE]HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Taskband</p><p>C:\Users\...\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch\User Pinned\TaskBar[/CODE]</p></blockquote><p></p>
[QUOTE="TairikuOkami, post: 899269, member: 61892"] To install software, you can create scripts, like: [CODE]start "" /wait "D:\Software\Temp\Setup\1.exe" start "" /wait "D:\Software\Temp\Setup\2.exe" start "" /wait "D:\Software\Temp\Soft\Windows Repair Toolbox\Downloads\PatchMyPc\PatchMyPC.exe" [/CODE] PatchMyPC contains ~300 apps, it will download and install the latest versions. Software usually contains settings within .ini files or within registry. Ini files can be easily unpacked to their retrospective folders, like: [CODE]C:\Users\...\AppData\Roaming\Wise Disk Cleaner\Config.ini C:\Users\...\AppData\Roaming\Process Hacker\settings.xml[/CODE] As for registry, that it is a bit complicated, you would need to do it per app basis, like: [CODE]rem 7-zip reg add "HKCU\Software\7-Zip\Compression" /v "Archiver" /t "REG_SZ" /d "7z" /f reg add "HKCU\Software\7-Zip\Compression" /v "Level" /t "REG_DWORD" /d "9" /f reg add "HKCU\Software\7-Zip\Compression\Options\7z" /v "Level" /t "REG_DWORD" /d "9" /f reg add "HKCU\Software\7-Zip\Options" /v "CascadedMenu" /t "REG_DWORD" /d "1" /f reg add "HKCU\Software\7-Zip\Options" /v "ContextMenu" /t "REG_DWORD" /d "263" /f[/CODE] Most of the time I waste installing drivers, setting up some Windows settings and browser's extensions. I wish, sync would backup those as well. Technically I could backup the whole browser's folder and it would work, but I prefer to clean install browser, just in case, there are hidden nasties. Licences are problematic. They are created to prevent being easily copied, so activation might be needed, but also that depends, what software. It will take some time to create, but once done, it will save you tons of time. I use those 2 files, then I apply my tweaks to finish it off. [URL='https://pastebin.com/CKQed9ZX']Windows Setup 1 - Pastebin.com[/URL] / [URL='https://pastebin.com/Lxe09qsU']Windows Setup 2 - Pastebin.com[/URL] It took me years to figure out, how to backup taskbar icons and their location, but all I had to, was to simply backup those 2, lol: [CODE]HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Taskband C:\Users\...\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch\User Pinned\TaskBar[/CODE] [/QUOTE]
Insert quotes…
Verification
Post reply
Top