If Application.Version < 12 Then
Workbooks(1).SaveAs FileName:=FileName, FileFormat:=xlExcel9795
Else
Workbooks(1).SaveAs FileName:=FileName, FileFormat:=56
End If
http://blog.livedoor.jp/akf0/archives/51172335.html
2012年7月26日木曜日
SNPの無効化
・TCP Chimney Offload の無効化
netsh int tcp set global chimney=disabled
・Receive-Side Scaling(RSS)の無効化
netsh int tcp set global rss=disabled
・Network Direct Memory Access(NetDMA)の無効化
netsh int tcp set global netdma=disabled
http://itpro.nikkeibp.co.jp/article/COLUMN/20100824/351391/?r_win
netsh int tcp set global chimney=disabled
・Receive-Side Scaling(RSS)の無効化
netsh int tcp set global rss=disabled
・Network Direct Memory Access(NetDMA)の無効化
netsh int tcp set global netdma=disabled
http://itpro.nikkeibp.co.jp/article/COLUMN/20100824/351391/?r_win
2012年3月21日水曜日
2012年3月19日月曜日
Microsoft Windows Server 2003 ベースのコンピュータにログオンするために Ctrl + Alt + Del キーを押すとログオン画面が黒くなる
http://support.microsoft.com/kb/906510/ja
にレジストリを修正せよとあるが、MenubarとMenuHilightの値が欠けているので、英語版を参照する。
http://support.microsoft.com/kb/906510/en-us
にレジストリを修正せよとあるが、MenubarとMenuHilightの値が欠けているので、英語版を参照する。
http://support.microsoft.com/kb/906510/en-us
| Value name | Value data |
| ActiveBorder | 212 208 200 |
| ActiveTitle | 10 36 106 |
| AppWorkSpace | 128 128 128 |
| Background | 102 111 116 |
| ButtonAlternateFace | 181 181 181 |
| ButtonDkShadow | 64 64 64 |
| ButtonFace | 212 208 200 |
| ButtonHilight | 255 255 255 |
| ButtonLight | 212 208 200 |
| ButtonShadow | 128 128 128 |
| ButtonText | 0 0 0 |
| GradientActiveTitle | 166 202 240 |
| GradientInactiveTitle | 192 192 192 |
| GrayText | 128 128 128 |
| Hilight | 10 36 106 |
| HilightText | 255 255 255 |
| HotTrackingColor | 0 0 128 |
| InactiveBorder | 212 208 200 |
| InactiveTitle | 128 128 128 |
| InactiveTitleText | 212 208 200 |
| InfoText | 0 0 0 |
| InfoWindow | 255 255 225 |
| Menu | 212 208 200 |
| Menubar | 212 208 200 |
| MenuHilight | 210 210 255 |
| MenuText | 0 0 0 |
| Scrollbar | 212 208 200 |
| TitleText | 255 255 255 |
| Window | 255 255 255 |
| WindowFrame | 0 0 0 |
| WindowText | 0 0 0 |
登録:
コメント (Atom)