Home » Softwares » 3D CAD » Autodesk Revit 2025 Free Download
Autodesk Revit 2025 Free Download
Autodesk Revit 2025 Free Download Latest Version for Windows. It is full offline installer standalone setup of Autodesk Revit 2025.
Autodesk Revit 2025 Overview
Autodesk Revit 2025 is an intelligent application which enables users to create detailed and accurate 2D and 3D models or presentations of building structures. It is a complete and full-featured suite which provides all the basic tools and features engineers need to design, visualize and simulate building projects from concept to construction. It is a versatile application which enables users to create perfect 3D models containing both geometric and non-geometric data. Based on cutting-edge BIM technology, the program supports processing every element including walls, windows, doors, roofs, floors, ceilings and more. It is an efficient application which can streamline the design processes, reduce errors, and deliver high-quality projects on time and within budget. You can also download Autodesk PowerInspect Ultimate 2024 Free Download.

Autodesk Revit 2025 is a universal package which offers a flexible yet comprehensive platform ready to address the challenging demands of project coordination, documentation, and analysis. It also provides intelligent tools for cost estimation and project time management. It also provides a variety of flexible customization options and settings to help you modify and adjust different parameters of the structures. Additionally, it offers the capability of handling different elements in the structures and allows adding different elements and adding air terminals, ducts, and fittings with custom settings. It also offers seamless collaboration among project team members to help them work on the same model with improved communication, coordination, and productivity across multiple disciplines. The program also comes seamlessly integrated with other CAD tools like AutoCAD, Navisworks, and Revit Live allowing you to exchange the information and design with other AutoCAD software easily. On concluding note, Autodesk Revit 2025 is a great 3D designing application which allows you to easily and quickly design 2D as well as 3D structural models of the building. You can also download Autodesk DWG TrueView 2024 Free Download.

Autodesk Revit 2025 Features
Below are some noticeable features which you will experience after Autodesk Revit 2025 Free Download
- Enables users to create detailed and accurate 2D and 3D models or presentations of building structures.
- Provides all the basic tools and features engineers need to design, visualize and simulate building projects from concept to construction.
- Create perfect 3D models containing both geometric and non-geometric data.
- Supports processing every element including walls, windows, doors, roofs, floors, ceilings and more.
- Streamline the design processes, reduce errors, and deliver high-quality projects on time and within budget.
- Offers a flexible yet comprehensive platform ready to address the challenging demands of project coordination, documentation, and analysis.
- Provides intelligent tools for cost estimation and project time management.
- Capable of handling different elements in the structures.
- Allows users to add different elements as well as air terminals, ducts, and fittings with custom settings.
- Offers seamless collaboration among project team members to help them work on the same model.
- Comes seamlessly integrated with other CAD tools like AutoCAD, Navisworks, and Revit Live to exchange the information and design with other AutoCAD software easily.

Autodesk Revit 2025 Technical Setup Details
Prior to start Autodesk Revit 2025 Free Download, ensure the availability of the below listed system specifications
- Software Full Name: Autodesk Revit 2025
- Setup File Name: Autodesk_Revit_2025_Multilanguage-x64.rar
- Setup Size: 11 GB
- Setup Type: Offline Installer / Full Standalone Setup
- Compatibility Mechanical: 32 Bit (x86) / 64 Bit (x64)
- Latest Version Release Added On: 27th Apr 2024
- Developers: Autodesk

System Requirements for Autodesk Revit 2025
- Operating System: Windows 7/8/10
- RAM: 8 GB
- Hard Disk: 10 GB
- Processor: Intel Dual Core or higher processor
Autodesk Revit 2025 Free Download
Click on the link below to start the Autodesk Revit 2025 Free Download. This is a full offline installer standalone setup for Windows Operating System. This would be compatible with both 32 bit and 64 bit windows.
Before Installing Software You Must Watch This Installation Guide Video
Password 123
Related posts:
This Post was Last Updated On: April 13, 2025
- #2 written by DinoBoy 2 months ago
- #3 written by z4f4n 2 months ago
Before extracting zip, make sure your antivirus or windows defender’s real time protection is off temporarily. Because it can sometimes corrupt the zip files during extraction/installation. Secondly, Is your setup 100% complete downloaded? Use IDM to download. Because chrome/firefox can corrupt some large download files.
- #4 written by Anonymous 1 month ago
- #8 written by Anonymous 1 week ago
- #10 written by Anonymous 7 months ago
- #11 written by z4f4n 7 months ago
Here’s how to resolve it:
Run Notepad as Administrator:
Right-click Notepad > “Run as administrator”.
Open your file and save to the desired location.Save to a Different Location:
Choose a writable folder (e.g., Documents or Desktop).
Save as a new file, then copy/move it back if needed.Check File/Folder Permissions:
Right-click the folder/file > Properties > Security tab.
Ensure your user has “Full control”. Edit if necessary (requires admin rights).Clear Read-Only Attribute:
Right-click the file > Properties > Uncheck “Read-only” > Apply.
Disable Protected Folders (Revit-Specific):
Avoid saving directly to Revit directories; copy contents to a user folder first.
If editing Revit .ini or journals, use the admin method above.- #16 written by blaze on 1 month ago
- #18 written by Anonymous 1 month ago
- #22 written by Sars 2 weeks ago
I cannot save the .lic file in notepad after editing, it bring the box to save it as another doc. Also the permissions of .lic file cannot be changed it gives error and keeps it to read only. Also I cannot paste another edited file as it says no space on disk. I have mounted the iso.
I am in urgent need if software, kindly hep asap
- #26 written by coolo 7 months ago
- #27 written by Tushar 7 months ago
You can do it by LMTools method. But if not sure how to do that you can contact me at “[email protected]”
- #29 written by Mazhar 7 months ago
- #30 written by z4f4n 7 months ago
1. Extract the crack folder first before extracting/installing the software.
2. Put the crack folder on the exclusion list
3. Disable all internet access
4. Install the software
5. Install the crack
6. Restart the computer while making sure that all internet is blocked
7. Block all outgoing and ingoing network connections to the autodesk folderBelow, I have an example of the batch code you can use. Just replace the folder name in the set folder variable :
REM Set the folder containing the .exe files
set “folder_path=C:\Program Files\Autodesk\AdODIS\V1\Setup”REM Rule configuration
set “action=block” REM Action to block
set “protocol=any” REM Protocol: TCP, UDP, or anyecho Starting to block connections for .exe files in %folder_path%.
echo ==========================================================REM Loop through .exe files in the specified folder
for %%F in (“%folder_path%\*.exe”) do (
REM Extract the file name without path
set “file_name=%%~nF”
echo Blocking inbound connections for %%F…
netsh advfirewall firewall add rule name=”%%~nF-Inbound-Block” dir=in action=%action% program=”%%F” enable=yes protocol=%protocol% profile=any
echo Blocking outbound connections for %%F…
netsh advfirewall firewall add rule name=”%%~nF-Outbound-Block” dir=out action=%action% program=”%%F” enable=yes protocol=%protocol% profile=any
)echo ==========================================================
echo All .exe files in the folder have been blocked for inbound and outbound connections.
pauseThe best way that I found to find the files that are connecting to the internet is using a program that lets you see the services that are getting connected, like netlimiter, you find the folder, you put the name of the folder in the script and you run the script.
You do that while the internet is disconnected, and you restart the computer as many times to see which autodesk service connect to the internet automatically and block it using the script.
After you are satisfied that all autodesk services have been blocked, you can activate internet and enjoy your program with no problem.
- #34 written by Gracike 3 months ago
I just solved the issue from my end,
Anyone who need help can send me a mail so I can walk you through it. Email:[email protected]
- #39 written by Anonymous 2 months ago
- #40 written by z4f4n 1 month ago
Sir, sometimes even turning on the internet doesn’t affect the software, but most cracked software gets detected as soon as the internet is on, which prevents it from working properly. You should block the software’s incoming and outgoing connections through the firewall, and then you can simply use the internet. Your software will work perfectly. Yes, if you need its updated version, you can find it on our website, but do not update it on your own.
- #41 written by Anonymous 1 month ago
- #42 written by z4f4n 1 month ago
1. Extract the crack folder first before extracting/installing the software.
2. Put the crack folder on the exclusion list
3. Disable all internet access
4. Install the software
5. Install the crack
6. Restart the computer while making sure that all internet is blocked
7. Block all outgoing and ingoing network connections to the autodesk folderBelow, I have an example of the batch code you can use. Just replace the folder name in the set folder variable :
REM Set the folder containing the .exe files
set “folder_path=C:\Program Files\Autodesk\AdODIS\V1\Setup”REM Rule configuration
set “action=block” REM Action to block
set “protocol=any” REM Protocol: TCP, UDP, or anyecho Starting to block connections for .exe files in %folder_path%.
echo ==========================================================REM Loop through .exe files in the specified folder
for %%F in (“%folder_path%\*.exe”) do (
REM Extract the file name without path
set “file_name=%%~nF”
echo Blocking inbound connections for %%F…
netsh advfirewall firewall add rule name=”%%~nF-Inbound-Block” dir=in action=%action% program=”%%F” enable=yes protocol=%protocol% profile=any
echo Blocking outbound connections for %%F…
netsh advfirewall firewall add rule name=”%%~nF-Outbound-Block” dir=out action=%action% program=”%%F” enable=yes protocol=%protocol% profile=any
)echo ==========================================================
echo All .exe files in the folder have been blocked for inbound and outbound connections.
pauseThe best way that I found to find the files that are connecting to the internet is using a program that lets you see the services that are getting connected, like netlimiter, you find the folder, you put the name of the folder in the script and you run the script.
You do that while the internet is disconnected, and you restart the computer as many times to see which autodesk service connect to the internet automatically and block it using the script.
After you are satisfied that all autodesk services have been blocked, you can activate internet and enjoy your program with no problem.
- #45 written by Anonymous 7 months ago
- #51 written by same here, admin comeenet on this issue 2 months ago
- #54 written by Annonymous09 7 months ago
- #55 written by z4f4n 7 months ago
1. Extract the crack folder first before extracting/installing the software.
2. Put the crack folder on the exclusion list
3. Disable all internet access
4. Install the software
5. Install the crack
6. Restart the computer while making sure that all internet is blocked
7. Block all outgoing and ingoing network connections to the autodesk folderBelow, I have an example of the batch code you can use. Just replace the folder name in the set folder variable :
REM Set the folder containing the .exe files
set “folder_path=C:\Program Files\Autodesk\AdODIS\V1\Setup”REM Rule configuration
set “action=block” REM Action to block
set “protocol=any” REM Protocol: TCP, UDP, or anyecho Starting to block connections for .exe files in %folder_path%.
echo ==========================================================REM Loop through .exe files in the specified folder
for %%F in (“%folder_path%\*.exe”) do (
REM Extract the file name without path
set “file_name=%%~nF”
echo Blocking inbound connections for %%F…
netsh advfirewall firewall add rule name=”%%~nF-Inbound-Block” dir=in action=%action% program=”%%F” enable=yes protocol=%protocol% profile=any
echo Blocking outbound connections for %%F…
netsh advfirewall firewall add rule name=”%%~nF-Outbound-Block” dir=out action=%action% program=”%%F” enable=yes protocol=%protocol% profile=any
)echo ==========================================================
echo All .exe files in the folder have been blocked for inbound and outbound connections.
pauseThe best way that I found to find the files that are connecting to the internet is using a program that lets you see the services that are getting connected, like netlimiter, you find the folder, you put the name of the folder in the script and you run the script.
You do that while the internet is disconnected, and you restart the computer as many times to see which autodesk service connect to the internet automatically and block it using the script.
After you are satisfied that all autodesk services have been blocked, you can activate internet and enjoy your program with no problem.
- #60 written by Anonymous 7 months ago
- #72 written by m 7 months ago
- #74 written by Anonymous 7 months ago
- #75 written by z4f4n 7 months ago
Before extracting zip, make sure your antivirus or windows defender’s real time protection is off temporarily. Because it can sometimes corrupt the zip files during extraction/installation. Secondly, Is your setup 100% complete downloaded? Use IDM to download. Because chrome/firefox can corrupt some large download files.
- #76 written by Anonymous 7 months ago
- #79 written by Hamza 4 months ago
- #81 written by Anonymous 7 months ago
- #87 written by sboi 7 months ago
- #90 written by g 7 months ago
- #98 written by Kyaw 7 months ago
- #103 written by Anonymous 7 months ago
- #112 written by Biswa 6 months ago
- #115 written by Navezio 6 months ago
I need help completely uninstalling Autodesk Revit from my work PC. I have this pirated copy installed, and even though I use a legitimate license at work, Autodesk has detected unauthorized software and licence and somehow linked it. How can I fully remove the software and unlink any connection to my work PC? Thank you
- #118 written by Anonymous 6 months ago
Anonymous:
I followed all the steps and once I click start server it says Server start failed. Please check debug log or event log for more details. And when I try to start the autodesk on services it shows error 1067 the process terminated unexpectedly. - #119 written by Wasi Irfan 6 months ago
- #122 written by AMAN KAUSHIK 6 months ago
- #123 written by munees 6 months ago
- #124 written by ap 6 months ago
here is the solution for that error…
https://youtu.be/aSsEWfd4wcM?si=xaDEWFF9xT6T2WcI
- #131 written by Abcd 6 months ago
- #136 written by Zahid 6 months ago
- #140 written by ap 6 months ago
- #142 written by Bornjay 6 months ago
- #147 written by Sachin 6 months ago
- #154 written by Anonymous 5 months ago
- #155 written by z4f4n 5 months ago
1. Extract the crack folder first before extracting/installing the software.
2. Put the crack folder on the exclusion list
3. Disable all internet access
4. Install the software
5. Install the crack
6. Restart the computer while making sure that all internet is blocked
7. Block all outgoing and ingoing network connections to the autodesk folderBelow, I have an example of the batch code you can use. Just replace the folder name in the set folder variable :
REM Set the folder containing the .exe files
set “folder_path=C:\Program Files\Autodesk\AdODIS\V1\Setup”REM Rule configuration
set “action=block” REM Action to block
set “protocol=any” REM Protocol: TCP, UDP, or anyecho Starting to block connections for .exe files in %folder_path%.
echo ==========================================================REM Loop through .exe files in the specified folder
for %%F in (“%folder_path%\*.exe”) do (
REM Extract the file name without path
set “file_name=%%~nF”
echo Blocking inbound connections for %%F…
netsh advfirewall firewall add rule name=”%%~nF-Inbound-Block” dir=in action=%action% program=”%%F” enable=yes protocol=%protocol% profile=any
echo Blocking outbound connections for %%F…
netsh advfirewall firewall add rule name=”%%~nF-Outbound-Block” dir=out action=%action% program=”%%F” enable=yes protocol=%protocol% profile=any
)echo ==========================================================
echo All .exe files in the folder have been blocked for inbound and outbound connections.
pauseThe best way that I found to find the files that are connecting to the internet is using a program that lets you see the services that are getting connected, like netlimiter, you find the folder, you put the name of the folder in the script and you run the script.
You do that while the internet is disconnected, and you restart the computer as many times to see which autodesk service connect to the internet automatically and block it using the script.
After you are satisfied that all autodesk services have been blocked, you can activate internet and enjoy your program with no problem.
- #156 written by Revit user 5 months ago
I already have autocad downloaded so when I try to download the license manager for revit it prompts me that it already exists and to delete the existing file. Will my autocad stop working if I delete the license manager folder that I downloaded for autocad?
I have to download because I want to use revit.- #157 written by z4f4n 5 months ago
1. Extract the crack folder first before extracting/installing the software.
2. Put the crack folder on the exclusion list
3. Disable all internet access
4. Install the software
5. Install the crack
6. Restart the computer while making sure that all internet is blocked
7. Block all outgoing and ingoing network connections to the autodesk folderBelow, I have an example of the batch code you can use. Just replace the folder name in the set folder variable :
REM Set the folder containing the .exe files
set “folder_path=C:\Program Files\Autodesk\AdODIS\V1\Setup”REM Rule configuration
set “action=block” REM Action to block
set “protocol=any” REM Protocol: TCP, UDP, or anyecho Starting to block connections for .exe files in %folder_path%.
echo ==========================================================REM Loop through .exe files in the specified folder
for %%F in (“%folder_path%\*.exe”) do (
REM Extract the file name without path
set “file_name=%%~nF”
echo Blocking inbound connections for %%F…
netsh advfirewall firewall add rule name=”%%~nF-Inbound-Block” dir=in action=%action% program=”%%F” enable=yes protocol=%protocol% profile=any
echo Blocking outbound connections for %%F…
netsh advfirewall firewall add rule name=”%%~nF-Outbound-Block” dir=out action=%action% program=”%%F” enable=yes protocol=%protocol% profile=any
)echo ==========================================================
echo All .exe files in the folder have been blocked for inbound and outbound connections.
pauseThe best way that I found to find the files that are connecting to the internet is using a program that lets you see the services that are getting connected, like netlimiter, you find the folder, you put the name of the folder in the script and you run the script.
You do that while the internet is disconnected, and you restart the computer as many times to see which autodesk service connect to the internet automatically and block it using the script.
After you are satisfied that all autodesk services have been blocked, you can activate internet and enjoy your program with no problem.
- #162 written by Rich 5 months ago
I realized that when you download the Revit 2025, it doesn’t come with the Library Contents. If you need full library contents, you can email me @richdigitaltechnologies@gmail,com and I will provide you with the full Library Contents you can download and place in the specified path so that they are accessible in the Revit environment.
- #167 written by dave 5 months ago
- #168 written by z4f4n 5 months ago
1. Extract the crack folder first before extracting/installing the software.
2. Put the crack folder on the exclusion list
3. Disable all internet access
4. Install the software
5. Install the crack
6. Restart the computer while making sure that all internet is blocked
7. Block all outgoing and ingoing network connections to the autodesk folderBelow, I have an example of the batch code you can use. Just replace the folder name in the set folder variable :
REM Set the folder containing the .exe files
set “folder_path=C:\Program Files\Autodesk\AdODIS\V1\Setup”REM Rule configuration
set “action=block” REM Action to block
set “protocol=any” REM Protocol: TCP, UDP, or anyecho Starting to block connections for .exe files in %folder_path%.
echo ==========================================================REM Loop through .exe files in the specified folder
for %%F in (“%folder_path%\*.exe”) do (
REM Extract the file name without path
set “file_name=%%~nF”
echo Blocking inbound connections for %%F…
netsh advfirewall firewall add rule name=”%%~nF-Inbound-Block” dir=in action=%action% program=”%%F” enable=yes protocol=%protocol% profile=any
echo Blocking outbound connections for %%F…
netsh advfirewall firewall add rule name=”%%~nF-Outbound-Block” dir=out action=%action% program=”%%F” enable=yes protocol=%protocol% profile=any
)echo ==========================================================
echo All .exe files in the folder have been blocked for inbound and outbound connections.
pauseThe best way that I found to find the files that are connecting to the internet is using a program that lets you see the services that are getting connected, like netlimiter, you find the folder, you put the name of the folder in the script and you run the script.
You do that while the internet is disconnected, and you restart the computer as many times to see which autodesk service connect to the internet automatically and block it using the script.
After you are satisfied that all autodesk services have been blocked, you can activate internet and enjoy your program with no problem.
- #172 written by Me 5 months ago
- #178 written by Rehan 4 months ago
- #186 written by Dorothy 4 months ago
- #187 written by z4f4n 4 months ago
1. Extract the crack folder first before extracting/installing the software.
2. Put the crack folder on the exclusion list
3. Disable all internet access
4. Install the software
5. Install the crack
6. Restart the computer while making sure that all internet is blocked
7. Block all outgoing and ingoing network connections to the autodesk folderBelow, I have an example of the batch code you can use. Just replace the folder name in the set folder variable :
REM Set the folder containing the .exe files
set “folder_path=C:\Program Files\Autodesk\AdODIS\V1\Setup”REM Rule configuration
set “action=block” REM Action to block
set “protocol=any” REM Protocol: TCP, UDP, or anyecho Starting to block connections for .exe files in %folder_path%.
echo ==========================================================REM Loop through .exe files in the specified folder
for %%F in (“%folder_path%\*.exe”) do (
REM Extract the file name without path
set “file_name=%%~nF”
echo Blocking inbound connections for %%F…
netsh advfirewall firewall add rule name=”%%~nF-Inbound-Block” dir=in action=%action% program=”%%F” enable=yes protocol=%protocol% profile=any
echo Blocking outbound connections for %%F…
netsh advfirewall firewall add rule name=”%%~nF-Outbound-Block” dir=out action=%action% program=”%%F” enable=yes protocol=%protocol% profile=any
)echo ==========================================================
echo All .exe files in the folder have been blocked for inbound and outbound connections.
pauseThe best way that I found to find the files that are connecting to the internet is using a program that lets you see the services that are getting connected, like netlimiter, you find the folder, you put the name of the folder in the script and you run the script.
You do that while the internet is disconnected, and you restart the computer as many times to see which autodesk service connect to the internet automatically and block it using the script.
After you are satisfied that all autodesk services have been blocked, you can activate internet and enjoy your program with no problem.
- #191 written by z4f4n 4 months ago
1. Extract the crack folder first before extracting/installing the software.
2. Put the crack folder on the exclusion list
3. Disable all internet access
4. Install the software
5. Install the crack
6. Restart the computer while making sure that all internet is blocked
7. Block all outgoing and ingoing network connections to the autodesk folderBelow, I have an example of the batch code you can use. Just replace the folder name in the set folder variable :
REM Set the folder containing the .exe files
set “folder_path=C:\Program Files\Autodesk\AdODIS\V1\Setup”REM Rule configuration
set “action=block” REM Action to block
set “protocol=any” REM Protocol: TCP, UDP, or anyecho Starting to block connections for .exe files in %folder_path%.
echo ==========================================================REM Loop through .exe files in the specified folder
for %%F in (“%folder_path%\*.exe”) do (
REM Extract the file name without path
set “file_name=%%~nF”
echo Blocking inbound connections for %%F…
netsh advfirewall firewall add rule name=”%%~nF-Inbound-Block” dir=in action=%action% program=”%%F” enable=yes protocol=%protocol% profile=any
echo Blocking outbound connections for %%F…
netsh advfirewall firewall add rule name=”%%~nF-Outbound-Block” dir=out action=%action% program=”%%F” enable=yes protocol=%protocol% profile=any
)echo ==========================================================
echo All .exe files in the folder have been blocked for inbound and outbound connections.
pauseThe best way that I found to find the files that are connecting to the internet is using a program that lets you see the services that are getting connected, like netlimiter, you find the folder, you put the name of the folder in the script and you run the script.
You do that while the internet is disconnected, and you restart the computer as many times to see which autodesk service connect to the internet automatically and block it using the script.
After you are satisfied that all autodesk services have been blocked, you can activate internet and enjoy your program with no problem.
- #192 written by jake 4 months ago
Server is not starting… Im seeing this in the logs:
(adskflex) Invalid license key (inconsistent authentication code)
…
0:52:05 (adskflex) Invalid license key (inconsistent authentication code)
0:52:05 (adskflex) ==>FEATURE 87224ACD_2020_0F adskflex 1.000 permanent 100 \
VENDOR_STRING=commercial:permanent SUPERSEDE DUP_GROUP=UH \
ISSUED=01-janv-2021 SN=111-11111111 TS_OK SIGN=”1745 D487 C07B \
1B0D 10C0 555A B147 1372 8DBF 1E14 ECFC 870D FC59 5ECC 9156 \
1814 B16F 2E7B 4760 2A4C 745E 732E 5A7D 9A3C E3D4 0359 562E \
9B90 713D 3708″ SIGN2=”100D 7553 E295 6170 A0C2 9567 8124 C44F \
22C3 81B1 E629 EA7D 21A5 E308 1BD3 1D1F 0650 B3DC E78C 2AB0 \
C055 DB08 A9DE 12DB FA5C 3AF6 FFC3 A3EA A323 4699″
0:52:05 (adskflex) License server system started on DESKTOP-CUNQPOA
0:52:05 (adskflex) No features to serve, exiting
0:52:05 (adskflex) EXITING DUE TO SIGNAL 27 Exit reason 4
0:52:09 (lmgrd) adskflex exited with status 27 (No features to serve)
0:52:09 (lmgrd) adskflex daemon found no features. Please correct
0:52:09 (lmgrd) license file and re-start daemons.
0:52:09 (lmgrd)
0:52:09 (lmgrd) This may be due to the fact that you are using
0:52:09 (lmgrd) a different license file from the one you expect.
0:52:09 (lmgrd) Check to make sure that:
0:52:09 (lmgrd) F:\Revit 2025\Network Licence Manager\License.lic
0:52:09 (lmgrd) is the license file you want to use.
0:52:09 (lmgrd)I checked and the file is correct
- #194 written by Anonymous 4 months ago
- #200 written by Anonymous 4 months ago
- #201 written by z4f4n 4 months ago
- #202 written by priyesh 3 months ago
- #203 written by z4f4n 3 months ago
Priyesh, The issue happens when you have not installed the required supporting setup. Currently, please follow this installation guide video again step by step, and make sure to keep your internet connection turned off while following it. I hope your problem will be resolved. Do not miss any step. BTW I have forwarded the AnyDesk ID to our Team, they will contact you soon.
- #204 written by z4f4n 4 months ago
- #207 written by Marimar 4 months ago
- #211 written by ameer 4 months ago
- #213 written by QWERTY 4 months ago
- #215 written by z4f4n 4 months ago
- #218 written by Logical_garry 4 months ago
- #220 written by z4f4n 4 months ago
- #221 written by khgan 4 months ago
- #224 written by khan 4 months ago
- #226 written by Anonymous 4 months ago
- #229 written by BALAMURUGAN R 4 months ago
- #230 written by z4f4n 3 months ago
1. Extract the crack folder first before extracting/installing the software.
2. Put the crack folder on the exclusion list
3. Disable all internet access
4. Install the software
5. Install the crack
6. Restart the computer while making sure that all internet is blocked
7. Block all outgoing and ingoing network connections to the autodesk folderBelow, I have an example of the batch code you can use. Just replace the folder name in the set folder variable :
REM Set the folder containing the .exe files
set “folder_path=C:\Program Files\Autodesk\AdODIS\V1\Setup”REM Rule configuration
set “action=block” REM Action to block
set “protocol=any” REM Protocol: TCP, UDP, or anyecho Starting to block connections for .exe files in %folder_path%.
echo ==========================================================REM Loop through .exe files in the specified folder
for %%F in (“%folder_path%\*.exe”) do (
REM Extract the file name without path
set “file_name=%%~nF”
echo Blocking inbound connections for %%F…
netsh advfirewall firewall add rule name=”%%~nF-Inbound-Block” dir=in action=%action% program=”%%F” enable=yes protocol=%protocol% profile=any
echo Blocking outbound connections for %%F…
netsh advfirewall firewall add rule name=”%%~nF-Outbound-Block” dir=out action=%action% program=”%%F” enable=yes protocol=%protocol% profile=any
)echo ==========================================================
echo All .exe files in the folder have been blocked for inbound and outbound connections.
pauseThe best way that I found to find the files that are connecting to the internet is using a program that lets you see the services that are getting connected, like netlimiter, you find the folder, you put the name of the folder in the script and you run the script.
You do that while the internet is disconnected, and you restart the computer as many times to see which autodesk service connect to the internet automatically and block it using the script.
After you are satisfied that all autodesk services have been blocked, you can activate internet and enjoy your program with no problem.
- #231 written by Error License 4 months ago
- #234 written by Anonymous 3 months ago
- #236 written by Alex t 3 months ago
- #239 written by SDM 3 months ago
HELP! it was working fine for the first week or so, it asked me to specify for the license file and I did it as it was shown in the youtube twoubleshooting video.
Now when I browse and select the license file it gives an error, ‘Network License Not Available – common causes: all licenses are in use, the server is down or the license has exprired. Contact your system administrator for support.’
I have a to send some drawings this weekend and I need working Revit ASAP! Please help.
- #241 written by Kez 3 months ago
Hi z4f4n,
I followed all the steps and once I click start server it says Server start failed. Please check debug log or event log for more details.
And when I try to start the autodesk on services it shows error 1067 the process terminated unexpectedly.
My Anydesk ID is 1631095208.
I would so much appreciate it if you can assist me in resolving this issue. Thank you!
- #246 written by Ryan 3 months ago
- #249 written by Anonymous 3 months ago
- #250 written by z4f4n 3 months ago
1. Extract the crack folder first before extracting/installing the software.
2. Put the crack folder on the exclusion list
3. Disable all internet access
4. Install the software
5. Install the crack
6. Restart the computer while making sure that all internet is blocked
7. Block all outgoing and ingoing network connections to the autodesk folderBelow, I have an example of the batch code you can use. Just replace the folder name in the set folder variable :
REM Set the folder containing the .exe files
set “folder_path=C:\Program Files\Autodesk\AdODIS\V1\Setup”REM Rule configuration
set “action=block” REM Action to block
set “protocol=any” REM Protocol: TCP, UDP, or anyecho Starting to block connections for .exe files in %folder_path%.
echo ==========================================================REM Loop through .exe files in the specified folder
for %%F in (“%folder_path%\*.exe”) do (
REM Extract the file name without path
set “file_name=%%~nF”
echo Blocking inbound connections for %%F…
netsh advfirewall firewall add rule name=”%%~nF-Inbound-Block” dir=in action=%action% program=”%%F” enable=yes protocol=%protocol% profile=any
echo Blocking outbound connections for %%F…
netsh advfirewall firewall add rule name=”%%~nF-Outbound-Block” dir=out action=%action% program=”%%F” enable=yes protocol=%protocol% profile=any
)echo ==========================================================
echo All .exe files in the folder have been blocked for inbound and outbound connections.
pauseThe best way that I found to find the files that are connecting to the internet is using a program that lets you see the services that are getting connected, like netlimiter, you find the folder, you put the name of the folder in the script and you run the script.
You do that while the internet is disconnected, and you restart the computer as many times to see which autodesk service connect to the internet automatically and block it using the script.
After you are satisfied that all autodesk services have been blocked, you can activate internet and enjoy your program with no problem.
- #252 written by pls help 3 months ago
- #257 written by Casper 3 months ago
- #261 written by help me 3 months ago
- #263 written by Manish Dhanani 3 months ago
- #265 written by Ashan 3 months ago
- #266 written by z4f4n 3 months ago
1. Extract the crack folder first before extracting/installing the software.
2. Put the crack folder on the exclusion list
3. Disable all internet access
4. Install the software
5. Install the crack
6. Restart the computer while making sure that all internet is blocked
7. Block all outgoing and ingoing network connections to the autodesk folderBelow, I have an example of the batch code you can use. Just replace the folder name in the set folder variable :
REM Set the folder containing the .exe files
set “folder_path=C:\Program Files\Autodesk\AdODIS\V1\Setup”REM Rule configuration
set “action=block” REM Action to block
set “protocol=any” REM Protocol: TCP, UDP, or anyecho Starting to block connections for .exe files in %folder_path%.
echo ==========================================================REM Loop through .exe files in the specified folder
for %%F in (“%folder_path%\*.exe”) do (
REM Extract the file name without path
set “file_name=%%~nF”
echo Blocking inbound connections for %%F…
netsh advfirewall firewall add rule name=”%%~nF-Inbound-Block” dir=in action=%action% program=”%%F” enable=yes protocol=%protocol% profile=any
echo Blocking outbound connections for %%F…
netsh advfirewall firewall add rule name=”%%~nF-Outbound-Block” dir=out action=%action% program=”%%F” enable=yes protocol=%protocol% profile=any
)echo ==========================================================
echo All .exe files in the folder have been blocked for inbound and outbound connections.
pauseThe best way that I found to find the files that are connecting to the internet is using a program that lets you see the services that are getting connected, like netlimiter, you find the folder, you put the name of the folder in the script and you run the script.
You do that while the internet is disconnected, and you restart the computer as many times to see which autodesk service connect to the internet automatically and block it using the script.
After you are satisfied that all autodesk services have been blocked, you can activate internet and enjoy your program with no problem..
- #267 written by hire west 3 months ago
- #268 written by z4f4n 3 months ago
1. Extract the crack folder first before extracting/installing the software.
2. Put the crack folder on the exclusion list
3. Disable all internet access
4. Install the software
5. Install the crack
6. Restart the computer while making sure that all internet is blocked
7. Block all outgoing and ingoing network connections to the autodesk folderBelow, I have an example of the batch code you can use. Just replace the folder name in the set folder variable :
REM Set the folder containing the .exe files
set “folder_path=C:\Program Files\Autodesk\AdODIS\V1\Setup”REM Rule configuration
set “action=block” REM Action to block
set “protocol=any” REM Protocol: TCP, UDP, or anyecho Starting to block connections for .exe files in %folder_path%.
echo ==========================================================REM Loop through .exe files in the specified folder
for %%F in (“%folder_path%\*.exe”) do (
REM Extract the file name without path
set “file_name=%%~nF”
echo Blocking inbound connections for %%F…
netsh advfirewall firewall add rule name=”%%~nF-Inbound-Block” dir=in action=%action% program=”%%F” enable=yes protocol=%protocol% profile=any
echo Blocking outbound connections for %%F…
netsh advfirewall firewall add rule name=”%%~nF-Outbound-Block” dir=out action=%action% program=”%%F” enable=yes protocol=%protocol% profile=any
)echo ==========================================================
echo All .exe files in the folder have been blocked for inbound and outbound connections.
pauseThe best way that I found to find the files that are connecting to the internet is using a program that lets you see the services that are getting connected, like netlimiter, you find the folder, you put the name of the folder in the script and you run the script.
You do that while the internet is disconnected, and you restart the computer as many times to see which autodesk service connect to the internet automatically and block it using the script.
After you are satisfied that all autodesk services have been blocked, you can activate internet and enjoy your program with no problem.
- #269 written by Anonymous 3 months ago
- #272 written by zapphire#2021 3 months ago
- #276 written by abbas 3 months ago
- #278 written by Bey 3 months ago
Please help. Mine is saying that the lmgrd is not running
”
lmgrd is not running: Cannot connect to license server system.
The license server manager (lmgrd) has not been started yet,
the wrong port@host or license file is being used, or the
port or hostname in the license file has been changed.
Server name: MyComputer
License path: @MyComputer;
FlexNet Licensing error:-15,570
“ - #283 written by Anonymous 3 months ago
- #284 written by z4f4n 3 months ago
1. Extract the crack folder first before extracting/installing the software.
2. Put the crack folder on the exclusion list
3. Disable all internet access
4. Install the software
5. Install the crack
6. Restart the computer while making sure that all internet is blocked
7. Block all outgoing and ingoing network connections to the autodesk folderBelow, I have an example of the batch code you can use. Just replace the folder name in the set folder variable :
REM Set the folder containing the .exe files
set “folder_path=C:\Program Files\Autodesk\AdODIS\V1\Setup”REM Rule configuration
set “action=block” REM Action to block
set “protocol=any” REM Protocol: TCP, UDP, or anyecho Starting to block connections for .exe files in %folder_path%.
echo ==========================================================REM Loop through .exe files in the specified folder
for %%F in (“%folder_path%\*.exe”) do (
REM Extract the file name without path
set “file_name=%%~nF”
echo Blocking inbound connections for %%F…
netsh advfirewall firewall add rule name=”%%~nF-Inbound-Block” dir=in action=%action% program=”%%F” enable=yes protocol=%protocol% profile=any
echo Blocking outbound connections for %%F…
netsh advfirewall firewall add rule name=”%%~nF-Outbound-Block” dir=out action=%action% program=”%%F” enable=yes protocol=%protocol% profile=any
)echo ==========================================================
echo All .exe files in the folder have been blocked for inbound and outbound connections.
pauseThe best way that I found to find the files that are connecting to the internet is using a program that lets you see the services that are getting connected, like netlimiter, you find the folder, you put the name of the folder in the script and you run the script.
You do that while the internet is disconnected, and you restart the computer as many times to see which autodesk service connect to the internet automatically and block it using the script.
After you are satisfied that all autodesk services have been blocked, you can activate internet and enjoy your program with no problem.
- #286 written by z4f4n 3 months ago
1. Extract the crack folder first before extracting/installing the software.
2. Put the crack folder on the exclusion list
3. Disable all internet access
4. Install the software
5. Install the crack
6. Restart the computer while making sure that all internet is blocked
7. Block all outgoing and ingoing network connections to the autodesk folderBelow, I have an example of the batch code you can use. Just replace the folder name in the set folder variable :
REM Set the folder containing the .exe files
set “folder_path=C:\Program Files\Autodesk\AdODIS\V1\Setup”REM Rule configuration
set “action=block” REM Action to block
set “protocol=any” REM Protocol: TCP, UDP, or anyecho Starting to block connections for .exe files in %folder_path%.
echo ==========================================================REM Loop through .exe files in the specified folder
for %%F in (“%folder_path%\*.exe”) do (
REM Extract the file name without path
set “file_name=%%~nF”
echo Blocking inbound connections for %%F…
netsh advfirewall firewall add rule name=”%%~nF-Inbound-Block” dir=in action=%action% program=”%%F” enable=yes protocol=%protocol% profile=any
echo Blocking outbound connections for %%F…
netsh advfirewall firewall add rule name=”%%~nF-Outbound-Block” dir=out action=%action% program=”%%F” enable=yes protocol=%protocol% profile=any
)echo ==========================================================
echo All .exe files in the folder have been blocked for inbound and outbound connections.
pauseThe best way that I found to find the files that are connecting to the internet is using a program that lets you see the services that are getting connected, like netlimiter, you find the folder, you put the name of the folder in the script and you run the script.
You do that while the internet is disconnected, and you restart the computer as many times to see which autodesk service connect to the internet automatically and block it using the script.
After you are satisfied that all autodesk services have been blocked, you can activate internet and enjoy your program with no problem.
- #287 written by Schrooge 3 months ago
- #288 written by z4f4n 3 months ago
- #291 written by Schrooge 3 months ago
- #292 written by z4f4n 3 months ago
1. Extract the crack folder first before extracting/installing the software.
2. Put the crack folder on the exclusion list
3. Disable all internet access
4. Install the software
5. Install the crack
6. Restart the computer while making sure that all internet is blocked
7. Block all outgoing and ingoing network connections to the autodesk folderBelow, I have an example of the batch code you can use. Just replace the folder name in the set folder variable :
REM Set the folder containing the .exe files
set “folder_path=C:\Program Files\Autodesk\AdODIS\V1\Setup”REM Rule configuration
set “action=block” REM Action to block
set “protocol=any” REM Protocol: TCP, UDP, or anyecho Starting to block connections for .exe files in %folder_path%.
echo ==========================================================REM Loop through .exe files in the specified folder
for %%F in (“%folder_path%\*.exe”) do (
REM Extract the file name without path
set “file_name=%%~nF”
echo Blocking inbound connections for %%F…
netsh advfirewall firewall add rule name=”%%~nF-Inbound-Block” dir=in action=%action% program=”%%F” enable=yes protocol=%protocol% profile=any
echo Blocking outbound connections for %%F…
netsh advfirewall firewall add rule name=”%%~nF-Outbound-Block” dir=out action=%action% program=”%%F” enable=yes protocol=%protocol% profile=any
)echo ==========================================================
echo All .exe files in the folder have been blocked for inbound and outbound connections.
pauseThe best way that I found to find the files that are connecting to the internet is using a program that lets you see the services that are getting connected, like netlimiter, you find the folder, you put the name of the folder in the script and you run the script.
You do that while the internet is disconnected, and you restart the computer as many times to see which autodesk service connect to the internet automatically and block it using the script.
After you are satisfied that all autodesk services have been blocked, you can activate internet and enjoy your program with no problem.
- #293 written by Anonymous 3 months ago
- #296 written by Anonymous 3 months ago
- #297 written by z4f4n 3 months ago
1. Extract the crack folder first before extracting/installing the software.
2. Put the crack folder on the exclusion list
3. Disable all internet access
4. Install the software
5. Install the crack
6. Restart the computer while making sure that all internet is blocked
7. Block all outgoing and ingoing network connections to the autodesk folderBelow, I have an example of the batch code you can use. Just replace the folder name in the set folder variable :
REM Set the folder containing the .exe files
set “folder_path=C:\Program Files\Autodesk\AdODIS\V1\Setup”REM Rule configuration
set “action=block” REM Action to block
set “protocol=any” REM Protocol: TCP, UDP, or anyecho Starting to block connections for .exe files in %folder_path%.
echo ==========================================================REM Loop through .exe files in the specified folder
for %%F in (“%folder_path%\*.exe”) do (
REM Extract the file name without path
set “file_name=%%~nF”
echo Blocking inbound connections for %%F…
netsh advfirewall firewall add rule name=”%%~nF-Inbound-Block” dir=in action=%action% program=”%%F” enable=yes protocol=%protocol% profile=any
echo Blocking outbound connections for %%F…
netsh advfirewall firewall add rule name=”%%~nF-Outbound-Block” dir=out action=%action% program=”%%F” enable=yes protocol=%protocol% profile=any
)echo ==========================================================
echo All .exe files in the folder have been blocked for inbound and outbound connections.
pauseThe best way that I found to find the files that are connecting to the internet is using a program that lets you see the services that are getting connected, like netlimiter, you find the folder, you put the name of the folder in the script and you run the script.
You do that while the internet is disconnected, and you restart the computer as many times to see which autodesk service connect to the internet automatically and block it using the script.
After you are satisfied that all autodesk services have been blocked, you can activate internet and enjoy your program with no problem.
- #298 written by Akki 3 months ago
Alway with newer version(After 2022 Version) of Autodesk, that installation window dissppear.
I tried newer version of Autocad and Revit. After run setup(run as administration) Autodesk installer appear and then dissappear quikly and then nothing happen.
While older version (Before 2022) Autocad and Revit succesfully installed.
- #301 written by Mark 3 months ago
- #304 written by MasterC 3 months ago
- #307 written by Anonymous 3 months ago
I’ve installed Civil 3D 2025 from here, it works perfectly. Now, I want to install revit 2025 too, I downloaded it, opened the “read me” and it’s the same with civil 3D, do I have to do it all over again? If yes, will it affect my civil 3D too? Because I tried to install and open revit, tried and used the 127.0.0.1 as server, but it wont accept it. Please help. Thank you
- #309 written by Anonymous 3 months ago
- #316 written by Anonymous 3 months ago
- #323 written by z4f4n 2 months ago
Follow the installation guide
https://how-to-pc.info/how-to-install-autodesk-revit-2025-without-errors/
- #324 written by Anonymous 2 months ago
- #326 written by Fatyan 2 months ago
- #327 written by z4f4n 2 months ago
1. Extract the crack folder first before extracting/installing the software.
2. Put the crack folder on the exclusion list
3. Disable all internet access
4. Install the software
5. Install the crack
6. Restart the computer while making sure that all internet is blocked
7. Block all outgoing and ingoing network connections to the autodesk folderBelow, I have an example of the batch code you can use. Just replace the folder name in the set folder variable :
REM Set the folder containing the .exe files
set “folder_path=C:\Program Files\Autodesk\AdODIS\V1\Setup”REM Rule configuration
set “action=block” REM Action to block
set “protocol=any” REM Protocol: TCP, UDP, or anyecho Starting to block connections for .exe files in %folder_path%.
echo ==========================================================REM Loop through .exe files in the specified folder
for %%F in (“%folder_path%\*.exe”) do (
REM Extract the file name without path
set “file_name=%%~nF”
echo Blocking inbound connections for %%F…
netsh advfirewall firewall add rule name=”%%~nF-Inbound-Block” dir=in action=%action% program=”%%F” enable=yes protocol=%protocol% profile=any
echo Blocking outbound connections for %%F…
netsh advfirewall firewall add rule name=”%%~nF-Outbound-Block” dir=out action=%action% program=”%%F” enable=yes protocol=%protocol% profile=any
)echo ==========================================================
echo All .exe files in the folder have been blocked for inbound and outbound connections.
pauseThe best way that I found to find the files that are connecting to the internet is using a program that lets you see the services that are getting connected, like netlimiter, you find the folder, you put the name of the folder in the script and you run the script.
You do that while the internet is disconnected, and you restart the computer as many times to see which autodesk service connect to the internet automatically and block it using the script.
After you are satisfied that all autodesk services have been blocked, you can activate internet and enjoy your program with no problem.
- #328 written by Chuckles 2 months ago
Server start failed.
I have found a solution for this error.It seems to be with the copy pasting of liscense file. Just ensure the credentials that are pasted in the text file, reflect in the main liscence file as well; in Local disk (C) 》Autodesk 》Network Liscence Manager 》Liscence.lic
Once this is resolved, start server command from services.
There was one more error when Revit opened, it was asking server name
I typed 2080@server, once it opens, from the browse options, reselect the liscene file again. Revit will open. Someone in the above comments posted a youtube link as well on how to do it steps.Wink 😉
- #330 written by Anonymous 1 month ago
- #332 written by Elijah ekemini Ekwere 2 months ago
- #334 written by Anonymous 2 months ago
- #337 written by Anonymous 2 months ago
- #338 written by z4f4n 1 month ago
- #339 written by RAZ 2 months ago
- #345 written by z4f4n 2 months ago
1. Extract the crack folder first before extracting/installing the software.
2. Put the crack folder on the exclusion list
3. Disable all internet access
4. Install the software
5. Install the crack
6. Restart the computer while making sure that all internet is blocked
7. Block all outgoing and ingoing network connections to the autodesk folderBelow, I have an example of the batch code you can use. Just replace the folder name in the set folder variable :
REM Set the folder containing the .exe files
set “folder_path=C:\Program Files\Autodesk\AdODIS\V1\Setup”REM Rule configuration
set “action=block” REM Action to block
set “protocol=any” REM Protocol: TCP, UDP, or anyecho Starting to block connections for .exe files in %folder_path%.
echo ==========================================================REM Loop through .exe files in the specified folder
for %%F in (“%folder_path%\*.exe”) do (
REM Extract the file name without path
set “file_name=%%~nF”
echo Blocking inbound connections for %%F…
netsh advfirewall firewall add rule name=”%%~nF-Inbound-Block” dir=in action=%action% program=”%%F” enable=yes protocol=%protocol% profile=any
echo Blocking outbound connections for %%F…
netsh advfirewall firewall add rule name=”%%~nF-Outbound-Block” dir=out action=%action% program=”%%F” enable=yes protocol=%protocol% profile=any
)echo ==========================================================
echo All .exe files in the folder have been blocked for inbound and outbound connections.
pauseThe best way that I found to find the files that are connecting to the internet is using a program that lets you see the services that are getting connected, like netlimiter, you find the folder, you put the name of the folder in the script and you run the script.
You do that while the internet is disconnected, and you restart the computer as many times to see which autodesk service connect to the internet automatically and block it using the script.
After you are satisfied that all autodesk services have been blocked, you can activate internet and enjoy your program with no problem.
- #347 written by arun 2 months ago
- #350 written by vine 2 months ago
- #352 written by mzt444 2 months ago
- #357 written by Muhammad Abdul Haseeb 2 months ago
- #359 written by Jmanuel_X 2 months ago
My license file doesn’t allow a manual save in the crack folder, but it appears to have saved automatically on its own. Is all still good? Following the video step-by-step faced the problem “Server Start failed. Please check debut log or event log for more details.” I copied the 1st set of alphanumeric code without the ” but still facing the same problem
- #360 written by z4f4n 1 month ago
- #364 written by J 1 month ago
- #365 written by z4f4n 1 month ago
Sir, do not turn on the internet. If you enable the internet during installation, the crack files of your software may get damaged. Please complete the installation first, and then block Revit’s EXE file incoming and outgoing internet connections through Windows Firewall. After that, even if you turn on the internet, your software will not be damaged.
- #366 written by Dolls 1 month ago
- #368 written by Anonymous 1 month ago
- #370 written by Anonymous 1 month ago
when i try to modify the Licence.lic file, it works well bet when i try to to it in its original location, they ask me to save it eslewhere. so when i do it changes the Licence.lic file to a Licence.lic.txt file which is incompatible with what is required in the LMTOOLS program. how can i solve this issue ?
- #373 written by RAM 1 month ago
- #374 written by z4f4n 1 month ago
1. Extract the crack folder first before extracting/installing the software.
2. Put the crack folder on the exclusion list
3. Disable all internet access
4. Install the software
5. Install the crack
6. Restart the computer while making sure that all internet is blocked
7. Block all outgoing and ingoing network connections to the autodesk folderBelow, I have an example of the batch code you can use. Just replace the folder name in the set folder variable :
REM Set the folder containing the .exe files
set “folder_path=C:\Program Files\Autodesk\AdODIS\V1\Setup”REM Rule configuration
set “action=block” REM Action to block
set “protocol=any” REM Protocol: TCP, UDP, or anyecho Starting to block connections for .exe files in %folder_path%.
echo ==========================================================REM Loop through .exe files in the specified folder
for %%F in (“%folder_path%\*.exe”) do (
REM Extract the file name without path
set “file_name=%%~nF”
echo Blocking inbound connections for %%F…
netsh advfirewall firewall add rule name=”%%~nF-Inbound-Block” dir=in action=%action% program=”%%F” enable=yes protocol=%protocol% profile=any
echo Blocking outbound connections for %%F…
netsh advfirewall firewall add rule name=”%%~nF-Outbound-Block” dir=out action=%action% program=”%%F” enable=yes protocol=%protocol% profile=any
)echo ==========================================================
echo All .exe files in the folder have been blocked for inbound and outbound connections.
pauseThe best way that I found to find the files that are connecting to the internet is using a program that lets you see the services that are getting connected, like netlimiter, you find the folder, you put the name of the folder in the script and you run the script.
You do that while the internet is disconnected, and you restart the computer as many times to see which autodesk service connect to the internet automatically and block it using the script.
After you are satisfied that all autodesk services have been blocked, you can activate internet and enjoy your program with no problem.
- #375 written by Milind 1 month ago
- #378 written by Mohammed Sohail 1 month ago
- #381 written by happy 1 month ago
- #384 written by Ahk 1 month ago
- #386 written by Tatoman 1 month ago
Hi,
I followed all instructions and tried two times to make Revit work. Even created Simple Batch file per instructions. Revit still does not open and I get this message:
Network License Not Available
Common causes: all licenses in use, the server is down, or the license has expired. Contact your system administrator or support.
Error [-15.570.0]
Please can you help me?- #387 written by z4f4n 1 month ago
- #389 written by Anonymous 1 month ago
- #390 written by z4f4n 1 month ago
Sir, kindly carefully follow the instructions in the README file inside the Revit folder. It is possible that you may have missed a step in between. Please follow our installation video, where everything is explained step by step on how to install the software with the crack. However, if you’re getting any errors while using the software, we can definitely help you with that. Please message our team member privately on his email or on Google Chat, and he’ll solve your problem. [email protected]
- #392 written by z4f4n 1 month ago
- #394 written by Hussy 1 month ago
- #396 written by Adil 1 month ago
- #402 written by SS 1 month ago
- #404 written by z4f4n 1 month ago
Sir, we have not encountered such an error that we could explain its issue to you through a video guide. However, it is possible that this error may occur due to either your antivirus being turned on or your internet being active. Kindly restart your PC and try again. I hope your software will start properly.
- #405 written by Raef 1 month ago
- #406 written by z4f4n 1 month ago
Have you followed the installation guide? If not please follow the guide. Here is the link
https://how-to-pc.info/how-to-install-autodesk-revit-2025-without-errors/
- #407 written by Sudalaimadan 1 month ago
- #408 written by z4f4n 3 weeks ago
- #409 written by Sudalaimadan 1 month ago
- #413 written by Abhi 1 month ago
- #417 written by Mayandi 1 month ago
- #418 written by z4f4n 1 month ago
1. Extract the crack folder first before extracting/installing the software.
2. Put the crack folder on the exclusion list
3. Disable all internet access
4. Install the software
5. Install the crack
6. Restart the computer while making sure that all internet is blocked
7. Block all outgoing and ingoing network connections to the autodesk folderBelow, I have an example of the batch code you can use. Just replace the folder name in the set folder variable :
REM Set the folder containing the .exe files
set “folder_path=C:\Program Files\Autodesk\AdODIS\V1\Setup”REM Rule configuration
set “action=block” REM Action to block
set “protocol=any” REM Protocol: TCP, UDP, or anyecho Starting to block connections for .exe files in %folder_path%.
echo ==========================================================REM Loop through .exe files in the specified folder
for %%F in (“%folder_path%\*.exe”) do (
REM Extract the file name without path
set “file_name=%%~nF”
echo Blocking inbound connections for %%F…
netsh advfirewall firewall add rule name=”%%~nF-Inbound-Block” dir=in action=%action% program=”%%F” enable=yes protocol=%protocol% profile=any
echo Blocking outbound connections for %%F…
netsh advfirewall firewall add rule name=”%%~nF-Outbound-Block” dir=out action=%action% program=”%%F” enable=yes protocol=%protocol% profile=any
)echo ==========================================================
echo All .exe files in the folder have been blocked for inbound and outbound connections.
pauseThe best way that I found to find the files that are connecting to the internet is using a program that lets you see the services that are getting connected, like netlimiter, you find the folder, you put the name of the folder in the script and you run the script.
You do that while the internet is disconnected, and you restart the computer as many times to see which autodesk service connect to the internet automatically and block it using the script.
After you are satisfied that all autodesk services have been blocked, you can activate internet and enjoy your program with no problem.
- #420 written by z4f4n 1 month ago
Follow the installation guide. Here is the link
https://how-to-pc.info/how-to-install-autodesk-revit-2025-without-errors/
- #421 written by #407 4 weeks ago
- #422 written by z4f4n 4 weeks ago
- #426 written by NAZAR 4 weeks ago
- #427 written by z4f4n 3 weeks ago
1. Extract the crack folder first before extracting/installing the software.
2. Put the crack folder on the exclusion list
3. Disable all internet access
4. Install the software
5. Install the crack
6. Restart the computer while making sure that all internet is blocked
7. Block all outgoing and ingoing network connections to the autodesk folderBelow, I have an example of the batch code you can use. Just replace the folder name in the set folder variable :
REM Set the folder containing the .exe files
set “folder_path=C:\Program Files\Autodesk\AdODIS\V1\Setup”REM Rule configuration
set “action=block” REM Action to block
set “protocol=any” REM Protocol: TCP, UDP, or anyecho Starting to block connections for .exe files in %folder_path%.
echo ==========================================================REM Loop through .exe files in the specified folder
for %%F in (“%folder_path%\*.exe”) do (
REM Extract the file name without path
set “file_name=%%~nF”
echo Blocking inbound connections for %%F…
netsh advfirewall firewall add rule name=”%%~nF-Inbound-Block” dir=in action=%action% program=”%%F” enable=yes protocol=%protocol% profile=any
echo Blocking outbound connections for %%F…
netsh advfirewall firewall add rule name=”%%~nF-Outbound-Block” dir=out action=%action% program=”%%F” enable=yes protocol=%protocol% profile=any
)echo ==========================================================
echo All .exe files in the folder have been blocked for inbound and outbound connections.
pauseThe best way that I found to find the files that are connecting to the internet is using a program that lets you see the services that are getting connected, like netlimiter, you find the folder, you put the name of the folder in the script and you run the script.
You do that while the internet is disconnected, and you restart the computer as many times to see which autodesk service connect to the internet automatically and block it using the script.
After you are satisfied that all autodesk services have been blocked, you can activate internet and enjoy your program with no problem.
- #430 written by Niik 4 weeks ago
- #432 written by Anonymous 3 weeks ago
- #434 written by Anonymous 3 weeks ago
- #439 written by z4f4n 3 weeks ago
Install it according to installation guide. Here is the link
https://how-to-pc.info/how-to-install-autodesk-revit-2025-without-errors/
- #442 written by UMEE 2 weeks ago
- #445 written by kljh 2 weeks ago
- #450 written by nonymous 2 weeks ago
- #454 written by Anonymous 2 weeks ago
- #455 written by z4f4n 2 weeks ago
1. Extract the crack folder first before extracting/installing the software.
2. Put the crack folder on the exclusion list
3. Disable all internet access
4. Install the software
5. Install the crack
6. Restart the computer while making sure that all internet is blocked
7. Block all outgoing and ingoing network connections to the autodesk folderBelow, I have an example of the batch code you can use. Just replace the folder name in the set folder variable :
REM Set the folder containing the .exe files
set “folder_path=C:\Program Files\Autodesk\AdODIS\V1\Setup”REM Rule configuration
set “action=block” REM Action to block
set “protocol=any” REM Protocol: TCP, UDP, or anyecho Starting to block connections for .exe files in %folder_path%.
echo ==========================================================REM Loop through .exe files in the specified folder
for %%F in (“%folder_path%\*.exe”) do (
REM Extract the file name without path
set “file_name=%%~nF”
echo Blocking inbound connections for %%F…
netsh advfirewall firewall add rule name=”%%~nF-Inbound-Block” dir=in action=%action% program=”%%F” enable=yes protocol=%protocol% profile=any
echo Blocking outbound connections for %%F…
netsh advfirewall firewall add rule name=”%%~nF-Outbound-Block” dir=out action=%action% program=”%%F” enable=yes protocol=%protocol% profile=any
)echo ==========================================================
echo All .exe files in the folder have been blocked for inbound and outbound connections.
pauseThe best way that I found to find the files that are connecting to the internet is using a program that lets you see the services that are getting connected, like netlimiter, you find the folder, you put the name of the folder in the script and you run the script.
You do that while the internet is disconnected, and you restart the computer as many times to see which autodesk service connect to the internet automatically and block it using the script.
After you are satisfied that all autodesk services have been blocked, you can activate internet and enjoy your program with no problem.
- #456 written by Anonymous 2 weeks ago
- #459 written by Q 1 week ago
- #461 written by Anonymous 1 week ago
- #463 written by Bebaaap 1 week ago
- #464 written by z4f4n 1 week ago
1. Extract the crack folder first before extracting/installing the software.
2. Put the crack folder on the exclusion list
3. Disable all internet access
4. Install the software
5. Install the crack
6. Restart the computer while making sure that all internet is blocked
7. Block all outgoing and ingoing network connections to the autodesk folderBelow, I have an example of the batch code you can use. Just replace the folder name in the set folder variable :
REM Set the folder containing the .exe files
set “folder_path=C:\Program Files\Autodesk\AdODIS\V1\Setup”REM Rule configuration
set “action=block” REM Action to block
set “protocol=any” REM Protocol: TCP, UDP, or anyecho Starting to block connections for .exe files in %folder_path%.
echo ==========================================================REM Loop through .exe files in the specified folder
for %%F in (“%folder_path%\*.exe”) do (
REM Extract the file name without path
set “file_name=%%~nF”
echo Blocking inbound connections for %%F…
netsh advfirewall firewall add rule name=”%%~nF-Inbound-Block” dir=in action=%action% program=”%%F” enable=yes protocol=%protocol% profile=any
echo Blocking outbound connections for %%F…
netsh advfirewall firewall add rule name=”%%~nF-Outbound-Block” dir=out action=%action% program=”%%F” enable=yes protocol=%protocol% profile=any
)echo ==========================================================
echo All .exe files in the folder have been blocked for inbound and outbound connections.
pauseThe best way that I found to find the files that are connecting to the internet is using a program that lets you see the services that are getting connected, like netlimiter, you find the folder, you put the name of the folder in the script and you run the script.
You do that while the internet is disconnected, and you restart the computer as many times to see which autodesk service connect to the internet automatically and block it using the script.
After you are satisfied that all autodesk services have been blocked, you can activate internet and enjoy your program with no problem.
- #465 written by JJ cale 1 week ago
- #466 written by Anonymous 1 week ago
- #471 written by Anonymous 3 days ago
- Comment Feed for this Post







Hmmm, mine does not work 😒 😫 🤧