Difference between revisions of "Installing drivers for SFPTotal Plus\Mini"

From SFPTotal Wiki
Jump to: navigation, search
(Created page with "Download driver for SFPTotal Plus/Mini: [Download] # Unzip archive with driver and certificate to new folder. # Start cmd.exe under Administrator permissions. # Go to new f...")
 
 
(17 intermediate revisions by the same user not shown)
Line 1: Line 1:
Download driver for SFPTotal Plus/Mini: [Download]
+
Driver installation under Windows 7 or Windows 8 x64 require a driver digital signature.
  
# Unzip archive with driver and certificate to new folder.
+
Please, download driver for SFPTotal Plus/Mini: [https://sfptotal.com/download/Drivers/SFPTotal%20Driver.zip Download].
 +
The archive contain a certificate, signed drivers and utility to add a certificate to the local storage system.
  
# Start cmd.exe under Administrator permissions.
+
== Instruction ==
  
# Go to new folder with unziped files using command "cd FOLDER_PATH".
 
  
# Execute next commands to add SFPTotal certificate in Trusted Publishers:
+
1. Unzip archive with driver and certificate to new folder.
 +
 
 +
2. Start cmd.exe under Administrator permissions.
 +
 
 +
3. Go to new folder with unziped files using command "cd FOLDER_PATH".
 +
 
 +
4. Execute next commands to add SFPTotal certificate in Trusted Publishers:
  
 
'''.\cer\certmgr.exe -add .\cer\SFPTotalTeam.cer -s -r localMachine ROOT'''
 
'''.\cer\certmgr.exe -add .\cer\SFPTotalTeam.cer -s -r localMachine ROOT'''
Line 13: Line 19:
 
'''.\cer\certmgr.exe -add .\cer\SFPTotalTeam.cer -s -r localMachine TRUSTEDPUBLISHER'''
 
'''.\cer\certmgr.exe -add .\cer\SFPTotalTeam.cer -s -r localMachine TRUSTEDPUBLISHER'''
  
# Execute next command to add driver in system:
+
5. Execute next command to add driver in system:
  
 
'''pnputil -i -a "SFPTotal Device.inf"'''
 
'''pnputil -i -a "SFPTotal Device.inf"'''
 +
 +
== Example ==
 +
<youtube>https://www.youtube.com/embed/QqQFT639gIk</youtube>

Latest revision as of 14:26, 18 July 2016

Driver installation under Windows 7 or Windows 8 x64 require a driver digital signature.

Please, download driver for SFPTotal Plus/Mini: Download. The archive contain a certificate, signed drivers and utility to add a certificate to the local storage system.

Instruction

1. Unzip archive with driver and certificate to new folder.

2. Start cmd.exe under Administrator permissions.

3. Go to new folder with unziped files using command "cd FOLDER_PATH".

4. Execute next commands to add SFPTotal certificate in Trusted Publishers:

.\cer\certmgr.exe -add .\cer\SFPTotalTeam.cer -s -r localMachine ROOT

.\cer\certmgr.exe -add .\cer\SFPTotalTeam.cer -s -r localMachine TRUSTEDPUBLISHER

5. Execute next command to add driver in system:

pnputil -i -a "SFPTotal Device.inf"

Example