Windows (Command Prompt)
- Open Command Prompt (
Win + R
, typecmd
, press Enter). - Navigate to the folder:
- Run this command to output filenames to a text file:
This will save the filenames (without details) into
filelist.txt
in the same folder.
SQL, C#, VB, .net, asp, JavaScript, you name it. Code samples, Error messages and stuff like that. Please add coments if you think I said something stupid :D or if you have a better idea ... or anything at all ...
Win + R
, type cmd
, press Enter).cd "C:\path\to\your\folder"
dir /b > filelist.txt
This will save the filenames (without details) into filelist.txt
in the same folder.Nothing worked, no URL from Edge
Try reinitialising the network states. Run the following commands in an elevated cmd
shell:
Reset WINSOCK entries to installation defaults:
netsh winsock reset catalog
Reset TCP/IP stack to installation defaults:
netsh int ip reset reset.log
Reset Firewall to installation defaults:
netsh advfirewall reset
Flush DNS resolver cache:
ipconfig /flushdns
Renew DNS client registration and refresh DHCP leases:
ipconfig /registerdns
Flush routing table (reboot required):
route /f