http://www.freemodding.it/index.php?topic=10388.msg236638#msg236638
Search This Blog
Batch File for Checking OS Architecture Type
@echo off
echo Detecting OS processor type
if "%PROCESSOR_ARCHITECTURE%"=="AMD64" goto 64BIT
echo 32-bit OS
REM Run 32-bit executable
goto END
:64BIT
echo 64-bit OS
REM Run 62-bit executable
:END
Batch File for Checking OS Architecture Type
@echo off
echo Detecting OS processor type
if "%PROCESSOR_ARCHITECTURE%"=="AMD64" goto 64BIT
echo 32-bit OS
REM Run 32-bit executable
goto END
:64BIT
echo 64-bit OS
REM Run 62-bit executable
:END
Allocate Virtual Processors
The recommendation is to allocate more virtual processors than you have physical processors and let the hypervisor take care of scheduling the CPU work across the physical cores. Microsoft typically recommends you have no more than eight virtual processors per physical core.
Free Screen Shot Capture Application
- Screenpresso: http://www.screenpresso.com
- Greenshot: http://greenshot.sourceforge.net
- Lightscreen: http://lightscreen.sourceforge.net
- PicPick: http://picpick.wiziple.net
Use WinSCP to Transfer Files in vCSA 6.7
This is a quick update on my previous post “ Use WinSCP to Transfer Files in vCSA 6.5 ”. When I try the same SFTP server setting in vCSA 6.7...
-
Recently, we created a new child domain in the existing AD forest with two new Windows Server 2012 R2 domain controllers. The AD authenticat...
-
find out the name of vSphere host running the stuck task if possible SSH to the vCenter Server server appliance service vmware-vpxd resta...
-
Updated on 07/13/2016. See the update this post, I might find the ultimate solution, even I am still not sure what the cause of the issue. ...