Your True Business Partner.

Showing posts with label Programming. Show all posts
Showing posts with label Programming. Show all posts

Saturday, 12 August 2023

Exploring the Fascinating World of AI Technology

August 12, 2023 0
Exploring the Fascinating World of AI Technology
IntroductionIn the rapidly evolving landscape of technology, few innovations have captured the imagination of humanity as profoundly as Artificial Intelligence (AI). From science fiction fantasies to real-world applications, AI has proven itself to be a transformative force with the potential to revolutionize industries and enhance our daily lives. In this blog, we'll delve into the captivating realm of AI technology, exploring its fundamental concepts, current...

Monday, 30 September 2019

Back up your email outlook in just 5 minutes

September 30, 2019 0
Back up your email outlook in just 5 minutes
If you are using email for work, you are most likely using an Exchange or IMAP account. Exchange and IMAP servers automatically archive your email so that you can access it anytime or anywhere. If you have an Exchange account, check with your admin about how to access your archived email. If you want to back up the message folders locally (in addition to keeping them on the server), you can automatically move or delete older items with AutoArchive or...

Wednesday, 18 September 2019

How to fix Xampp access forbidden error 403 on apple mac

September 18, 2019 0
How to fix Xampp access forbidden error 403 on apple mac
Today i tell you how to fix Xampp error "access forbidden error 403"on MAC while opening Phpmyadmin. Here are simple steps that you followed and your issue resolved. 1.  Mount & Explorer as shown in the picture. 2.  Now open ect then extra as shown in the picture. 3.  Now open httpd-xampp.conf file with text editor and search the code give below as shown in the picture. Now Just Copy below line and replace...

Sunday, 8 September 2019

Easy Steps for Removing Your Site from Wayback Machine Archive.org

September 08, 2019 0
Easy Steps for Removing Your Site from Wayback Machine Archive.org
Today we learned about Wayback Machine. The Internet Archive, a 501(c)(3) non-profit, is building a digital library of Internet sites and other cultural artifacts in digital form. Like a paper library, we provide free access to researchers, historians, scholars, the print disabled, and the general public The point is that how to remove our site from archive.org, there are 3 simple steps for removing your site from archive.org, Detail is as under: Place...

Friday, 19 April 2019

Task Scheduler Auto Copy file from one location to another | Bat File

April 19, 2019 0
Task Scheduler Auto Copy file from one location to another  | Bat File
1. Create Text file. 2. Copy the code as shown in video. 3. Save as .bat file. 4. Create Schedule task in administrator tool. 5. Locate .bet file as a program file. 6. Finished the task now its takes back after 24 hours to your destination location. 7. Video Link is Here...... Code: @echo offset source="D:\BackUp"set target="\\192.168.1.2\Backup"FOR /F "delims=" %%I IN ('DIR %source%\*.zip /A:-D /O:-D /B') DO COPY %source%\"%%I" %target%...

Thursday, 12 July 2018

WINDOWS SERVER 2012 R2, HOW TO EXTEND IT

July 12, 2018 0
WINDOWS SERVER 2012 R2, HOW TO EXTEND IT
After Window Server evaluation period has expired , you will found out unexpected behavior for your machine like unexpected Shutdown / Restart every one hour approximately ! In this hint, I will elaborate How to Extend Windows Server Evaluation Period by following the bit mentioned steps below: Steps: Open Command Prompt as Administrator. img alt="run cmd as administrator" class=" size-full wp-image-12851 aligncenter" data-attachment-id="12851"...

Friday, 11 May 2018

How to activate windows after the activation period expires

May 11, 2018 0
How to activate windows after the activation period expires
Step 1: Open regedit in administrator mode In the start menu, go to accessories, and then right click on the command prompt. select "Run as Administrator" accept the user access control warning and then type regedit into the command line and press the enter key. Step 2: Reset the mediabootinstall key Navigate to HKLM/Software/Microsoft/Windows/CurrentVersion/setup/OOBE/mediabootinstall and Change it's value to 0 (zero) Step 3: Reset the activation grace...

Tuesday, 8 May 2018

Install Visual Basic 6 (VB6) on Windows 7 / Windows 8

May 08, 2018 0
Install Visual Basic 6 (VB6) on Windows 7 / Windows 8
You may be wondering, Why install Visual Basic 6 on the new operating systems such as windows 7 or Windows 8. Well, VB6 is the best tool for learning GUI programming in Windows (according to my teachers in college..!!). But they never tell how to install them on newer operating operating systems. So i figured it out myself. This has been successfully tested on my Windows 8 64-bit, so it should probably work with Windows 7 too. So here are the steps...

5 Tools To Permanently Delete Sensitive Data From Your Hard Drive [Windows]

May 08, 2018 0
5 Tools To Permanently Delete Sensitive Data From Your Hard Drive [Windows]
Low Level Formatting The kind of formatting most of us do is known as high level formatting, and whether you perform a quick format or not, your data won’t be deleted. What high level formatting does is set up the file system from scratch and in the process the information where files were stored is removed. Low level formatting on the other hand re-initializes the disk and resets the values of each and every magnetic domain, which represents one bit, to...