CSC Digipay Service All Information

 CSC DigiPay Service क्या है :: 

  • इस सर्विस का काम में लेकर आप अपने CSC पर आने वाले ग्रहाक को AEPS (Aadhaar Enabled Payment System) के जरिए बैंकिंग सर्विस दे सकते है

CSC DigiPay में कौन कौनसी बैंकिंग सर्विस मिलती है :: 

  • DigiPay AEPS Money Withdrawal  Service
  • DigiPay AEPS Bank Account Statement 
  • DigiPay AEPS Bank Account Balance Check
  • DigiPay AEPS Cash Deposit Service
  • DigiPay Money Tranfer Service
  • DigiPay CSC Wallet Refill Service
CSC DigiPay कितने प्रकार से काम में ले सकते है 
  • DigiPay Computer Software
  • DigiPay Mobile Application
  • DigiPay Web Portal
  • DigiPay Lite Web Portal
DigiPay Computer Software के माध्यम से कैसे काम में लेते है 
  • DigiPay Computer Software Download & Instoll : DigiPay Computer Software को काम में लेते से पहले आपको इसे ऑनलाइन डाउनलोड करना होगा उसके बाद आप इसे अपने कंप्यूटर में इंस्टोल करेंगे उसके बाद ही इस पर आप काम कर सकते है,  Download & Instoll  को वीडियो निचे दिया गया है | 
  • DigiPay AEPS Money Withdrawal Service कैसे काम में लते है : इस सर्विस को काम में लेके आपके CSC पर आने वाले ग्रहाक के बैंक खाते से आप आधार कार्ड के माध्यम से पैसे निकाल सकते है, पैसे कैसे निकालते है वीडियो निचे दिया गया है | 

  • DigiPay Computer Software से  AEPS Bank Account Statement को काम में कैसे लेते है /AEPS Bank Account Balance Check

  • DigiPay CSC Wallet Refill Service




Voter Id Card Apply Online 2024

New Voter ID Card Apply Voter ID Card Correction Voter ID Card Status Check Voter ID Card Download

Voter Id Card Apply Online 2024


How To Create A Bootable Usb With Command Prompt (Pen Drive को Bootable कैसे बनाये)

How To Create A Bootable Usb With Command Prompt (Pen Drive को Bootable कैसे बनाये)
How To Create A Bootable Usb With Command Prompt (Pen Drive को Bootable कैसे बनाये)

  • Insert your USB flash drive to your running computer. As the first step, we need to run Command Prompt as administrator. To do this, we need to find cmd by typing 'cmd' in the search box on Windows Start Menu. After search result for 'cmd' appears, right click on it and select "Run as administrator".
  • Type 'diskpart' on Command Prompt (without quotes) and hit Enter. Wait for a while until the DISKPART program run.
  • Type 'list disk' to view active disks on your computer and hit Enter. There would be seen that the active disks shown as Disk 0 for hard drive and Disk 1 for your USB flashdrive with its total capacity.
  • Type 'select disk 1' to determine that disk 1 would be processed in the next step then hit Enter.
  • Type 'clean' and hit Enter to remove all of data in the drive.
  • Type 'create partition primary' and hit Enter. Creating a primary partition and further recognized by Windows as 'partition 1'.
  • Type 'select partition 1' an hit Enter. Choosing the 'partition 1' for setting up it as an active partition.
  • Type 'active' and hit Enter. Activating current partition.
  • Type 'format fs=ntfs quick' and hit Enter. Formatting current partition as NTFS file system quickly.
  • Type 'exit' and hit Enter. Leaving DISKPART program but don't close the Command Prompt instead.
  • Now you have to copy all the files in the windows folder to your usb drive.