Posts

Embedded Excel Table in Word - spacing of characters is off

i working accounting firm using office 2010 on local machines , on terminal servers.  the terminal servers running server 2008 , workstations running windows 7 pro.  the accounting program using has "binders" word documents , excel spreadsheets.  the word documents have embedded tables pulling several different spreadsheets.  when opening word documents, text in tables appears if kerning off on embedded tables.  the tables print fine, display on screen off.  sometimes letters on top of each other , other times there appears space in middle of word.   any appreciated. since content prints correctly, may display driver issue. have checked display card maker's website updated drivers? cheers paul edstein [ms mvp - word] Microsoft Office  >  ...

Script runs fine in PS, running from C# gives execution of scripts disabled, system set to unrestricted

my system set executionpolicy level of unrestricted.  i running powershell script wrote on machine.  it runs fine powershell , commandline via powershell myscript.ps1 when run c# app compile exe run scripts fails, missing running scripts c#?  i built/compiled exe on 32 bit machine , running on 64 bit 2008 server.  i have ps v2 on both machines. public bool runpowershellscript() { string validpowershellscript = getproperlyformatedscriptname(_powershellscripttorun); using (runspace myrunspace = runspacefactory.createrunspace()) { pipeline pipe = myrunspace.createpipeline(validpowershellscript); myrunspace.open(); pipe.invoke(); return true; } } i need more development determine how execution policy works (runspace versus host versus mini-shell), keep in mind you're using 32-bit exe on 64-bit system.  have made sure ...

How can I found who use my file?

Image
hello. when want delete file, windows show me file used person. how can find use it? another problem "thumbs" file , got : thank you. hi, thanks post. according research, if open windows task manager , go the  performance tab, can observe operations and activities computer carrying out. windows  has lot of tasks complete and hence may not reflect exact progress for specific operation. may keep seeing error “the action can’t completed because file open in program” even if file opened in program was closed. to resolve issue, please refer following steps: whenever face issue, press windows key + e combination on keyboard. launch file explorer , in ribbon, click view tab. click  options -> change folder , search options . moving on, in folder options windows opened, scroll down , found launch folder windows in separate process option under advanced settings. since you’re facing issue, find option en...

[CA] customizing CA Web Pages

is there way customize ca web pages? i know asp pages in iis, know change (e.g. add images) need sources, have compile them , deploy on iis server. can find asp files here: c:\windows\system32\certsrv\. , can small changes using e.g. notepad. there better way customize these pages? first link of simple google search of customize web enrollment pages site:microsoft.com returned http://msdn.microsoft.com/en-us/library/aa381929(vs.85).aspx   paul adare cto identit inc. ilm mvp Windows Server  >  Security

Cannot edit files, even though I have full control over them

on windows server 2008 r2, have application installed has plain text configuration files. my team needs able edit these files regularly. all team have dedicated admin accounts full administrator on these servers, many domain admin , enterprise admin too. servers critical infrastructure , not want switch off uac. trying access these text files located in c:\<appname>\app\product\client\network\admin  interactive console of server results in access denied. cannot create new file in folder (the option new folder). viewing security shows group servername\administrators having full rights, effective permissions tab show each user account has access rights folder , file. from windows xp client, can connect \\servername\c$\<software>\app\product\client\network\admin  with same username had access denied before, , full control granted - file can edited. we don't want switch off uac on these servers. don't want change ownership individual user on thes...

RDS Windows 2012 and Windows Store

i have 2 rds session host servers users using profile disks store of information. when user installs app the windows store on server 1, app works fine , data stored in user profile. however, if next time login , login server 2, application appears not functional; i'm assuming because application installed on actual server. is possible have users install apps windows app store if multiple session host servers being used? testing bento news app.  let me know if need anymore information regarding issue! thanks hi, windows store apps available through windows store. make windows store work different users, have use "personal desktop collections" each user gets assigned virtual desktop. in meanwhile refer beneath article more information. (quoted this thread -answered ajay) 1.  add , remove apps using dism 2.  customize start screen hope helps! thanks. Windows Server ...

How does Windows 2008 calculate the ramsize 4GB

hi,  i'm developing against windows 2008 , because application memory-consuming added memory check installer if memory size lower 4 gb. in test saw following problem. the windows system properties in control panel -> system , maintanance -> system shows memory size of 4.00 gb the systeminfo command , detection via globalmemorystatusex function in self written dll show 3966 mb. to avoid problems on installation of application need know, range or smalles real memory value windows 2008 reports 4.00 gb in windows system properties. does know how calculation done? hi,   from globalmemorystatusex function , can find:   "the information returned globalmemorystatusex function volatile. there no guarantee 2 sequential calls function return same information".   also, issue related development, suggest initial new post in msdn form further support there. best resource development related problems.   for convenience, have list link followed.   msdn for...