Quantcast
Channel: Reboot.pro
Viewing all 6812 articles
Browse latest View live

McAfee Wintech/EETech on Vista PE

$
0
0
Hi,

I am trying to get McAfee EETech (prev. wintech) to work in VistaPE using Wintech. I have tried converting BartPE inf files but there are issues with drivers. Someone has got it to work in VistaPE using WAIK and a batch file. Can anyone give me any clues how to make this into a WinPE .script file? I'm lost.

So the functional bit of the batch file goes:

echo %time% SCRIPT - Inject Drivers
rem This section shows how you can inject new drivers into the image as we go. Just put
rem in the Support Files_v6/Drivers directory.

for /d %%l in ("Support Files_v6\includedrivers\*.*") do (for %%q in ("%%l\*.inf") do peimg /inf="%%q" "%wtpath%\mount\Windows")


echo %time% SCRIPT - Get additional Fonts
for Workspace Support

copy "%windir%\Fonts\cour*.*" "%WTPath%\mount\Windows\fonts"

echo %time% SCRIPT - Get additional tools etc
for %%l in (regedt32.exe wdi.dll) do copy "%windir%\System32\%%l" "%WTPath%\mount\Windows\system32"

echo %time% SCRIPT - Overlay for Program files, Windows and System32
xcopy "Support Files_v6\Program Files" "%WTPath%\mount\Program Files" /e /y /i
xcopy "Support Files_v6\Windows" "%WTPath%\mount\Windows" /e /y /i


echo %time% SCRIPT - Adding Registry Settings
reg load hklm\SafeBoot "%WTPath%\mount\windows\system32\config\system"
reg import "Support Files_v6\registry changes.reg"
reg unload hklm\safeboot

echo %time% SCRIPT - Removing Startnet.cmd
del "%WTPath%\mount\Windows\system32\startnet.cmd"

echo.
echo %time% SCRIPT - Commit Changes, unmount and create CD on your ok.
echo You can use this time to make last minute changes to the CD image before
echo it gets finalized.
echo.
echo you can find the image at "%WTPath%\mount"
echo.
pause
imagex /unmount "%WTPath%\mount" /commit

echo %time% SCRIPT - Changing Boot File
copy "%WTPath%\winpe.wim" "%WTPath%\ISO\sources\boot.wim"

echo %time% SCRIPT - Creating an ISO CD Image
oscdimg -n -b"%WTPath%\etfsboot.com" "%WTPath%\iso" "%WTPath%\WinTech.iso"

goto terminate

:terminate
echo %time% SCRIPT - Finished.


---

The reg file is the following:



Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\safeboot\ControlSet001\Control\Class\{4D36E967-E325-11CE-BFC1-08002BE10318}]
"UpperFilters"=hex(7):50,00,61,00,72,00,74,00,4d,00,47,00,52,00,00,00,4d,00,66,00,65,\
00,45,00,70,00,65,00,50,00,63,00,00,00,00,00

[HKEY_LOCAL_MACHINE\safeboot\ControlSet001\Services\MfeEpEPc]
"Type"=dword:00000001
"Start"=dword:00000000
"ErrorControl"=dword:00000003


[HKEY_LOCAL_MACHINe\safeboot\ControlSet001\Enum\Root\LEGACY_TCPIPREG]
"NextInstance"=dword:00000001

[HKEY_LOCAL_MACHINe\safeboot\ControlSet001\Enum\Root\LEGACY_TCPIPREG\0000]
"Service"="tcpipreg"
"Legacy"=dword:00000001
"ConfigFlags"=dword:00000020
"Class"="LegacyDriver"
"ClassGUID"="{8ECC055D-047F-11D1-A537-0000F8753ED1}"
"DeviceDesc"="TCP/IP Registry Compatibility"
"Capabilities"=dword:00000000

[HKEY_LOCAL_MACHINe\safeboot\ControlSet001\Enum\Root\LEGACY_TCPIPREG\0000\Control]
"ActiveService"="tcpipreg"

[HKEY_LOCAL_MACHINe\safeboot\ControlSet001\Services\tcpipreg]
"DisplayName"="TCP/IP Registry Compatibility"
"ImagePath"=hex(2):53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,64,00,\
72,00,69,00,76,00,65,00,72,00,73,00,5c,00,74,00,63,00,70,00,69,00,70,00,72,\
00,65,00,67,00,2e,00,73,00,79,00,73,00,00,00
"Description"="Provides compatibility for legacy applications which interact with TCP/IP through the registry. If this service is stopped, certain applications may have impaired functionality."
"ErrorControl"=dword:00000001
"Start"=dword:00000002
"Type"=dword:00000001
"DependOnService"=hex(7):74,00,63,00,70,00,69,00,70,00,00,00,00,00

[HKEY_LOCAL_MACHINe\safeboot\ControlSet001\Services\tcpipreg\Enum]
"0"="Root\\LEGACY_TCPIPREG\\0000"
"Count"=dword:00000001
"NextInstance"=dword:00000001


The rest is just flat files as far as I can tell, which could be put in a /files folder under the app/eetech dir in winbuilder.

If anyone could help it would be much appreciated, I'll upload it and make it available if it ever works.

Thanks!
Stu.

Restore Windows Image and Boot without Rebooting

$
0
0

Hello all,

 

I am a beginner user of grub4dos and currently am able to Auto Restore, Auto Backup or Load my Windows image which is stored on a separate hard drive.

 

My goal is to restore my Windows image to sda2 from sdb1 every night at 12:00AM, and once the image is restored to sda2, I want it to automatically boot from sda2.  I can restore from sda2, backup to sdb1, or load Windows currently, but I have to manually select the option.  

 

I cannot get it to restore, then boot from sda2 automatically.  I'm also not sure how to tell it to do this at 12:00AM each day.

 

 

 

Could someone point me to what I am doing wrong?

 

Below is my menu.lst file, please let me know if anything else is needed to help me.

 

Thanks.

 

 

/clonezilla/hotkey

# allow vbeprobe command to output text
debug 1
# list all available BIOS modes
vbeprobe > (md)0x220+5
# clear the display to keep it clean!
clear
debug 0
# look for 800x600 modes
cat --locate=", 800x600x16"  (md)0x220+5 > nul &&  set GM=800_16 && echo 800x600x16     supported
cat --locate=", 800x600x32"  (md)0x220+5 > nul &&  set GM=800_32 && echo 800x600x32     supported
cat --locate=", 800x600x24"  (md)0x220+5 > nul &&  set GM=800_32 && echo 800x600x32     supported
# wait 1 second so the user can see the modes supported by the BIOS
pause --wait=1
# now change to the highest resolution supported and load the matching bitmap
if "%GM%"=="800_32"  graphicsmode -1 800  100:1000 24:32 && splashimage /clonezilla/aurora24.bmp.gz
if "%GM%"=="800_16"  graphicsmode -1 800  100:1000 16 && splashimage /clonezilla/aurora256.bmp.gz
# allow text output from any future commands  so we can debug the menu items
 
 
# find source volume for Windows and our backup volume - use hda instead of sda if IDE HDD
if exist (hd0,0)/windows/explorer.exe set WDRV=sda1
if exist (hd0,1)/windows/explorer.exe set WDRV=sda2
if exist (hd0,2)/windows/explorer.exe set WDRV=sda3
if exist (hd0,3)/windows/explorer.exe set WDRV=sda4
if exist (hd0,0)/clonezilla/live/vmlinuz set BAKDRV=sda1
if exist (hd0,1)/clonezilla/live/vmlinuz set BAKDRV=sda2
if exist (hd0,2)/clonezilla/live/vmlinuz set BAKDRV=sda3 
if exist (hd0,3)/clonezilla/live/vmlinuz set BAKDRV=sda4
if exist (hd0,4)/clonezilla/live/vmlinuz set BAKDRV=sda5
if exist (hd0,5)/clonezilla/live/vmlinuz set BAKDRV=sda6
if exist (hd0,6)/clonezilla/live/vmlinuz set BAKDRV=sda7
if exist (hd1,0)/clonezilla/live/vmlinuz set BAKDRV=sdb1
if exist (hd1,1)/clonezilla/live/vmlinuz set BAKDRV=sdb2
if exist (hd1,2)/clonezilla/live/vmlinuz set BAKDRV=sdb3
if exist (hd1,3)/clonezilla/live/vmlinuz set BAKDRV=sdb4
if exist (hd1,4)/clonezilla/live/vmlinuz set BAKDRV=sdb5
if exist (hd1,5)/clonezilla/live/vmlinuz set BAKDRV=sdb6
if exist (hd1,6)/clonezilla/live/vmlinuz set BAKDRV=sdb7
if exist (hd2,0)/clonezilla/live/vmlinuz set BAKDRV=sdc1
if exist (hd2,1)/clonezilla/live/vmlinuz set BAKDRV=sdc2
if exist (hd2,2)/clonezilla/live/vmlinuz set BAKDRV=sdc3
if exist (hd2,3)/clonezilla/live/vmlinuz set BAKDRV=sdc4
if exist (hd2,4)/clonezilla/live/vmlinuz set BAKDRV=sdc5
if exist (hd2,5)/clonezilla/live/vmlinuz set BAKDRV=sdc6
if exist (hd2,6)/clonezilla/live/vmlinuz set BAKDRV=sdc7
if exist (hd3,0)/clonezilla/live/vmlinuz set BAKDRV=sdd1
if exist (hd3,1)/clonezilla/live/vmlinuz set BAKDRV=sdd2
if exist (hd3,2)/clonezilla/live/vmlinuz set BAKDRV=sdd3
if exist (hd3,3)/clonezilla/live/vmlinuz set BAKDRV=sdd4
if exist (hd3,4)/clonezilla/live/vmlinuz set BAKDRV=sdd5
if exist (hd3,5)/clonezilla/live/vmlinuz set BAKDRV=sdd6
if exist (hd3,6)/clonezilla/live/vmlinuz set BAKDRV=sdd7
 
set WDRV=sda2
set BAKDRV=sdb1
 
timeout 10
default 0
 
# set menu colors - white normal menu text, purple highlighted, green heading, white console text, black menu border
color normal=31 highlight=0x75 helptext=0x1D heading=0x0A standard=0x0F border=0x00
write (md)0x220+1 !BAT\necho -n -P:0000 $[0133]                      --- CLONEZILLA BACKUP\\RESTORE MENU --- \necho -n -P:2300 \0
initscript (md)0x220+1
 
title Auto-Restore Windows\nRestore Windows from IMG
find --set-root /clonezilla/live/vmlinuz
set BOPT=boot=live quiet live-config noswap nolocales edd=on nomodeset ip=frommedia ocs_live_keymap="NONE"
set RUN=ocs_live_run="ocs-live-general" keyboard-layouts="NONE" ocs_lang="en_US.UTF-8" live-media-path=/clonezilla/live bootfrom=/dev/%BAKDRV% toram=filesystem.squashfs ocs_live_batch="yes"
set PRERUN=ocs_prerun="mount /dev/%BAKDRV% /mnt" ocs_prerun1="mount --bind /mnt/clonezilla/images /home/partimag/"
set RUN1=ocs_live_run="ocs-sr --batch -e1 auto -e2 -j2 -k -p reboot restoreparts IMG %WDRV%"
#echo kernel /clonezilla/live/vmlinuz %BOPT% %RUN% %PRERUN% %RUN1%
#pause
kernel /clonezilla/live/vmlinuz %BOPT% %RUN% %PRERUN% %RUN1%
initrd /clonezilla/live/initrd.img
 
 
title Auto-Backup Windows\nBackup Windows to IMG
find --set-root /clonezilla/live/vmlinuz
set BOPT=boot=live quiet live-config noswap nolocales edd=on nomodeset ip=frommedia ocs_live_keymap="NONE"
set RUN=ocs_live_run="ocs-live-general" keyboard-layouts="NONE" ocs_lang="en_US.UTF-8" live-media-path=/clonezilla/live bootfrom=/dev/%BAKDRV% toram=filesystem.squashfs ocs_live_batch="yes"
set PRERUN=ocs_prerun="mount /dev/%BAKDRV% /mnt" ocs_prerun1="mount --bind /mnt/clonezilla/images /home/partimag/"
set RUN1=ocs_live_run="ocs-sr -q2 -sc -rm-win-swap-hib --batch -j2 -z1 -i 2000 -p reboot saveparts IMG %WDRV%"
#echo kernel /clonezilla/live/vmlinuz %BOPT% %RUN% %PRERUN% %RUN1%
#pause
kernel /clonezilla/live/vmlinuz %BOPT% %RUN% %PRERUN% %RUN1%
initrd /clonezilla/live/initrd.img
 
title Load Windows\nBoot to Windows
find --set-root --devices=h /bootmgr && chainloader /bootmgr
find --set-root --devices=h /ntldr && chainloader /ntldr

How to flash ZM-VE400 with original firmware from iodd?

$
0
0

Hi,

 

I recently learned that the ZM-VE400 from Zalman is a relabeled iodd device. I also heard from someone on a forum it'd be possible to flash the original iodd firmware onto the relabeled device, but it would require some modification. The ZM-VE400 appears to be identical with the following product: iodd2541.

 

Does anyone here know how to flash the iodd firmware onto the relabeled device?

 

One of the motivations is the recent filing for bankruptcy by Zalman. In case they don't continue support, I'd be able to use this alternative route.

 

Thanks in advance.

 

I found a promising pointer which I better add here:

 

Firefox 11 Portable with Working Silverlight 5 Plugin

$
0
0
Post is based on a topic started by BonezTheGoon at 911cd
http://www.911cd.net...st&f=21&t=24789

The info is semi right for Silverlight 5 from "Logos A" from Portableapps.
Working Plugin Info at the bottom

The following do not work for Silverlight 5 because its missing a file for it to work
http://portableapps.com/node/14188

SIMPLE INSTRUCTIONS
Logos A - September 18, 2011 - 4:53pm

1) download the latest Silverlight
http://www.microsoft...ll/Default.aspx

2) go to the install folder C:\Program Files\Microsoft Silverlight\**version**

3) copy these files to X:\PortableApps\FirefoxPortable\Data\plugins
agcore.dll
coreclr.dll
Microsoft.VisualBasic.dll
mscorlib.dll
mscorrc.dll
npctrl.dll
npctrlui.dll
slr.dll.managed_manifest
system.dll
System.Core.dll
System.Net.dll
System.Runtime.Serialization.dll
System.ServiceModel.dll
System.ServiceModel.Web.dll
System.Windows.dll
System.Windows.Browser.dll
System.Xml.dll

4) Uninstall Silverlight

5) check your new plugins here http://www.mozilla.o...US/plugincheck/



If you follow the above steps you will get a prompt saying that the silverlight plugin is working from the website address he posted : http://www.mozilla.o...S/plugincheck/. But when you try to load up a page it will seem as if its loading but at the end it wont.
Silverlight5 Not fully working2.jpg

On testing. We go to the website Test so we click on the Visit now button
http://www.silverlig...1/12/tjcombonet
1.jpg

Loads to 100%
2.jpg

Results in a blank page
3.jpg



So based on "Logos A" posted. I copied the rest of the .dll Files that did not have the .ni.dll extension as per his example and then I tried the webpage sample again and it got loaded too 100 percent and loaded the video contents all the way. Did furthter testing and found that there was one other file missing to make Silverlight 5 work. So the 1 missing file is the "System.Windows.RuntimeHost.dll"
Working SilverLight
4.jpg


A set of modified instructions for SilverLight 5 that are based on "Logos A" would be

The green text had been added to instructions

----------------------------------------------------------------------------

SIMPLE INSTRUCTIONS

1) download the latest Silverlight
http://www.microsoft...ll/Default.aspx

2) go to the install folder C:\Program Files\Microsoft Silverlight\**version**
Example for silverlight 5
C:\Program Files\Microsoft Silverlight\5.0.61118.0
The dll's are in the "5.0.61118.0" Folder

3) copy these files to X:\PortableApps\FirefoxPortable\Data\plugins
agcore.dll
coreclr.dll
Microsoft.VisualBasic.dll
mscorlib.dll
mscorrc.dll
npctrl.dll
npctrlui.dll
slr.dll.managed_manifest
system.dll
System.Core.dll
System.Net.dll
System.Runtime.Serialization.dll
System.ServiceModel.dll
System.ServiceModel.Web.dll
System.Windows.dll
System.Windows.Browser.dll
System.Xml.dll
System.Windows.RuntimeHost.dll

4) Uninstall Silverlight

5) check your new plugins here http://www.mozilla.o...US/plugincheck/






.

Booting Linux From Grub4Dos

$
0
0

When I installed my first Linux distro several weeks ago I looked around the web trying to figure out how to boot the distro from Grub4Dos and I got the impression that the task is next to impossible or, at best, extremely complicated. As it turns out, booting Linux from Grub4Dos is actually quite easy, but it's not intuitive, poorly documented, and can be outright intimidating for new Linux users migrating from Windows. So I decided to create this thread, with the intention that it becomes a place for tips and tricks about booting Linux.

 

In the three examples below Xubuntu is installed on the seventh partition on the first hard disk (/dev/sda7). In theory all this should work the same for any distro based on Ubuntu that has Grub2 bootloader.

 

Example #1: booting using hard coded UUID

1) Convert the partition number: Linux => Grub4Dos

/dev/sda7 => (hd0,6)

2) Find out UUID of boot partition /dev/sda7 - run the following command from the terminal, UUID will be shown in the right column:

 

blkid -o list

 

Tip for newcomers from Windows: Linux terminal has Edit-Copy functionality, so you can easily copy/paste UUID to your menu.lst.

 

3) Copy UUID on the kernel line as shown in the code example below. UUID must be followed by a space and ro (which stands for "read only").

4) Check the kernel version number in /boot directory (in the example below it is 3.13.0-35):

http://i.imgur.com/KleEUE1.png

5) Create menu.lst file:
 

title Xubuntu
root (hd0,6)
kernel /boot/vmlinuz-3.13.0-35-generic root=UUID=95c8g184-fdze-7b49-8st5-b88g4f5d3729 ro
initrd /boot/initrd.img-3.13.0-35-generic

To get the splash screen add the following at the end of kernel line: quiet splash

kernel /boot/vmlinuz-3.13.0-35-generic root=UUID=95c8g184-fdze-7b49-8st5-b88g4f5d3729 ro quiet splash

The default Xubuntu installation also has $vt_handoff parameter at the end. For the life of me I couldn't figure out what it is supposed to do so I just removed it and the distro boots just fine without it. For the record, here is the original kernel line with all default parameters:

kernel /boot/vmlinuz-3.13.0-35-generic root=UUID=95c8g184-fdze-7b49-8st5-b88g4f5d3729 ro quiet splash $vt_handoff

6) Remember that after each kernel upgrade the kernel version must be manually edited in menu.lst.

 

----------

To see all default kernel parameters do the following:

 

- boot to Grub2

- select the line that reads Advanced Boot Options or something similar

- hit Edit (it's usually E key)

- check the kernel line

 

Example #2: booting via Grub2. This may be handy in case the previous boot method has stopped working for some reason.

title Grub2 of Xubuntu
kernel (hd0,6)/boot/grub/i386-pc/core.img

Example #3: booting with symlinks

 

The following method uses symlink to vmlinuz file, so you never have to edit menu.lst after kernel updates. Sounds good on paper, but on my system the boot process seems to be slower compared to the method with hard coded UUID described in Example #1. Sometimes the system just won't boot at all. Maybe the kernel line needs some changes:

title Xubuntu (symlink)
root (hd0,6)
kernel /vmlinuz root=/dev/sda7 ro
initrd /initrd.img

usb drive is h/w write protected!

$
0
0
Hi
my usb drive is h/w write protected!
Are there any chances to repair it by myself via updating firmware?
detailed info for the product as follows;
sandisk cruzer blade 32gig
 SDCZ50-032G,
 BM121223139B,
 TAD-SDCZ50B,
VID = 0781
PID = 5567
S/N: 20060876901D72428524
Product Revision: 1.26
 
memory chip;
 C248071372,
 SDTNQCBMA-032G,
 DP0474145,
 
Controller chip;
 82-00515-4,
 F244-E4P622,
 SDC1 ,
 
 PCB;
V20-3912,
 54-50-00836R2
 
 

Grub4dos HELP ME PLEASE it's dead

$
0
0
Somehow my kid screwed up my computer. All i get is a command prompt GRUB> all i want to do is get into my computer and have no clue what to do. Can someone please please help me.....

need tool to flip the removable bit on a Kingston DataTraveler

$
0
0

Hi.

For some time my USB HDD WD 500 GB died.
I bought a Kingston DataTraveler Ultimate G3 64GB USB 3.0 flashdrive/stick.

Chip Genius:

 

Clipboard02.png

I need help flipping the removable bit, so I can use more than one visible partition in Windows (any version, any computer).

Before posting I searched and found this old topic: http://reboot.pro/topic/14541-need-help-with-flipping-the-bit/
I read it but it didn't helped me much.
Following this http://www.rmprepusb.com/tutorials/repair-your-usb-flash-drive I found this:

 

Clipboard03.png

Unfortunately, as you can see, no utils available.

Any ideas..?

Thank you.

Regards,
David


Even Santa Poops - Funny commercial

isoStickHelper (Windows/Linux)

$
0
0

Hi All,

 

i have created a small iso managment tool like "ISO Manager". Works with Windows AND Linux :thumbsup:

 

Including sources and compiled binaries (Standard and UPX packed, unpack what you like)

 

Writen in FreePascal (Lazarus).

 

Download here: http://d-forensik.de/download/?did=12

 

Review and suggestions welcome.

 

Denny

 

isoStickHelper-Screenshoot.png

Specific VHD creation and mounting problems.

$
0
0

Hi,
can anyone tell me how to create and or mount a VHD that can be detected properly by Rufus and the Disk Management Snap-in running on an XP system as shown in this tutorial guide for Win 7 please?

In essence, I am looking to replicate the vhd support features of Windows 7 on Windows XP.

I normally use the wonderful ImDisk for all tasks such as this but in this instance I cannot get it to produce a VHD file that can be detected by Rufus (List USB Hard Drives enabled). I've tried other tools such as VirtualBox and Virtual Server among others without success.

I noticed that ImDisk mounts a NTFS VHD file created in Win 7 as RAW in Win XP.

 

Is there anyway to resolve these issues at all?

Thanks in advance for any assistance you can offer.

WinPE boot not Initializing

$
0
0

Hey All,

 

I was wondering if I could grab a little help regarding my WinPE boot.  I am currently using a Debian server to PXE boot in my lab.  I have previously posted about this build from: Reboot Forum

 

Having fixed that issue I went on some more work only to find out that I have a "final stage error" of the installation.

Currently everything on the PXE boot works fine... Except right at the end of booting a windows 7 wim image.

What happens here is it starts a black console screen with "wpinit" in the command line which attempts to run and then nothing happens.

I have used a script to make the windows7 wim files and extract them onto the server.  These scripts also add the menu info to the cfg file. (all this is mentioned on the technet forum where I haven't got any response yet: Technet forum)

 

As mentioned all the other items work, only I get stopped at this command line interface which seems to want WDS input, however as I am on a linux server there is no WDS...

 

Any advice or input here?

 

Much appreciated.

AlcorMP Tool is giving Error "Get Chip Number Fail"

$
0
0

I have Kingston 8GB USB which have following info in Chip Genius v4.0

 

Description: USB Mass Storage Device
Device Type: Mass Storage Device
 
Protocal Version: USB 2.00
Current Speed: High Speed
Max Current: 100mA
 
USB Device ID: VID = 058F PID = 1234
 
Device Revision: 0001
 
Controller Vendor: Alcor
 

Tools on web:       http://bbs.mydigit.cn/read.php?tid=20620

 

after search on net I found Alcor Recovery tool for repairing Alcor chip controllers Software to fix the issue but dont know much to use it. .

 

Following are the screen shots of some steps that I did on USB.

 

2dj1nqq.jpg

 

14szcsx.jpg

 

After Pressing Start with mentioned settings I received the following Error.

 

2a8j59c.jpg

 

Please guide me about the steps to solve this issue. ( will be thankful if its with screen shots if possible)

 

 

 

Fab's AutoBackup 6 Pro

$
0
0

Posted Image

File Name: Fab's AutoBackup 6 Pro
File Submitter: fab
File Submitted: 30 Nov 2011
File Updated: 25 Nov 2014
File Category: App scripts

Hi everybody,

Fab's AutoBackup 5 Pro is a commercial utility that costs EUR 45 (around USD 60 today).

This script is made for Win8.1SE, Win8PE_SE and Win7PE_SE. It has not been tested with other projects.

Event if it is very easy to use, this version is mostly designed for professionals like computer repair shops and others power users who need to backup data from several users profiles at once or from an unbootable hard drive. It also allows to perform direct disk to disk data transfers. So, you can backup, restore and transfer various files and settings like documents, pictures, videos, e-mails ans so much more at once for every user profile on a bootable or not) system drive!
Regarding to Fab's AutoBackup 6, the Pro version has these extra features :

- Multiple user profiles handling at a time (no need to log on with an account, make the backup, log out, log on with another account, make the backup, ...)

- Other hard drives than the current system drive can be selected. This feature allows data backup from damaged computer that would not start the usual way.

- Direct users data transfer from the old hard drive (slaved or USB mounted) to the new computer. If needed, you can create users accounts directly from the program's interface before performing the transfer.


The license has no number of users or number of computers limit. In other words, all the technicians in a company can use the same license on an unlimited amount of computers as soon as they do not let it on the computer when the job is done.

You will wonder how you could work without it!

Personal folders:
Posted Image Windows desktop's content
Posted Image Windows desktop's wallpaper
Posted Image Quick Launch toolbar's shortcuts (for Windows XP and Vista : this tool bar has been removed from Windows since Windows 7)
Posted Image Windows Start screen Modern UI layout (only shortcuts, apps will have to be reinstalled)
Posted Image Windows Start menu Modern UI layout (only shortcuts, apps will have to be reinstalled)
Posted Image My Documents
Posted Image My Pictures
Posted Image My Music
Posted Image My Videos
Posted Image Downloads folder (Windows Vista/7/8/8.1)

Web browsers:
Posted Image Windows Internet Explorer favorites
Posted Image Windows Internet Explorer main start page
Posted Image Windows Internet Explorer settings (proxy, security zones...)
Posted Image Google Chrome profile
Posted Image Chromium bowser profile
Posted Image Apple Safari profile
Posted Image Opera profile
Posted Image Firefox settings : bookmarks, extensions...

Mail:
Posted Image Outlook Express messages and settings (mail accounts, rules...)
Posted Image Microsoft Office Outlook PST/OST files and email accounts (messages, address book and calendar are stored in)
Posted Image Outlook signatures files
Posted Image Outlook.nk2 file (contains the A field history used in Microsoft Outlook 2002/2003 and 2007) and Microsoft Outlook 2010/2013 typed addresses cache file
Posted Image Windows Mail messages and settings
Posted Image Windows Live Mail messages and settings
Posted Image Windows Address book, used by outlook Express or Windows Mail
Posted Image Mozilla Thunderbird messages and settings
Posted Image PostBox messages and settings
Posted Image IncrediMail messages and settings
Posted Image Opera Mail

Misc :
Posted Image Windows Vista's calendar
Posted Image Sticky Notes
Posted Image Screen saver settings (enabled or not, password protected or not, delay before activation)
Posted Image Documents templates
Posted Image Skype data and settings
Posted Image Trillian data and settings
Posted Image ICQ data and settings
Posted Image Windows Gadgets (installed by user)
Posted Image Network drives connections
Posted Image Network places
Posted Image Picasa (albums and database)
Posted Image BlackBerry Desktop settings
Posted Image BlackBerry devices backups
Posted Image Logitech SetPoint settings
Posted Image Microsoft IntelliType Pro settings
Posted Image Microsoft IntelliPoint settings
Posted Image Apple IOS devices iTunes backups (iPhone, iPod, iPad)

Common items:
Posted Image Common documents
Posted Image Common desktop
Posted Image Common pictures
Posted Image Common music
Posted Image Common videos
Posted Image Fonts (useful if you have installed some by yourself or bundled with software)
Posted Image Microsoft Office XP, 2003, 2007 and 2010 activation files (Microsoft Office 2013 is not handled)
Posted Image Modem settings file (fichier rasphone.pbk), except credentials
Posted Image Intuit QuickBooks data (expérimental)
Posted Image NCH ExpressInvoice data
Posted Image Steam (downloads)

User defined:
Posted Image Additional files
Posted Image Additional folders

You can use the trial version available on my website to evaluate the app by clicking here
If you are interested in purchase, there is a link to the product's page within the script.


Regards,

Fab

Click here to download this file

Small tool

$
0
0

Hi,

I have small tool as portable program. I try to convert this tool to script by using winbuilder-tool-create script- add file-create- then I put that script inside apps folder in win7pe-se - project

 

 

but when I build win7pe, that script is not show in programs.


Giveaway of the Day - Easy Audio Mixer 2.0 -11-26-2014

$
0
0

Well designed Audio Mixer.

 

http://www.giveawayoftheday.com/easy-audio-mixer-2-0/

 

Easy audio mixer is a multi track editor designed for average users. With it, you will be creating your own audio projects even if you never used a multi track editor or a mixer.

Easy Audio Mixer 2.0.jpg

Easy Audio mixer 2 - Introduction

Make ramdisks even faster

$
0
0

Hello Guys,

I was inspired to install and benchmark some ramdisks after reading a forum post on winram+firadisk. After doing many tests, it appears that all read/writes of large files onto/from ramdisks use only one thread of my CPU.

 

I have dual xeon 5645 cpus capable of a combined 64GB/s transfer rate and I have 12x4GB 800MHz DDR3 memory sticks capable of a combined 76.8 GB/s transfer rate.

 

In my benchmarks I am getting nowhere near that speed. I am seeing maybe 4.5GB/s maximum data transfer in HD Tune benchmarker. In windows task manager I observe that only 1 thread of 1 CPU (1 out of 12 threads) will be working at any given moment while I'm transferring data. I imagine that if multiple threads were transferring data to/from the ramdrive we could see transfer rates of 50+ GB/s!

 

Could someone please explain to me why these ramdisks aren't utilising multiple CPU cores simultaneously? Could they? I'm certainly new to all this stuff and could be missing something obvious.

 

Thankyou for your help,

pigeon

grub2 wimboot windows setup

$
0
0

Having recently discovered how to use wimboot (http://ipxe.org/wimboot) to boot msdart isos on my grub2 key.

 

The key is setup (UDF filesystem) with; https://raw.githubusercontent.com/Thermionix/multipass-usb/master/resources/scripts/create.grub.key.sh

# Successfully boots
menuentry "wimboot DaRT70-x64.iso" {
	set iso_path="/bootisos/DaRT70-x64.iso"
	loopback loop $iso_path
	linux16 /boot/grub/wimboot
	initrd16 \
		newc:bootmgr:(loop)/bootmgr \
		newc:bcd:(loop)/boot/bcd \
		newc:boot.sdi:(loop)/boot/boot.sdi \
		newc:boot.wim:(loop)/sources/boot.wim
}

I was interested in seeing if I was able to boot windows7 setup;

menuentry "wimboot en_windows_7_enterprise_n_with_sp1_x64_dvd_u_677704.iso" {
	loopback loop /bootisos/en_windows_7_enterprise_n_with_sp1_x64_dvd_u_677704.iso
	linux16 /boot/grub/wimboot
	initrd16 \
            newc:bootmgr:(loop)/bootmgr \
            newc:bcd:(loop)/boot/bcd \
            newc:boot.sdi:(loop)/boot/boot.sdi \
	    newc:boot.wim:(loop)/sources/boot.wim \
	    newc:install.wim:(loop)/sources/install.wim
}

However that leads to;

error: premature end of file newc:install.wim:(loop)/sources/install.wim.

Press any key to continue

Any tips?

PhotoScape 3.7 - photo editing software

pxelinux slow HTTP transfer

$
0
0

Hi,

 

I'm using the latest syslinux (6.03) with lpxelinux.0 and Apache.

 

I've built a PXE boot of CentOS live desktop ISO, and with TFTP method transfer it works

 

I wanted to switch to lpxelinux.0 and use the HTTP method for faster transfer, but it seems at least 5-8 times slower transferring the files (both vmlinuz0 and initrd.img).

 

Have I forgot to add anything??

 

Here are my lines on the default file for tftp:

 

label CentOS 7 Live
kernel http://pxe/cent7live/boot/vmlinuz0
append rootflags=loop initrd=http://pxe/cent7live/boot/initrd0.img root=live:/CentOS-7-livecd-KDE-x86_64.iso rootfstype=auto ro rd.live.image rd.luks=0 rd.md=0 rd.dm=0 vga=0x338

 

Any suggestions?

Viewing all 6812 articles
Browse latest View live




Latest Images