try { string InputFile = Application .StartupPath + "\\softtechsolving.xls" ; // this is excel file, i.e I wanna to encrypt string OutputFile = = Application .StartupPath + "\\encrptsofttechsolving.xml" ; // encrptsofttechsolving is file name after encryption file name ...
100% working Step A: 1. Insert your pendrive 2. Open command prompt (Windows+r then type cmd) 3. Type DISKPART and hit enter ( a new window will appear) Now type the following commands:- 4. LIST DISK and hit enter ( it will show the disk number of your USB drive) 5. SELECT DISK 2 and hit enter ( replace DISK 2 with your USB Drive number e.g Select disk 1) 6. CLEAN and hit enter 7. CREATE PARTITION PRIMARY and hit enter