Presentation is loading. Please wait.

Presentation is loading. Please wait.

Server Core is the preferred deployment configuration.

Similar presentations


Presentation on theme: "Server Core is the preferred deployment configuration."— Presentation transcript:

1

2

3

4

5

6

7

8

9 Server Core is the preferred deployment configuration

10

11 Windows Server 2008 R2 Server Core++ Server Core Equivalent of Windows Server 2008 R2 full Server Full Server with Server Graphical Shell The Minimal Server Interface No Explorer, Internet Explorer or associated files MMC, Server Manager, and a subset of Control Panel applets are still installed NEW: Full Server without Server Graphical Shell installed

12

13

14

15

16

17

18

19 OPENFILENAME ofn = { 0 };... ofn.lpfnHook = HookProcOldStyle; ofn.Flags = OFN_ENABLEHOOK; // The callback HookProcOldStyle is as follows UINT_PTR CALLBACK HookProcOldStyle( HWND hdlg, UINT uiMsg, WPARAM wParam, LPARAM lParam ) { // This is a dummy hook proc to force non- Explorer style dialogs // Just return FALSE to allow standard dialog to handle messages return FALSE; }

20

21

22

23

24

25

26

27

28

29

30

31

32

33

34


Download ppt "Server Core is the preferred deployment configuration."

Similar presentations


Ads by Google