User:Bpcarty

From WolfTech
Revision as of 12:28, 16 March 2016 by Bpcarty (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.


Test Area Test Area 2

Personal

Basic TL stuff (because I'll never remember)

Workstudy Education

Internal

  • Printers
    • XML query to see all events for a specific printer
<QueryList>
 <Query Id="0" Path="Microsoft-Windows-PrintService/Operational">
   <Select Path="Microsoft-Windows-PrintService/Operational">
     *[UserData[DocumentPrinted[(Param5='PRINTERNAME')]]]
    </Select>
 </Query>
</QueryList>
  • Adding GWIM to pidgin
    • 1) install the software from http://www.pidgin.im/download/
    • 2) Open the software and either press Ctrl+A if it does not already ask to set up an account
    • 3) Click "Add"
    • 4) Select "Groupwise" from the protocol pull down
    • 5) Put in your username as your login - for me this was "egpritch" with no extension
    • 6) Put in your regular login password
    • 7) click "remember password"
    • 8) Clock the "Advanced" Tab at the top
    • 9) For server address enter "gwim.ncsu.edu"
    • 10) For server port leave "8300"
    • 11) Click save
  • F#%@ing with Server Core
    • dism /online /enable-feature /featurename: (alternative to ocsetup)
    • oclist | more
    • regedit works
    • pnputil (for installing drivers)
      • pnputil -i -a <path to INF file>
    • driverquery (get list of installed drivers)
    • wusa.exe <patch>.msu /quiet
    • WMIC QFE >PATCHES.TXT (List of installed patches)
  • Setting up IIS remote management
    • Enable NetFx2-ServerCore and IIS-ManagementService
    • Change the value for EnableRemoteManagement to 1 in HKLM\Software\Microsoft\WebManagement\Server
    • net start wmsvc (Manual service)

http://lifehacker.com/356915/restart-windows-explorer-the-safe-way

  • Command line for MSI/MST installs
    • msiexec /qb /i "msi filename"TRANSFORMS="mst filename"
    • installs MSI with MST, shows progress bar and no interaction from user
  • Cleaning up cached credentials for adding printers on personal machines
    • Start -> Run -> rundll32.exe keymgr.dll, KRShowKeyMgr
    • Opens applet to update or remove cached credentials
    • Should be an entry for "eceprint" or "eceprint.ece.ncsu.edu" (or any future print servers we set). Can change password for entry, or remove entry.
    • Probably need to also restart computer before attempting to add the printer again

Public

  • Printing to BLUEWHALE
  • Printing to MASTIFF
    • Windows -FINISHED / IN PLACE
    • Mac -FINISHED / IN PLACE
  • www.wolftech.ncsu.edu/files/KOC554UX.ppd