Best windows administration books according to redditors

We found 15 Reddit comments discussing the best windows administration books. We ranked the 7 resulting products by number of redditors who mentioned them. Here are the top 20.

Next page

Top Reddit comments about Windows Administration:

u/vogonj · 7 pointsr/windows

the operating system will sometimes page out parts of applications which are probably not going to be doing a lot of work -- a lot of background services and system applications will just sit idle for very long periods at a time -- and free up the RAM they'd otherwise be occupying to do other things. (if you want to see the pager at work, go download Process Explorer and look at the columns "Private Bytes" and "WS Private". "Private Bytes" is the amount of memory each application needs for its own private use; "WS Private" is the amount that the memory manager thinks it's entitled to, given its activity patterns and the system's current memory pressure. you can also pull up Performance Monitor, and look at the paging file usage counter under "Paging File > % Usage > Total", to see how much of your paging file is in use at any given time.)

as for what that RAM can be used for, off the top of my head:

  • there's a piece of Windows called [the prefetcher](
    http://en.wikipedia.org/wiki/Prefetcher) which monitors your usual use cases and speculatively loads files off the disk to help you get stuff done faster by having the files you need to do it pre-cached in RAM. the less RAM it has to play with, the less it can improve your performance.
  • file reads and writes are backed by the cache manager's cached copies of files; if the cache manager is running low on space to play with -- i.e., if you've got all sorts of idle data sitting around in RAM -- it has less space to cache files, and has to write things back to disk more often. (if you're doing heavily I/O-bound tasks, you might even end up with more disk accesses than if you'd left the paging file on!)

    there's a lot more about the design and implementation of Windows in Windows Internals by Russinovich, Solomon, and Ionescu, which I heartily recommend. (there's a sixth edition which is half-released right now and covers Windows 7, but the rest won't be out for a few more months.)
u/NinjaYoda · 5 pointsr/answers

>As we explore the details of the internal structure and operation of Windows, you’ll see how these original design goals and market requirements were woven successfully into the construction of the system.

Its actually from book called Windows® Internals: Including Windows Server 2008 and Windows Vista, Fifth Edition written by THE Mark Russinovich and David Solomon.

u/sCaRaMaNgA · 3 pointsr/programming

My driver was for Windows. If that's something you want to explore, I'd highly recommend Programming the Windows Driver Model and Windows Internals. I used the 2nd and 4th editions respectively at the time I wrote it. I think the 6th edition of Internals is coming out soon though.

u/ivanmm · 3 pointsr/ReverseEngineering

I have some knowledge on assembly and RE (Win32), but I never really got that much deep into it. I learned things as I needed in order to do my stuff.
I think the important thing here is to have a solid understanding of the architecture you're working on (for example x86/x86_64), the OS internals, and C. Without this you are going to have a very unpleasant and even painful experience.
If you don't have it yet, take the time and learn it, and then go back to RE. It will be worth it and save you a lot of effort. If you already have it, then things shall come easier to you.
If you are using Windows, I highly recommend David A. Solomon's and Mark Russinovich's Windows Internals book. It's an unmatched resource about Windows and will help you greatly.

u/EntropyWinsAgain · 2 pointsr/sysadmin

I would suggest grabbing his books on MDT. Yes you can find everything you need to know googling, but I always keep his book at my desk as a reference.

https://www.amazon.com/Deployment-Fundamentals-Vol-Deploying-Microsoft-ebook/dp/B01B3A1LIU/ref=sr_1_2?keywords=Johan+Arwidmark+MDT&qid=1568815121&s=digital-text&sr=1-2

u/jpedlow · 2 pointsr/PowerShell
if($Canadian.WestCoast){<br />
$luck = $true<br />
write-output &quot;https://www.amazon.ca/Master-PowerShell-tricks-Dave-Kawula-ebook/dp/B01MXZSW7M&quot;<br />
write-output &quot;https://www.amazon.ca/Master-PowerShell-Tricks-Book-2-ebook/dp/B06WRP1GR3&quot;<br />
write-output &quot;I got you fam.&quot;<br />
}<br />




https://www.amazon.ca/Master-PowerShell-tricks-Dave-Kawula-ebook/dp/B01MXZSW7M



https://www.amazon.ca/Master-PowerShell-Tricks-Book-2-ebook/dp/B06WRP1GR3

u/AlSweigart · 1 pointr/learnprogramming

If I had known about the existence of these two books (or rather, their earlier editions) a decade ago, I would have been well on my way to being a better Windows programmer. These two are MUST READS for win32 programming (if you don't want to use .NET framework or other abstraction layers.)

Windows Internals, by Russinovich and Solomon

Windows via C/C++, by Richter and Nasarre

Again, if you want to do non-.NET Windows programming, these books are pure gold. (The older books by Charles Petzold are kind of getting out of date, but were good too.) Also, check out Raymond Chen's blog The Old New Thing for tons of cool bits of Windows dev history

EDIT: Also a must read: Advanced Windows Debugging this is a must if you want to learn how to properly debug "unmanaged" (i.e. non-.NET) applications. Also a pretty good intro to reverse engineering or cracking apps on Windows.

u/PsTakuu · 1 pointr/PowerShell

PowerShell.org free ebook: Secrets of PowerShell Remoting

There is also more information in the books PowerShell Deep Dives or PowerShell In Depth.

Not only because they explain how remoting works thoroughly, but because they also will cover the security aspects as well as remote session configuration files, which you can use for various aspects of your remoting.

u/sagana666 · 1 pointr/gamedev

Basically you want to become a game designer. There are a lot of people like you, just take a search on forums of gamedev about "I've an idea", "An idea for a marvelous JRPG" "I want to start a game of my own", etc. you'll find thousands of post everywhere online, and maybe, tens of games from these people? My point is, are you determined? Do you really want to do it? Are you willing to use the money you spare in a productive way? Study game design and programming, and don't start easy, start hard, choose a game framework or engine and buy a single book on how to create a game with it (just as an example if you choose Cocos2d-X you can start with Learning Cocos2d-x Game Development). Spend three months just learning and training your capabilities, recreate simple games like Tetris, Arkanoid, etc. then try to participate some game jam on itch.io or your favorite game jam site. Collaborate with others in teams on game jams to learn how to teamwork (that's a very hard side of creating a game). In the meantime continue to collect money and then, when you'll feel really ready, hire some graphic artist, a musician and start your big JRPG project.

u/jeffstokes72 · 1 pointr/sysadmin

Still haven't added runasradio.com.

Probably the best msft tech podcast there is

The book on win 10 I co-authored got pretty good reviews

https://www.amazon.com/Windows-10-Enterprise-Administrators-Redstone/dp/1786462826/ref=mp_s_a_1_3?keywords=Stokes+book+windows&amp;amp;qid=1567068031&amp;amp;s=gateway&amp;amp;sr=8-3

Clint Huffman made pal. Wrote this

Windows Performance Analysis Field Guide https://g.co/kgs/v3oa7e

Pal
https://github.com/clinthuffman/PAL

u/jtrower · 1 pointr/k12sysadmin

This is the book I used to get started with MDT. It's very helpful and easy to follow.
https://www.amazon.com/Deployment-Fundamentals-Vol-Deploying-Microsoft-ebook/dp/B01B3A1LIU