User Tools

Site Tools


public:module:windows-core:home

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
public:module:windows-core:home [2020/06/15 15:41]
ronnie.chan created
public:module:windows-core:home [2020/06/15 16:52]
ronnie.chan removed
Line 10: Line 10:
 C:​\>​powershell C:​\>​powershell
 </​code>​ </​code>​
 +
 +After successfully entering PowerShell the prompt will change to PowerShell prompt:
 +
 +{{public:​module:​windows-core:​image009.jpg}}
  
 3. Use the followingcommand to download the online AhsayOBM installer to Windows server core C:​\tempfolder 3. Use the followingcommand to download the online AhsayOBM installer to Windows server core C:​\tempfolder
Line 18: Line 22:
  
 4. During downloading of AhsayOBM installer the followingmessage will be displayed: 4. During downloading of AhsayOBM installer the followingmessage will be displayed:
 +
 +{{public:​module:​windows-core:​image011.gif}}
  
 After completing the download of the CloudBacko Pro installer the screen above would disappear. Press Enter button to continue. After completing the download of the CloudBacko Pro installer the screen above would disappear. Press Enter button to continue.
Line 26: Line 32:
  
 <​code>​ <​code>​
->C:​\temp\cbp-win.exe+C:​\temp\cbp-win.exe
 </​code>​ </​code>​
 +
 +2. Follow the guided installation wizard to complete the installation.
 +
 +===== Step 3: Start CloudBacko Pro =====
 +
 +Method 1: Start AhsayOBM from link file in the desktop of the user: 
 +<​code>​
 +PS C:​\>​.\Users\Public\Desktop\CloudBacko Pro.lnk
 +</​code>​
 +
 +Method 2: Start CloudBacko Pro from RunCB.bat in installation directory.
 +
 +i. Change the directory to the binfolderof installation directory.
 +
 +<​code>​
 +PS C:\> cd '​.\Program Files\CloudBacko Pro\bin\'​
 +</​code>​
 +
 +ii. Run **RunCB.bat** to startup CloudBacko Pro.
 +<​code>​
 +PS C:\Program Files\CloudBacko Pro\bin> start .\RunCB.bat
 +</​code>​
 +