Create MATRIX Effect.

Subscribe On YouTube.

IDM Activation.

Delete All Temporary Files & Folders Of Your Windows Computer At Once With A Single Click.

Latest Posts

Monday, April 17, 2023

The File or Directory is Corrupted and Unreadable - [SOLVED]

The Technical Thakur.

Hello friends, Welcome to my Blog "THE TECHNICAL THALUR"

I'm Thakur shekhar and I'm back with a new and very useful Blog. 


Sometimes on your PC when you try to open any Folder, Directory, or any Removable device it may show an error "Folder not accessible, the file or directory is corrupted and unreadable". 



so, today in this Blog I will give you its 100% working solution to fix this problem. 

so, continue reading.....


First of all, you have to search in the search box "cmd" and after that run, it as administrator.

After the command prompt is open you have to write the following commands which is chkdsk /f D: here D will be your drive label if you are having any problem in C or any other drive then here in place of D you can write that alphabet.


Before going further I'll like to tell you that suppose you are having a problem in a drive where all your operating system configuration file is stored i.e in C: drive, & try to repair that drive then it will show the message chkdsk cannot run because the volume is in use by another process that means now our system is running and all its processing is done in C: drive and it is currently in use 

so here it will ask if would you like to schedule this volume to be checked next time the system restarts and here you get two 1st "Y" which means Yes and 2nd "N" which means No.

so, if you type yes and press enter it will repair the drive the next time when your system will restart.


Now, after writing the command & hitting enter the process will begin & will take some time depending on the storage means how many files are stored in that drive which you are repairing (it can take Max. 10-20 sec) because it will completely scan the drive so wait for some time for the process to finish.


After scanning is finished all the problems would be Fixed.


For proper explanation watch this video:




if this blog was useful and helpful to you, then please subscribe to my channel, and if you are having any trouble comment me keep regularly visiting the blog.

ThankYou for Reading.

Have a Good Day.  

Thursday, February 17, 2022

How to Check Incognito History and Delete it in Google Chrome?

The Technical Thakur.









* What is Incognito mode?



First of all, what is Incognito mode? If you want to hide your search history or you are very private toward the things then Incognito made is best for you, In Incognito mode we can search anything privatively because no history is recorded there. This mode doesn’t leave any traces of browsing so it is useful for private browsing






* How does Incognito mode work?


Basically, incognito mode just means that the browser doesn't save cookies, temporary internet files, or your browsing history when you are in incognito mode.




* How to see incognito history?

Step 1: Open a command prompt and search CMD in a search box.




Step 2: Type command ipconfig /displaydns to see a DNS cache history.


Step 3: Now you can see the detailed information about the website you recently search.

Wow!! You did it.




* Now see how to Delete Incognito History?

Step 1: Open the Command prompt.

Step 2: Type the command ipconfig /flushdns to clear the DNS.




Step 3: This will delete all your Incognito search History.

For more updates follow The_Technical_Thakur.







Thursday, September 2, 2021

IDM Activation.

The Technical Thakur.

Hello Friends, Welcome to my blog.

In this blog, I am going to provide You the IDM activation file.



Step 1:  Download IDM from the official website, or just follow the link given below 👇:
            IDM Download.

Step 2: Install the Software.

Step 3: Now, download the Activation file from below 👇.

Step 4: Save the downloaded file anywhere on your pc.

Step 5: Turn off your internet connection & Antivirus.

Step 6: Extract the file.

Step 7: Copy the idman application.

Step 8: Open the IDM file location.

Step 9: Paste the copied file.

Step 10: Again go to the extracted folder.

Step 11: Run the registry file according to your system configuration.

Step 12: Congratulations, Your IDM is Activated.

Thursday, August 26, 2021

WINRAR Activation License

The Technical Thakur.

Hello Friends, Welcome to my blog.
In this blog, I am going to provide You the WinRar activation license.


Step 1:  Download WinRar from the official website, or just follow the link given below 👇:
            WinRar Download.

Step 2: Install the Software.

Step 3: Now, download the Activation Licence from below 👇.

Step 4: Save the downloaded file anywhere on your pc.

Step 5: Copy the Downloaded File.

Step 6: Now, paste the copied file in WinRar Directory which is ( C:\Program Files\WinRAR ).

Step 7:  Congratulations, Your WinRar is Activated.

Saturday, April 10, 2021

C/C++ Project: ATM Simulation.

The Technical Thakur.

 Hello, Friend's I'm "The Technical Thakur".

Here I will provide you the source code for the "ATM Simulation" project which I have made using "C/C++" Language programming.




So, Just Copy & Paste this code in Notepad And then Save this file in the TurboC++ directory with *.cpp extension.

(* here means any name)


So, here is Your code:-

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

/*Made by "The Technical Thakur".*/


#include<iostream.h>

#include<conio.h>

#include<stdlib.h>

void main()

{

clrscr();

float balance1;

int i,pin,npin,option;

double balance = 10000,withdraw, deposit;

textcolor(YELLOW);

clrscr();

    cout<<"\t\t\t  ***************************** "<<endl;

    cout<<"\t\t\t    *************************   "<<endl;

    cout<<"\t\t\t      *******  ***  *******     "<<endl;

    cout<<"\t\t\t        *****  ***  *****       "<<endl;

    cout<<"\t\t\t           **  ***  **          "<<endl;

    cout<<"\t\t\t           **  ***  **          "<<endl;

    cout<<"\t\t\t           **  ***  **          "<<endl;

    cout<<"\t\t\t           **  ***  **          "<<endl;

    cout<<"\t\t\t           **  ***  **          "<<endl;

    cout<<"\t\t\t            *  ***  *           "<<endl;

    cout<<"\t\t\t                *               "<<endl;

cout<<"================================================================================";

cout<<"\t\t           Welcome To [ T CUBE ATM ] Service             "<<endl;

cout<<"\t\t                  Architect By:                           "<<endl;

cout<<"\t\t         ####  THE TECHNICAL THAKUR  ####               "<<endl;

cout<<"================================================================================\n";

cout<<"\t\t**************  PIN FOR USER IS 5555   **************\n";


cout<<"\n\t\t\t       =*= WELCOME USER =*= \n";

for (i=0;i<3;i++)

{

cout <<" \t\t\t       Enter Your Pin: ";

cin>>pin;


balance1=balance;

if (pin==5555)

{

textcolor(15);

clrscr();

repeat:


for(i=1;i<=3;i++)

{

cout<<"\n\n";

cout<<"\t\t      *** Automated Teller Machine ***"<< endl;

cout<<"\t\t*******************************************"<<endl;

cout<<"\t\t*                Main Menu                *"<<endl;

cout<<"\t\t*******************************************"<<endl;

cout<<"\t\t*           1 - View My Balance           *"<<endl;

cout<<"\t\t*           2 - Withdraw Cash             *"<<endl;

cout<<"\t\t*           3 - Deposit Funds             *"<<endl;

cout<<"\t\t*           4 - Change Pin                *"<<endl;

cout<<"\t\t*           5 - Exit                      *"<<endl;

cout<<"\t\t*******************************************"<<endl;

cout<<"\t\t*******************************************"<<endl;cout<<"\n";

cout<<"\t\t            Enter Option: ";

cin>>option;


switch(option)

{

case 1:

cout<<"\n\t\t\t [[[% BALANCE INQUIRY %]]]\n\n";

cout<<"\t\t\t****************************"<<endl;

cout<<"\t\t\t  Your Balance Is: rs "<<balance1<<endl;

cout<<"\t\t\t****************************"<<endl;

getch();

clrscr();

goto repeat;

break;


case 2:

repe:


cout<<"\n\t\t\t   [[[% WITHDRAW %]]]";

cout<<"\n\t\t\t Enter amount in Rupees: ";

cin>>withdraw;

if(withdraw<=balance1)

{

balance1 = balance1 - withdraw;

cout<<"\t\t\t You withdrew RS: "<< withdraw<< endl;

cout<<"\t\t\t Your remaining balance is RS: "<< balance1<< endl;

}

else

{

cout<<"\t\t!! You have only Rs.10,000 balance in your account. !!\n";

goto repe;

}

getch();

clrscr();

goto repeat;

break;


case 3:


cout<<"\n\t\t\t  [[[% DEPOSIT %]]]\n";

cout<<"\n\t\t\t Enter amount in RS: ";

cin>>deposit;

balance1 = balance1 + deposit;

cout<<"\n\t\t\t You deposited RS: "<< deposit<< endl;

cout<<"\n\t\t\t Your new balance is RS: "<< balance1<< endl;

getch();

clrscr();

goto repeat;

break;


pinchange: case 4:


cout<<"\n\t\t\t Enter Your Old Pin: ";

cin>>pin;

if(pin==5555)

{

cout<<"\t\t\t Enter New Pin: ";

cin>>npin;

cout<<"\n\t\t\t Pin Changed Sucessfully.";

}

else

{

cout<<"\n\t\t\t Wrong Pin !! Enter Pin Again.\n" ;

goto pinchange;

}

getch();

clrscr();

goto repeat;

break;

case 5:

exit(0);

break;

default:

cout<<"\n\t\t That is an invalid option Plz enter correct option. \n";

getch();

clrscr();

break;

}

}

}

else

cout<<"\t\t\tPls try again!!! Wrong pin entered.\n\n";

}

getch();

}


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


Please support our YouTube Channel:

https://www.youtube.com/channel/UC229xofWeE59nUTxj_0XLNQ/


For ATM Simulation Project Details Watch this video:

Wednesday, December 2, 2020

Delete all Temporary Files & Folders of your Windows Computer at once with a single click.

The Technical Thakur.
Hello, friends welcome to my Blog "The Technical Thakur".
I'm Thakur Shekhar Your technical friend. 

 After a long time, I am back with a new and very useful Blog for you all. 

So, let's start. 

Many a time it happens that your pc or laptop gets slow due to the temporary or prefetch file present in your computer system.
and when we go to clean it one by one, it takes very much time. first to select it one by one then, cleaning it. every time you have to run the prefetch, temp, %(module) temp file separately and separately clean it. and many a time you feel very bored doing that. 

so, today I am here with a solution to that problem. 

In today's blog, I am going to teach you how you can delete your all temp, prefetch, or % temp at the same time with just a double mouse click.

 

So, first of all, you have to make a text document, for that, you can select any folder location and right-click there and make a new text document file. 
after that, you have to write some code in that text file. 

The Code is: 

@echo off
del /s /f /q c:\windows\temp\*.*
rd /s /q c:\windows\temp
md c:\windows\temp
del /s /f /q C:\WINDOWS\Prefetch
del /s /f /q %temp%\*.*
rd /s /q %temp%
md %temp%
deltree /y c:\windows\tempor~1
deltree /y c:\windows\temp
deltree /y c:\windows\tmp
deltree /y c:\windows\ff*.tmp
deltree /y c:\windows\prefetch
deltree /y c:\windows\history
deltree /y c:\windows\cookies
deltree /y c:\windows\recent
deltree /y c:\windows\spool\printers
cls


After writing the code in the txt file you have to save it as the file with the .bat extension. 
for that, you go to save as option in the File menu and give the file any name of your choice. Any_name_of_your_choice.bat The .bat is a must over here otherwise your file will not run. 

After saving that you will see that the bat file is created in your computer system. 

Now you can see your computer's temporary and prefetch folder by separately opening it. 
for that, you go to run by pressing  +r and from there open the temp, %temp% and prefetch file. as you will see that there will be some files present in all folders. 
Let's clean all of them with just a click.
for that, you double click on the bat file. as soon as you click on the bat file, it will open the command prompt and will start clearing all your temp and prefetch files. 

it will take some time depending on your no of files. Let's wait for some time... 
you can also minimize the cmd and do some of your other work. 
after a few minutes, you will see that all my files are deleted at once. 

so, from next time clearing your temp and prefetch file is just a click away. 
now just go and make your computer faster by deleting this file. 

You can also get a video tutorial on this topic in the Hindi language by clicking the link below:

so, if you found this blog helpful then please support my channel. Thanks for reading.

Thursday, June 4, 2020

VIRUS Protect your PENDRIVE for LifeTime without any AntiVirus.

The Technical Thakur.
Hello Friens, I'm "The Technical Thakur".

In Today's Blog, I will Tech you a very interesting & useful topic i.e. How to VIRUS Protect your PENDRIVE for LifeTime without any AntiVirus.


Read the blog till last, to get your Pendrive protected.

Step 1:

Backup your Pendrive file somewhere in your computer system because you have to formate your Pendrive.

Step 2:

After backing up your files select your Pendrive then Right-click on it &then go to formate option.


Step 3:

The most important step is over here.
After going to the formate option, you have to change the file system from exFAT(Default) to NTFS. after that Set the Allocation Unit Size to Default allocation size.


Over here, you can also give the volume label of your choice & it is the best way to rename your drive from here because here you can give the label as many characters that you want to.  You would have seen that if you directly rename your Pendrive there you can't give a long name to the drive because it's renaming character is restricted to 14.


After doing all the above processes, Tick mark on the quick format then click on start.

After some time your Pendrive will be formatted.


 Step 4:

Now, After formatting the drive make a new folder inside your drive.



Step 5:

Your main process begins from here, Now you have to change some properties of the Drive.

So, again select your drive & Right-click on it after that go to properties.

Now in the Properties go to security, here you can see the different securities option.


Here go to Edit...

& then Deny the write permission,

then click on Apply then click on ok.
here you will get out of the properties option.
So, Again right-click on the drive & again go to properties & then again to security option.

Step 6:

Now click Here on Advanced option.


Here, In the Permission entries Select the first option from Top. then click on edit.


Here go to Show advanced permissions.



In the Advanced permission, Tick mark on these two options:
1. Delete Subfolders & Files.
2. Delete.


After that click on ok.

Here our 1st property change is done.

Now you have to change the properties of the folder that you have created inside your drive.

Step 7:

Here also, Right-click on your folder & go to its properties then go to security.


Now, click here on Edit and then Allow the write option.


Now click Here on Advanced option.


Here, In the Permission entries Select the first option from Top. then click on edit.


Here go to Show advanced permissions.


In the Advanced permission, Tick mark on only one option i.e:
1. Delete Subfolders & Files.


After that click on ok.

That's It.

Now, your Pendrive is protected from virus attacks.

Let me show you an example.

I will copy one file from my other folder of my PC & will try to paste in my Pendrive.

If I try to paste the file directly inside my Pendrive then it will not be pasted over here because I have not allowed the write permission for the Pendrive in the properties.


Now, I will try to paste the file inside the folder that I have created in my Pendrive.

Here the file is pasted because I have allowed the write permission of the folder in the properties of this folder.


That means that The virus can't enter your Pendrive because they will not be allowed to past their file in the Pendrive as you have seen in the image above.

So, That's how your PENDRIVE is protected from VIRUS for LIFETIME.


For Video Related on This Topic in HINDI go to :
https://www.youtube.com/watch?v=mWMP-UevuwU

Our Team

  • The Technical ThakurYouTuber / Blogger
  • Thakur ShekharAdmin