Dwreese
Activity overview
Latest activity by Dwreese-
Dwreese commented, I use the following: @Echo OffRem Set GUID for modifying Balanced power schemeSet GUID=381b4222-f694-41f0-9685-ff5bb260df2ePowercfg -SetActive %GUID%Rem require password when console wakes up (0=...
-
Dwreese commented, Create a scan profile that searches the registry starting at: HKLM\SOFTWARE\Policies\Microsoft\Windows\Gwx Create a dynamic collection that searches for: Registry - Value Name - Contains - Disa...
-
Dwreese commented, You are just gonna love me! I have spent the past week messing with detecting and adding TCP/IP printers. I found where the ports live in the registry, so we can have some fun detecting IP printe...
-
Dwreese commented, Brigg, So you aren't getting a status of "button pushed" or not? It seems to me, your software creates a directory in %windir%, and copies deployed software to that staging area, right? If so, why...
-
Dwreese commented, Wow, that copy/paste went strange. I am attaching a working cmd script to this reply.
-
Dwreese commented, Copy this to a text file and save as .cmd file. Lines 2-5 get the C:\User or C:\Documents and Settings depending on OS version. Line 7 does the hard work... First, the For statement gets a list of ...
-
Dwreese commented, I have used the Win32_Processor and searched for "DataWidth" to get the CPU Bits and then Win32_OperatingSystem and searched for "OSArchitecture" for the OS Bits in my scripting. You can tell if t...
-
Dwreese commented, Sorry, I meant to point out the very last item on that msdn page is the part that got me pointed in the right direction.
-
Dwreese commented, I have discovered that .Net 3.5 will NOT deploy automatically under Windows 8 in one specific circumstance... If WSUS is in use! The solution is to temporarily disable WSUS on the Win 8 client, i...