Software – AumTechHub.Com https://aumtechhub.com Just share it!!! Wed, 06 Jul 2022 23:41:17 +0000 en-US hourly 1 https://wordpress.org/?v=6.7.2 179596041 UTC Time For North America – EST https://aumtechhub.com/utc-time/?utm_source=rss&utm_medium=rss&utm_campaign=utc-time Sat, 09 Apr 2022 00:54:25 +0000 https://aumtechhub.com/?p=366 EST 12H-Time: 2025-04-02 05:46:20 EDT

EST 24H-Time: 2025-04-02 17:46:20 EDT

UTC Time: 2025-04-02 21:46:20 UTC

This is the UTC for Eastern time zone for North America based on current eastern time.

]]>
366
How to connect Sharepoint documents as a UNC path? https://aumtechhub.com/how-to-connect-sharepoint-documents-as-a-unc-path/?utm_source=rss&utm_medium=rss&utm_campaign=how-to-connect-sharepoint-documents-as-a-unc-path Wed, 12 Jan 2022 01:17:21 +0000 http://aumtechhub.com/?p=334 If you have sharepoint documents that require you to connect to it as a unc path then you must have the following service setup on the client machine trying to make attempt to access the sharepoint path. You must enable the webclient service on the client machine or install it from windows component. Once that is setup then you can access the sharepoint files as an UNC path. Example: \\sharepointsite.com\foldername\subfolder\

This will work.

]]>
334
How to split large video files? https://aumtechhub.com/how-to-split-large-video-files/?utm_source=rss&utm_medium=rss&utm_campaign=how-to-split-large-video-files Wed, 15 Dec 2021 17:05:14 +0000 https://aumtechhub.com/?p=328 There is a great tool I recently found online that allows you to open small or large videos and split them into multiple parts without having render the entire video. The tool is called LosslessCut-win.exe

You can watch a tutorial on youtube using this playlist

]]>
328
Youtube-dl commands https://aumtechhub.com/youtube-dl-commands/?utm_source=rss&utm_medium=rss&utm_campaign=youtube-dl-commands Mon, 20 Sep 2021 18:05:33 +0000 https://aumtechhub.com/?p=257 This is a great free software online that you can use to download youtube videos. Here are some examples:

Example:

youtube-dl -h

This will show you a list of all the options for running the commands

youtube-dl -U

Update to the latest version of the youtube-dl software.

youtube-dl -F https://www.youtube.com/watch?v=JvEP8PapMzo

This will show all the potential quality available for download for the video.

youtube-dl -f 160+140 https://www.youtube.com/watch?v=JvEP8PapMzo

This will copy the video with low quality. So 160 is 144p video and 140 is m4a at 129K for the audio

youtube-dl -f 160+140 PLqnnqjN9VI8DxJ7h0LEw28lxttHth6QsN

This will download the entire playlist low quality. So 160 is 144p video and 140 is m4a at 129K for the audio.

youtube-dl -f 136+140 --playlist-start 21 PLy_BU-vwATIx752jAkZYztMNs7bHpbsqE

This will download a playlist from position number 21 in the playlist. So starting from video 21 in the playlist the download will start.

youtube-dl --write-sub https://www.youtube.com/watch?v=gKG9p81jY4g

This will download video from with subtitles file if there is one.

youtube-dl -f 136+140 --write-sub PLzufeTFnhupygZG_sczSJ_j7efFT1Kst_

This will download the videos 720P from the playlist with subtitle file.

youtube-dl PL9zrHzoEwKpunssKCflLbAu8CunKRTkkP --write-sub --skip-download

This will download all the subtitle files without downloading the videos.

]]>
257
Connecting TFS to any version of Visual Studio https://aumtechhub.com/connecting-to-tfs-from-any-version-of-visual-studio/?utm_source=rss&utm_medium=rss&utm_campaign=connecting-to-tfs-from-any-version-of-visual-studio Thu, 27 Aug 2020 04:02:39 +0000 http://aumtechhub.com/?p=52 http://blog.jessehouwing.nl/2013/10/connecting-to-tfs-from-any-version-of.html#tfs2013

Will add more details.

]]>
52
How to install Active Directory Snap in for Windows 10 https://aumtechhub.com/how-to-install-active-directory-snap-in-for-windows-10/?utm_source=rss&utm_medium=rss&utm_campaign=how-to-install-active-directory-snap-in-for-windows-10 Thu, 27 Aug 2020 03:53:24 +0000 http://aumtechhub.com/?p=50 Download and install Active Directory Users and Computers snap-in:

Visit the Remote Server Administration Tools for Windows 10 page

Select Download, select the correct operating system and download the file.

Select the latest RSAT release for maximum compatibility.

Install the Remote Server Administration Tools from the downloads folder.

Open Control Panel.

Click Programs and Features.

Select Turn Windows features on or off (top left side).

Select Remote Server Administration Tools and then Role Administration Tools.

Select AD DS and AD LDS Tools.

Check the box by AD DS Tools and select OK.

You have now installed and enabled Active Directory Users and Computers in Windows 10. You should now be able to see it in Control Panel.

Open Control Panel if you closed it.

Navigate to Administrative Tools.

Select Active Directory Users and Computers.

]]>
50
How to reboot a remote computer or server? https://aumtechhub.com/how-to-reboot-a-remote-computer-or-server/?utm_source=rss&utm_medium=rss&utm_campaign=how-to-reboot-a-remote-computer-or-server Wed, 26 Aug 2020 02:46:51 +0000 http://aumtechhub.com/?p=41 To restart or shut down a remote computer:

Click Start, then All Programs, then click Accessories, and click Command Prompt. Else just search for cmd and run.

Type “shutdown /i” to display the Remote Shutdown dialog box.

Under Computers, click Add button to enter computer names, or click Browse to open the Find Computers dialog box to locate the machine name on the network.

Next under “What do you want these computers to do”, select Restart or Shut down.

Select the appropriate reason for the restart or shutdown from the list. Then click ok and let it run.

Another way to do this is run the following command from dos prompt.

shutdown -m \\computername -s -f -c "rebooting soon in 20 seconds" -t 20

]]>
41
How to get PC service tag and model information? https://aumtechhub.com/how-to-get-pc-service-tag-and-model-information/?utm_source=rss&utm_medium=rss&utm_campaign=how-to-get-pc-service-tag-and-model-information Tue, 25 Aug 2020 03:24:06 +0000 http://aumtechhub.com/?p=23 How to get service tag information.

1. Type wmic under start menu and hit enter.

2. It will open a cmd command and there type csproduct to get the service tag.

Result will show Identifying Number and Model Info ex: Dell Precision 3541

]]>
23