-
Get Disk Number From Drive Letter In CMD
Silent I may be a little late for the party, but here is a snippet of a audit batch code that can be run as non-admin for basic hard drive information. Happy Thanksgiving! ~DP @Echo Off SetLocal :: SYSTEM INFORMATION FOR LOCAL PRIMARY HARD DRIVE :: :: ### HD MODEL: For /F "Tokens=2 Delims==\" %%A In ('WMIc DiskDrive Get Model /Value') Do Set HDModel=%%A :: ### HD SERIAL NUMBER: For /F "Tokens=2 Delims==\" %%A In ('WMIc DiskDrive Get Serialnumber /Value') Do Set HDSerial=%%A :: ### HD FREE SPACE: For /F "UseBackQ Tokens=1-2 Delims==" %%A In (`WMIc LogicalDisk Where^ "DeviceID = '%CD:~,2%'" Get FreeSpace^, Size /Value`) Do If "%%B" NEq "" ( Call Set _%%A=%%B) Rem Set/a _FreePercent=%_FreeSpace:~,-3% / %_Size:~,-5% Set/a _FreePercent=%_FreeSpace:~,-6% / %_Size:~,-8% If %_FreeSpace:~,-6% lss 214748 (Set/a _FreeSpace=%_FreeSpace:~,-6%*9313/10000 ) Else (Set/a _FreeSpace=%_FreeSpace:~,-6%/1074*1000) :: ### OUTPUT: Echo. Hard Drive Model: %HDModel% Echo. HD Serial Number: %HDSerial% Echo. HD Free Space: Local Drive %CD:~,2% %_FreeSpace:~,-3% GB = %_FreePercent%%%^ Available Endlocal Pause>Nul
-
Windows 8 and 8.1 Reg Tweaks
Thanks Byte, does it also come with Uninstaller? ~DP
-
new bootl anim issues
Also here is the guide section for Wintookit from Wincert.net if you decide to go that route.http://www.wincert.net/forum/forum/192-win-toolkit-guides/ ~DP
- WIN10 Set Default Programs silently unattended by command or script
-
The weighing of the positives and negatives
I Second that motion!, I am perfectly happy with my present dual boot setup with Windows 7 and 8.1 and see absolutely no need to jump ship for now just for the sake of having the newest OS. ~DP
-
W10 answer file
I have not done a ua install of W10 yet but normally I just specify the image name of the OS from the wim and add it to the image install section then value, here is example of 8 WMC that works for me. <!--SELECT OS--> <ImageInstall> <OSImage> <InstallFrom> <MetaData wcm:action="add"> <Key>/IMAGE/NAME</Key> <Value>Windows 8 Pro with Media Center</Value> </MetaData> </InstallFrom> </OSImage> </ImageInstall>
- Windows 10 DEVELOPMENT
-
How can I clean install Windows 10 and activate it using W7 license?
Good info guys, so bottom line is that you can't do a "offline activation" (unless Microsoft has made a provision for a phone activation) but must have a active working internet connection, similar to Office 2010 and above to connect to the MS servers. ~DP
- Windows 10 DEVELOPMENT
-
How to avoid being "upgraded to Win 10" against your will:
Here is a batch script to "Stop the Windows 10 Upgrade Nag" credit: http://www.intelliadmin.com/ ~DP Echo off:: Notes: Stop 10 Nag.cmd - Right-Click and Run as admin..:: Remove the "Get Windows Now" folder from update if found..taskkill.exe /F /IM "gwx.exe"takeown /a /r /skipsl /d Y /f "%windir%\System32\GWX" && icacls "%windir%\System32\GWX" /grant administrators:Frobocopy "%windir%\System32\GWX" "%windir%\System32\GWX_Old" /Ermdir /s /q "%windir%\System32\GWX":: Disable "Get Windows 10 Upgrade Nag" message..reg add HKLM\SOFTWARE\Policies\Microsoft\Windows\Gwx /v DisableGwx /t REG_DWORD /d 1 /f
- Windows 10 DEVELOPMENT
-
Different Caption Buttons for Windows 10
That was one of his custom Theme Atlas files for build 10041, which one is any ones best guess. http://www.msfn.org/board/topic/170233-aero-glass-themeatlas/ ~DP
-
Windows 8.1 unattended install fails, could not parse. Very frustrated
If you have a Working .xml file now perhaps you can post it here so that it may help others with similar issues. ~DP
- 23 replies
-
- Windows 8.1
- unattend
- parse
- pather
-
Tagged with:
-
Script In Vbscript
Perhaps this script from code project may help as well. http://www.codeproject.com/Tips/191892/How-to-find-current-location-based-on-the-IP-addre ~DP
- Aero Glass for Win8.1+ 1.3.1