Wednesday, 3 April 2024

Install Visual Studio 6.0 on Windows 10

 Install Visual Studio 6.0 on Windows 10

 

A tutorial for installing Visual Studio 6.0 on Windows 10

This article is a step by step process to install Visual Studio 6.0 on Windows 10. This article references the Enterprise edition of Visual Studio; however the same approach should work with the Professional version as well. It goes over how to clean up previous attempts if you've tried installing and failed, goes through running the setup wizard, and tells you which settings to disable.

Introduction

Yes, you read that title correctly, this article describes how to install Visual Studio 6.0 on Windows 10. Visual Studio 6.0 is still widely used around the globe, and there is a need to provide support for legacy applications and developers who still want to use this platform. Also, being the old timer that I am, I still like using Visual Studio 6.0 whose interface was specifically designed for C++ development. Sure, I admit I might be a little resistant to change, but I also find the MFC wizards are more C++ friendly and I like the ability to record macros which was no longer supported with newer versions of Visual Studio.

I have read several articles on this subject, most are good but seem to be incomplete or missing one or two key elements. I wanted to document what I have discovered through trial and error to be the best approach for installing Visual Studio 6.0 on later versions of Windows without the need for a 3rd party tool or installer.


Clean Up Previous Attempts

If you are reading this article, you have no doubt already attempted to install Visual Studio 6.0 on Windows 10 already and it has failed. If this is the case, you will need to do some manual cleanup first before we get started. Follow these steps to manually clean up any previous installation attempts:

Delete Installation Folders

You will need to remove any installation folders from previous installation attempts, they are usually located under C:\Program Files (x86) folder for 64-Bit OS and C:\Program Files folder on 32-Bit OS. Note: If you have installed Visual Studio 2017, make sure you do not touch the C:\Program Files (x86)\Microsoft Visual Studio\2017 folder.

·         C:\Program Files (x86)\Microsoft Visual Studio\Common

·         C:\Program Files (x86)\Microsoft Visual Studio\MSDN

·         C:\Program Files (x86)\Microsoft Visual Studio\MSDN98

·         C:\Program Files (x86)\Microsoft Visual Studio\VB98

·         C:\Program Files (x86)\Microsoft Visual Studio\VC98

·         C:\Program Files (x86)\Microsoft Visual Studio\*.HTM

·         C:\Program Files (x86)\Microsoft Visual Studio\*.TXT

·         C:\Program Files (x86)\Common Files\Microsoft Shared\MSDesigners98

·         C:\Program Files (x86)\Common Files\Microsoft Shared\MSDN

·         C:\Program Files (x86)\Common Files\Microsoft Shared\VS98

·         C:\Program Files (x86)\Common Files\Microsoft Shared\Wizards98

Remove Registry Entries

You will need to run regedit.exe and delete the following keys if they exist:

·         HKEY_LOCAL_MACHINE\Software\Microsoft\DevStudio

·         HKEY_LOCAL_MACHINE\Software\Microsoft\HTML Help Collections

·         HKEY_LOCAL_MACHINE\Software\Microsoft\MSVSDG

·         HKEY_LOCAL_MACHINE\Software\Microsoft\Visual Basic\6.0

·         HKEY_LOCAL_MACHINE\Software\Microsoft\Visual Component Manager

·         HKEY_LOCAL_MACHINE\Software\Microsoft\Visual Modeler

·         HKEY_LOCAL_MACHINE\Software\Microsoft\VisualStudio\6.0

·         HKEY_LOCAL_MACHINE\Software\Wow6432Node\Microsoft\DevStudio

·         HKEY_LOCAL_MACHINE\Software\Wow6432Node\Microsoft\HTML Help Collections

·         HKEY_LOCAL_MACHINE\Software\Wow6432Node\Microsoft\MSVSDG

·         HKEY_LOCAL_MACHINE\Software\Wow6432Node\Microsoft\Visual Basic\6.0

·         HKEY_LOCAL_MACHINE\Software\Wow6432Node\Microsoft\Visual Component Manager

·         HKEY_LOCAL_MACHINE\Software\Wow6432Node\Microsoft\Visual Modeler

·         HKEY_LOCAL_MACHINE\Software\Wow6432Node\Microsoft\VisualStudio\6.0

·         HKEY_CURRENT_USER\Software\Microsoft\DevStudio

·         HKEY_CURRENT_USER\Software\Microsoft\MSVSDG

·         HKEY_CURRENT_USER\Software\Microsoft\Visual Basic\6.0

·         HKEY_CURRENT_USER\Software\Microsoft\Visual Modeler

·         HKEY_CURRENT_USER\Software\Microsoft\VisualFoxPro

·         HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\6.0

Prepare Setup Files

First, you are going to need a copy of Visual Studio 6.0 setup files. I am going to assume that you have obtained or own a legal licensed copy of this already. This article references the Enterprise edition of Visual Studio; however the same approach should work with the Professional version as well, now let's begin.

Step 1

You will to need to create a folder either on your desktop or some other location that we can use to copy the installation files to. The reason for this is some of the files will need to be modified or edited. Let's create a folder on your desktop and call it Setup. Go to your installation CD and copy the contents to this folder. If you have multiple CDs, copy each one starting with the first one to the Setup folder, you can skip over files with duplicate names when prompted to overwrite.

Step 2

Edit the file called SETUPWIZ.INI and under the section called [setup wizard], change the entry for VmPath=ie4\msjavx86.exe. If this entry does not exist, you can skip this step. We need to remove the value ie4\msjavx86.exe form this entry so it will create an empty environment variable during installation. This will stop the setup wizard from looking for and installing this very old version of MS Java on our system. After removing this entry, your INI file entry should now look like this:


Step 3

Go to the Setup folder we created on our Desktop and locate the file SETUP.EXE. Right click on this file and choose Properties. Select the Compatibility tab and check to box Run this program in compatibility mode for: and set the value to Windows XP (Service Pack 3). Also make sure you check the box Run this program as an administrator and press the Apply button. You can also use the Service Pack 2 option, either setting should work.


Run Setup Wizard

Now we should be ready to begin the installation. From our Setup folder on the Desktop, right click on SETUP.EXE and choose Run as administrator. Once the Setup dialog is displayed, choose all the defaults for each step until you reach the Visual Studio 6.0 Enterprise Setup dialog, then press the Continue button. Setup will search the system for previously installed components. Once this process has completed (it may take a while depending on your system), you will be presented with a dialog to choose the installation type, select the Custom setup option to continue. This is where things will vary depending on what version you are installing - Professional or Enterprise. The screens shots below are from the Enterprise edition. If you are prompted about installing Source Safe, choose the NO option to continue.

Custom Settings

At this point, you should see the Visual Studio 6.0 Enterprise - Custom dialog. For this article, we are only installing Visual Basic 6.0 and Visual C++ 6.0, so you can uncheck the options for Visual FoxPro 6.0, Visual InterDev 6.0 and Visual SourceSafe 6.0. Now select the option for Visual C++ 6.0 and press the Change Option... button to install the UNICODE libraries for MFC.


Install Unicode Libraries

Although this part is optional, most modern applications need to provide support for multiple languages and you will need this option if you plan on supporting languages such as Chinese, Japanese or Arabic. When presented with the next dialog, select the option VC++ MFC and Template Libraries and press the Change Option... button, then select the option MS Foundation Class Libraries and press the Change Option... button. Here, we will want to install everything listed so press the Select All button to choose all the options, you should now see the following options:


Press the OK button to continue. Keep pressing the OK button until we get back to the Visual Studio 6.0 Enterprise - Custom dialog.

Disable ADO, RDS and OLE DB Providers

Select Data Access and press the Change Option... button. When the Data Access dialog opens, select the ADO, RDS and OLE DB Providers setting and make sure it is unchecked. You will see a message that says the component is an essential part of the application, you can ignore this warning and press the OK button. Leaving this option checked will cause the installation to fail on Windows 10.


Disable Visual Studio Analyzer

The last setting we need to disable is the Visual Studio Analyzer. Leaving this option checked will cause the installation to fail. To disable this, select the Enterprise Tools option and press the Change Option... button. Uncheck the option for Visual Studio Analyzer on the Enterprise Tools dialog and press the OK button to continue.


Finish Installation

Now we are ready to start the installation, press the Continue button to begin. When presented with the Setup Environment Variables dialog, just leave the Register Environment Variables box unchecked and press the OK button to continue. The installer should now be running and installing files onto your hard drive. Once completed, you will be asked to overwrite JIT Settings, select No to continue. You should now see a Restart Windows dialog indicating your installation was successful. Close any open applications and press the Restart Windows button to continue your installation.


You will be prompted to install MSDN once Windows restarts, follow the prompts to complete the installation.


Install Service Pack 6

Once you have successfully installed Visual Studio 6.0, you should install the latest Service Pack which is Service Pack 6. As of the writing of this article, you could still download SP6 from Microsoft's website, click here for more details. Extract the files to a folder on your Desktop, and right click on the file SETUPSP6.EXE follow the same steps we did under Step 3 for SETUP.EXE and change compatibility to Windows XP (Service Pack 3), and run the executable as Administrator. Follow the prompts to complete the installation.

Once completed, again follow the steps outlined in Step 3 above and double check the compatibility mode for the .exe files located in C:\Program Files (x86)\Microsoft Visual Studio\Common\MSDev98\Bin\ and make sure they are set to Windows XP compatibility. Visual Studio 6.0 Enterprise edition is ready to use.

Program Compatibility

If you see the Program Compatibility Assistant dialog open when you first run Visual Studio 6.0, you can check the box that says Don't show this message again and press the Run the program without getting help button. You should no longer see this message when you run Visual Studio 6.0.


Debugging

If your application hangs or crashes when you step through your code while debugging, select Tools from the drop menu in Visual Studio 6.0, then Options to open the Options dialog. Select the Debug tab and uncheck the OLE RPC debugging and Debug commands invoke Edit and Continue options and restart Visual Studio 6.0. You should now be able to step through your code without any problems.


Useful Add Ons

Visual Studio 6.0 had some useful add on programs that you could install to make the user interface a better experience, I have listed a few of them here below. As of the writing of this article, you could still download these tools from wndtabs.com.

WndTabs

Provides and file management for the Visual C++ 6 editor

Spelly

Smart spell-checker for Visual Studio

Line Counter

Easily count source code lines in your Visual Studio projects

Closing Notes and Credits

I would like to give credit to the following articles for providing information on cleaning up failed Visual Studio 6.0 installations and preventing old MS Java installation from starting:

·         How to install Visual Studio 6 onto Windows 10

·         Installing Visual Basic/Studio 6 on Windows 10

If you have any additional comments or tips that would make this article more helpful, please let me know, otherwise thanks for reading and I hope you found this information useful.

Sunday, 18 February 2024

Fixing Security Update for Windows 10 Version 22: A Comprehensive Guide



# Fixing Security Update for Windows 10 Version 22: A Comprehensive Guide

Watch Video Tutorial :- https://youtu.be/935ru7NXvb8

Welcome, viewers, to this video tutorial where we delve into the intricate process of fixing security updates for Windows 10 version 22. In this comprehensive guide, we will walk you through the necessary steps to ensure your Windows system is up-to-date and secure.


## Understanding the Issue


In the fast-paced world of technology, security updates are crucial to safeguarding your system against potential vulnerabilities and threats. Windows 10 version 22 brings forth a myriad of improvements, but it also requires careful attention to security updates to maintain optimal performance and protection.


## Accessing the Command Prompt


To initiate the process, we first need to access the Command Prompt, a powerful tool within the Windows operating system.


1. **Open Command Prompt**: Begin by typing "CMD" in the Windows search bar.

2. **Run as Administrator**: Right-click on Command Prompt and select "Run as administrator" to gain elevated privileges.


## Disabling Recovery Environment


The Windows Recovery Environment serves as a safety net in times of system malfunction. However, in certain cases, it may be necessary to disable it temporarily.


To disable the Recovery Environment, follow these steps:


1. Type "reagentc /disable" in the Command Prompt.

2. Press Enter to execute the command.


By disabling the Windows Recovery Environment, we gain more control over the troubleshooting process and system recovery mechanisms.


## Executing Multiple Commands


Managing disk partitions and executing multiple commands are integral aspects of maintaining a well-organized and efficient system.


1. **Partition Management**:

   - Type "diskpart" in the Command Prompt and press Enter.

   - Execute the command "list disk" to display available disks.

   - Select the desired disk by typing "select disk [disk number]".

   - Proceed to list partitions with the command "list partition".


2. **Shrinking Partitions**:

   - Select the primary partition using the command "select partition [partition number]".

   - Shrink the partition to the desired size by typing "shrink desired=[size in MB] minimum=[minimum size]".


3. **Deleting Recovery Partition**:

   - Select the recovery partition with the command "select partition [partition number]".

   - Delete the partition by typing "delete partition override".


4. **Creating New Partition**:

   - Create a new primary partition with specific attributes.


5. **Formatting Partition**:

   - Format the partition quickly with the file system NTFS and label it accordingly.


## Enabling Recovery Environment and Updating Windows


After performing the necessary modifications, it's imperative to enable the Recovery Environment and update Windows to ensure the changes take effect.


1. Exit the Command Prompt.

2. Proceed with updating Windows to incorporate the changes and apply the latest security updates.

Watch Video Tutorial :- https://youtu.be/935ru7NXvb8

## Conclusion


In conclusion, this tutorial serves as a comprehensive guide to fixing security updates for Windows 10 version 22. By following the outlined steps diligently, you can enhance the security and stability of your Windows system.


We hope this tutorial proves valuable to you in navigating the intricacies of Windows maintenance and security. Remember to like, share, and subscribe to our channel for more insightful tutorials and updates.


Thank you for watching, and until next time!


Friday, 5 January 2024

How to Make Temporary File Cleaner With Batch?


 

How to Make Temporary File Cleaner With Batch?

 

First: Open Notepad Or Any Text Editor Then Copy And Paste This Code:

 

 

@echo off

@echo Made By Amrinder Singh

@echo.

@echo Delete All Temporary Files?

@echo.

pause

 

color 3

Del /S /F /Q %temp%

Del /S /F /Q %Windir%\Temp

Del /S /F /Q C:\WINDOWS\Prefetch

@echo.

@echo All Temporary Files Sucessfully Deleted!

@echo.

pause

 

Then Save it As Name.bat

 

DONE

Monday, 1 January 2024

How to Create Free RDP | VPS | No Credit Card | Lifetime | RDP Free | 2024

 


Video Link :- https://www.youtube.com/watch?v=FKsXb6g4I3E


Code for free Rdp

step 1:
https://shell.cloud.google.com/?
fromcloudshell=true&show=terminal&pli=1

Step 2:
curl -sLkO https://is.gd/nomachinewindows10 ; bash nomachinewindows10

Step 3:
https://ngrok. com/

Step 4:
https://www.nomachine.com/

Friday, 15 December 2023

How to Create EDU Email Account | Updated Method 2024

 How to Create EDU Email Account | Updated Method 2024 #educationmail #studentmail #createemail #aws #azure #office365 #github


Video Link :- https://www.youtube.com/watch?v=vkF7srUFdvA


Important Links :- 

Address :- https://www.fakexy.com/

Mail :- https://mail.tm/en

Your Queries Solved:- how to create a student email id how to create edu email account how to create edu email account free how to create edu email account free 2023 how to create edu email id how to create student email account how to create student email account in india how to create student email account malayalam how to create student email account tamil how to create student email account telugu how to create student email account uew how to create student email accounts in kannada how to create student email accounts in mobile how to create student email id how to create student email id free how to create student email id in hindi how to create student email id malayalam how to create student email id tamil how to create student email id telugu how to get student email id how to get student email id from college how to get student id how to make a student email id how to make college student email id how to make edu email account how to make student email address how to make student email id how to make student email id for apple how to make student email id for fi account how to make student email id on mobile how to make student id Disclaimer :- This video is for educational purpose only. Copyright Disclaimer Under Section 107 of the Copyright Act 1976, allowance is made for "fair use" for purposes such as criticism, comment, news reporting, teaching, scholarship, and research. Fair use is a use permitted by copyright statute that might otherwise be infringing. Non-profit, educational or personal use tips the balance in favor of fair use.



Sunday, 29 October 2023

How to Find Saved Passwords on Google Chrome Mobile







Google Chrome for mobile devices allows you to save and manage passwords. However, the exact steps may vary slightly depending on the version of the Chrome browser and your mobile device's operating system. To find saved passwords in Google Chrome on a mobile device, you can follow these general steps:


**Note:** The steps provided are based on my last knowledge update and may not reflect the most current version of Google Chrome or the mobile operating system. Always refer to the latest documentation and your device's specific settings.


1. **Open Google Chrome**: Launch the Google Chrome browser on your mobile device.


2. **Access Chrome Settings**:

   - Tap the three vertical dots in the upper-right corner to open the Chrome menu.

   - Scroll down and select "Settings."


3. **Access Passwords**:

   - Scroll down to the "Autofill" section and select "Passwords."


4. **Authenticate**:

   - If you have set up a screen lock (PIN, pattern, or fingerprint) for your device, you might need to authenticate yourself at this point.


5. **View Saved Passwords**:

   - You should see a list of saved passwords. You can tap on any entry to view the saved username and password for a particular website.


6. **Search for a Specific Password**:

   - If you're looking for a specific password, you can use the search bar at the top to quickly find it.


7. **Edit or Delete Passwords**:

   - To edit or delete a saved password, tap the entry for the website, and you should have options to edit or remove it.


Please note that the exact steps may vary depending on the version of Google Chrome and your mobile device's operating system. Additionally, Chrome's interface and features may have evolved since my last update. If you can't find the password manager or saved passwords, you may want to consult the latest documentation for your specific device and browser version.

Friday, 27 October 2023

How to Send Large Video on WhatsApp | How to send full movie on WhatsApp






 WhatsApp has a file size limit for sending videos, which can vary depending on the device and the version of WhatsApp you're using. As of my last knowledge update in January 2022, the maximum video file size you could send on WhatsApp was 16 MB for most devices, but it may have changed in newer versions. Here's how you can send a large video file through WhatsApp:

1. Compress the Video:

   If your video is larger than the maximum allowed size, you'll need to compress it before sending. You can use a video compression tool or app to reduce the file size. Many smartphones have built-in options to reduce the size of videos when you share them. Alternatively, you can use third-party apps or software to compress the video.

2. Use WhatsApp Web (for Web Version):

   WhatsApp Web allows you to send larger files from your computer. To use this method, follow these steps:

   - Open a web browser on your computer and go to web.whatsapp.com.

   - Scan the QR code with your phone to link your WhatsApp account to the web version.

   - In the chat, click the paperclip icon and select "Document."

   - Upload the compressed video file from your computer.

3. Use Cloud Services or File Sharing:

   If the video file is still too large for WhatsApp, consider uploading it to a cloud storage service (e.g., Google Drive, Dropbox, OneDrive) or use a file-sharing service (e.g., WeTransfer, SendGB) to generate a download link. Then, send this link via WhatsApp.

4. Use WhatsApp Business:

   WhatsApp Business allows for sending larger files than the regular WhatsApp app. If you have a business account, you might have a higher file size limit.

5. Split the Video:

   If the video is very long, you can split it into smaller segments using video editing software or apps. Send these segments one by one.

6. Update WhatsApp:

   Make sure you're using the latest version of WhatsApp from the app store to access any new features or increased file size limits.

Remember that the maximum file size limit on WhatsApp may vary by device and the version of the app, so it's a good idea to check the official WhatsApp website or contact their support for the most up-to-date information. Additionally, consider the recipient's device and internet connection, as very large files may be difficult for some users to download and view.

Wednesday, 11 October 2023

How to Create Free RDP | Windows 10 | No Credit Card | No Mobile

 How to Create Free RDP | Windows 10 | No Credit Card | No Mobile


Commands:

 L1:  wget -O bios64.bin "https://github.com/BlankOn/ovmf-blobs/raw/master/bios64.bin"

L2 :  wget -O win.iso https://go.microsoft.com/fwlink/p/?LinkID=2195404&clcid=0x409&culture=en-us&country=US"

L3 :  wget -O ngrok.tgz "https://bin.equinox.io/c/bNyj1mQVY4c/ngrok-v3-stable-linux-amd64.tgz"

L4 :  tar -xf ngrok.tgz

L5 :  rm -rf ngrok.tgz

L6 :  ./ngrok config add-authtoken 2WWfa1RP5CsgeleTUi6NLo1xWuI_5bT1mt7Yp6jE6P7FwkVbN

L7 : ./ngrok tcp 5900

L8 :  sudo apt update

L9 :  sudo apt install qemu-kvm -y

L10 :  qemu-img create -f raw win.img

L11 : qemu-img create -f raw win.img 32G

L12 :  sudo qemu-system-x86_64 -m 12G -cpu host -boot order=c -drive file=win.iso,media=cdrom -drive file=win.img,format=raw -device usb-ehci,id=usb,bus=pci.0,addr=0x4 -device usb-tablet -vnc :0 -smp cores=4 -device rtl8139,netdev=n0 -netdev user,id=n0 -vga qxl -accel kvm -bios bios64.bin

 

Saturday, 9 September 2023

Surrender License in TallyPrime Server

 


Surrender License in TallyPrime Server

You need to surrender your TallyPrime Server license if you want to use the license on another computer.

  1. Start TallyPrime Server.
  2. Press F1 (Help) > Settings > License > Manage License > press Ctrl+F7 (Surrender).
    You can also reach the Manage License screen from anywhere in TallyPrime Server, by clicking the Server icon on the top left corner, just below the TallyPrime icon.
  3. Enter the Administrator Username and Password, if prompted, and press Enter to restart TallyPrime Server with administrator rights.
  4. Enter the NET ID and Tally.NET password, as shown below:
    Surrender license in TallyPrime Server
  5. Press Enter to surrender your License. A confirmation message appears once your license is surrendered.

Sunday, 27 August 2023

How to Get Free RDP | Create Free RDP | RDP Free #rdpfree #rdp




How to Get Free RDP | Create Free RDP | RDP Free #rdpfree #rdp

Full video at telegram :- https://web.telegram.org/k/#@gatewaysolution

Youtube Video Link :- 

https://youtu.be/wlVcGH4jcBg 

We will learn today the 100% working free Rdp method to get free RDP for a lifetime.

1. NGROK Link :-

https://dashboard.ngrok.com/get-started/your-authtoken

2. Google Cloud Shell Link :-

https://shell.cloud.google.com/

 

3. Copy This Code

--------------->

wget -O ng.sh https://github.com/kmille36/Docker-Ubuntu-Desktop-NoMachine/raw/main/ngrok.sh > /dev/null 2>&1

chmod +x ng.sh

./ng.sh

 

 

function goto

{

    label=$1

    cd

    cmd=$(sed -n "/^:[[:blank:]][[:blank:]]*${label}/{:a;n;p;ba};" $0 |

          grep -v ':$')

    eval "$cmd"

    exit

}

 

: ngrok

clear

echo "Go to: https://dashboard.ngrok.com/get-started/your-authtoken"

read -p "Paste Ngrok Authtoken: " CRP

./ngrok authtoken $CRP

 

clear

echo "Repo: https://github.com/kmille36/Docker-Ubuntu-Desktop-NoMachine"

echo "======================="

echo "choose ngrok region (for better connection)."

echo "======================="

echo "us - United States (Ohio)"

echo "eu - Europe (Frankfurt)"

echo "ap - Asia/Pacific (Singapore)"

echo "au - Australia (Sydney)"

echo "sa - South America (Sao Paulo)"

echo "jp - Japan (Tokyo)"

echo "in - India (Mumbai)"

read -p "choose ngrok region: " CRP

./ngrok tcp --region $CRP 4000 &>/dev/null &

sleep 1

if curl --silent --show-error http://127.0.0.1:4040/api/tunnels  > /dev/null 2>&1; then echo OK; else echo "Ngrok Error! Please try again!" && sleep 1 && goto ngrok; fi

docker run --rm -d --network host --privileged --name nomachine-xfce4 -e PASSWORD=123456 -e USER=user --cap-add=SYS_PTRACE --shm-size=1g thuonghai2711/nomachine-ubuntu-desktop:windows10

clear

echo "NoMachine: https://www.nomachine.com/download"

echo Done! NoMachine Information:

echo IP Address:

curl --silent --show-error http://127.0.0.1:4040/api/tunnels | sed -nE 's/.*public_url":"tcp:..([^"]*).*/\1/p'

echo User: user

echo Passwd: 123456

echo "VM can't connect? Restart Cloud Shell then Re-run script."

seq 1 43200 | while read i; do echo -en "\r Running .     $i s /43200 s";sleep 0.1;echo -en "\r Running ..    $i s /43200 s";sleep 0.1;echo -en "\r Running ...   $i s /43200 s";sleep 0.1;echo -en "\r Running ....  $i s /43200 s";sleep 0.1;echo -en "\r Running ..... $i s /43200 s";sleep 0.1;echo -en "\r Running     . $i s /43200 s";sleep 0.1;echo -en "\r Running  .... $i s /43200 s";sleep 0.1;echo -en "\r Running   ... $i s /43200 s";sleep 0.1;echo -en "\r Running    .. $i s /43200 s";sleep 0.1;echo -en "\r Running     . $i s /43200 s";sleep 0.1; done

------------>

Paste The Code Cloud Shell Terminal And Press Enter

 

4. Nomachine Software Download Link:-

https://www.nomachine.com/


Steps:- 

So copy this code from here you have to scroll it all the data has to be selected


you can do it with the help of mouse also you can do it


with the help of keyboard.


right click on it, click on copy, then we will go again


in cloud shell, our cloud shell is opening now, so we wait here,


so all the parts of video taking lots of time , i will fast forword then during editing.


ok Cloud shell is opened & with the help of mouse you are not able to paste here,


aapne simply jo yeh cell ka aapko show ho raha hai aapne You have to click here and press control also


to paste code here, click inside the shell & Press control V from keyboard to


paste the copied code. also now we have to paste Authtoken from Ngrok website,


then we have to go to NGROK website and this is our Authtoken, click on the copy button


and then you will come in the console and press control V to paste it.


and press enter. Ok, now we are being told to select the region here, you


can select any region, then here we select Singapore


because our Google Cloud server is located in Singapore for Asia. Because of this,


we get the best speed from there, friends of this RDP, you


can do it for watch time and CPM Work, it is safe and here you get good speed, I will


check you all the things I will check its IP and you will also check its speed ok so this is our


image of operating system that is being downloaded here we will get linux based RDP


so you can see our RDP has been created because we have got IP address Username password


has been received, so now we are here, which is our IP address, you double click on it, it will automatically be


copied to you, ok, so when you double click on it, if here I will show you once again


if Here, here, you take care where my mouse is at this time, so if there are small boxes here,


then what does it mean that your copy has been done, now we


will run our no machines software. Let me show you how to download, by the way, I have already downloaded it,


you have to type inside Google, no machine download, see this link, you have to


open the website by clicking on it, then you have to open the website, which is a first website. No machine.com, we have to open it,


we are getting download  button, download it by clicking on it, then you


can install it by running this setup, it is very simple, if you still have any issue You have to comment


on this also I will create a dedicated video ok let's download again let's leave it


when your download is done you have to install it ok after that you have to run it ok to


run. After you will click on this add button, after clicking on the add button, paste


here we copied the IP from Google Cloud, paste it with Control V, then this which is the


last digitsa are port number A. Now you can


cut it with the help of Control X, right click on the mouse, cut it with the help of cut and paste it inside this port column and you


delete the semi-collon that is being shown, then you click On this add button, then your RDP icon will be shown here,


then you have to click on Connect, here you click on OK, then you have to enter the username and password,


we have got the username and password, here you can see I am the same user in the username and our


password is up to 123456, so here you enter the user inside the username and enter the password up to 123456, after that click


on this password and click on OK, then you have clicked on yes here. Have to click ok ok


it will shown some times you will click ok ok on all these buttons and see this your RDP


is running now don't leave the video here because many times it has some problems


I will tell you how to resole if any issue is created then first of all we open our browser and


check internet speed then here we type up fast.com you


can do speed test from Okhla also . You can also test the speed from fast.com, this is a good website, from here you


can check the speed of the internet, so see this, this is our internet speed, now I will check your IP address.


then search what is me IP address and


you click on the website which has been opened of whatismeipaddress.com and open it then this is our IP address dress and I


show you the location below. Our location is Singapore, now let me show you by running YouTube here, friends,


what is the specialty of this RDP that you can create unlimited RDPS here, I


just want to check your speed, so you can see how smooth it is. The video is running here


Ok so friends, how did you like the video, please tell in the comments and regarding this video, if you have


any query, then comment and if you like the video, please like the video and share


with your friends. Share and those new viewers who are watching this video first time please subscribe the channel


Friends, for today it is enough to meet in new video till then Jai Hind Vande Mataram