MOTOSHARE 🚗🏍️
Turning Idle Vehicles into Shared Rides & Earnings

From Idle to Income. From Parked to Purpose.
Earn by Sharing, Ride by Renting.
Where Owners Earn, Riders Move.
Owners Earn. Riders Move. Motoshare Connects.

With Motoshare, every parked vehicle finds a purpose. Owners earn. Renters ride.
🚀 Everyone wins.

Start Your Journey with Motoshare

Setup Docker service to use insecure(http) registry instead of https

By default docker use https to connect to docker registry. But there can be use cases to use insecure registry. Here are the steps to use insecure registry. In ubuntu edit the file /etc/default/docker and update DOCKER_OPTS e.g where 10.84.34.155 is ipaddress of registry and 5000 is your port on which registry is configured. In … Read more

VbScript To Delete Registry Value Data

deployexpert created the topic: VBSCRIPT TO DELETE REGISTRY VALUE DATA Hi everyone, Need an urgent help. Need a script to delete a registry value. [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Windows] “AppInit_DLLs”=”SAMPLE” I only want to delete the data value “SAMPlE” applicationPackaging replied the topic: Re: VBSCRIPT TO DELETE REGISTRY VALUE DATA Seriously? Well, you asked for it! 🙂 www.lmgtfy.com/?q=vbscript+delete+registry+value … Read more

How to handle Registry Redirection through WIX on64-bit Platform

InstallerGeek created the topic: How to handle Registry Redirection through WIX on64-bit Platform Hi, I’m facing issues while fetching the Installation Path of a 64-bit component through its Registry Entry on 64-bit Platform. Through WIX, when I’m searching for a particular registry key, because of registry redirection it is redirected to WOW6432node where registry keys … Read more

How to clean the computer registry

manoukwan created the topic: How to clean the computer registry A computer registry is a Windows specific aspect of a computer. It contains information on just about everything a computer does. And cleaning it can certainly be a long and tedious project. Below are some things to consider for how to clean up computer registry … Read more