Microsoft has made Office 365 available to the public.. but instead of writing up about it I'll let Yoni from Fastrack to the explaining.
http://www.fastracktechnology.com.au/blog/microsoft-office-365-preview-opens-to-the-public
If you find this article useful please leave me a comment or click on an ad to show your support.
Wednesday, July 25, 2012
Office 365 Preview open to public
Labels:
Beta
,
Office 365
,
Preview
Thursday, July 19, 2012
Will a mandatory assignment re-run if I change the program command line?
Say you completed a mandatory deployment of an application to your environment. Now you want to change the command line it runs without causing it to re-run on all computers. Can this be done?
Yes.
When the configmgr program ran on the PC it put a flag in the execution history that the package ID was successfully run on that PC. This execution history is based on the Package ID and the 'program name' that it ran. It is not based on the actual 'command line' it executed.
Changing the program command line for an existing package will not cause the program to re-run on clients that have already successfully completed mandatory program.
If you find this article useful please leave me a comment or click on an ad to show your support.
Yes.
When the configmgr program ran on the PC it put a flag in the execution history that the package ID was successfully run on that PC. This execution history is based on the Package ID and the 'program name' that it ran. It is not based on the actual 'command line' it executed.
Changing the program command line for an existing package will not cause the program to re-run on clients that have already successfully completed mandatory program.
If you find this article useful please leave me a comment or click on an ad to show your support.
Thursday, July 05, 2012
Solver crashes Excel when TM1 is loaded.
IBM know it's a bug.
Not so keen on the solution though
http://www-01.ibm.com/support/docview.wss?uid=swg1PM60242
Our solution: Disable TM1 while using solver. Wait for IBM to fix TM1
If you find this article useful please leave me a comment or click on an ad to show your support.
Not so keen on the solution though
http://www-01.ibm.com/support/docview.wss?uid=swg1PM60242
Our solution: Disable TM1 while using solver. Wait for IBM to fix TM1
If you find this article useful please leave me a comment or click on an ad to show your support.
Labels:
TM1
Tuesday, June 19, 2012
How to Re-register Internet Explorer DLL's
Sometimes I found that after upgrading software, installing new software, security patching that IE starts behaving strangely. Issues like links no longer opening in new windows, Blank screens etc.
I've found that re-registering the IE dlls can sometime fix this;
If you find this article useful please leave me a comment or click on an ad to show your support.
I've found that re-registering the IE dlls can sometime fix this;
- Create a batch file. call it IEFIXDLL.BAT
- This is what the batch file should look like.
rem Script used to manually reregister Internet Explorer and Shell related *.dllsTry running that on your system where you are having issues.
rem Also included the Digital Signing and Cryptographic Provider *. dlls if needed
rem rundll32.exe advpack.dll /DelNodeRunDLL32 C:\WINNT\System32\dacui.dll
rem rundll32.exe advpack.dll /DelNodeRunDLL32 C:\WINNT\Catroot\icatalog.mdb
rem regsvr32 setupwbv.dll /s
rem regsvr32 wininet.dll /s
regsvr32 comcat.dll /s
regsvr32 CSSEQCHK.DLL /s
regsvr32 shdoc401.dll /s
regsvr32 shdoc401.dll /i /s
regsvr32 asctrls.ocx /s
regsvr32 oleaut32.dll /s
regsvr32 shdocvw.dll /I /s
regsvr32 shdocvw.dll /s
regsvr32 browseui.dll /s
regsvr32 browsewm.dll /s
regsvr32 browseui.dll /I /s
regsvr32 msrating.dll /s
regsvr32 mlang.dll /s
regsvr32 hlink.dll /s
rem regsvr32 mshtml.dll /s
regsvr32 mshtmled.dll /s
regsvr32 urlmon.dll /s
regsvr32 plugin.ocx /s
regsvr32 sendmail.dll /s
rem regsvr32 comctl32.dll /i /s
rem regsvr32 inetcpl.cpl /i /s
rem regsvr32 mshtml.dll /i /s
regsvr32 scrobj.dll /s
regsvr32 mmefxe.ocx /s
rem regsvr32 proctexe.ocx mshta.exe /register /s
regsvr32 corpol.dll /s
regsvr32 jscript.dll /s
regsvr32 msxml.dll /s
regsvr32 imgutil.dll /s
regsvr32 thumbvw.dll /s
regsvr32 cryptext.dll /s
regsvr32 rsabase.dll /s
rem regsvr32 triedit.dll /s
rem regsvr32 dhtmled.ocx /s
regsvr32 inseng.dll /s
regsvr32 iesetup.dll /i /s
rem regsvr32 hmmapi.dll /s
regsvr32 cryptdlg.dll /s
regsvr32 actxprxy.dll /s
regsvr32 dispex.dll /s
regsvr32 occache.dll /s
regsvr32 occache.dll /i /s
regsvr32 iepeers.dll /s
rem regsvr32 wininet.dll /i /s
regsvr32 urlmon.dll /i /s
rem regsvr32 digest.dll /i /s
regsvr32 cdfview.dll /s
regsvr32 webcheck.dll /s
regsvr32 mobsync.dll /s
regsvr32 pngfilt.dll /s
regsvr32 licmgr10.dll /s
regsvr32 icmfilter.dll /s
regsvr32 hhctrl.ocx /s
regsvr32 inetcfg.dll /s
rem regsvr32 trialoc.dll /s
regsvr32 tdc.ocx /s
regsvr32 MSR2C.DLL /s
regsvr32 msident.dll /s
regsvr32 msieftp.dll /s
regsvr32 xmsconf.ocx /s
regsvr32 ils.dll /s
regsvr32 msoeacct.dll /s
rem regsvr32 wab32.dll /s
rem regsvr32 wabimp.dll /s
rem regsvr32 wabfind.dll /s
rem regsvr32 oemiglib.dll /s
rem regsvr32 directdb.dll /s
regsvr32 inetcomm.dll /s
rem regsvr32 msoe.dll /s
rem regsvr32 oeimport.dll /s
regsvr32 msdxm.ocx /s
regsvr32 dxmasf.dll /s
rem regsvr32 laprxy.dll /s
regsvr32 l3codecx.ax /s
regsvr32 acelpdec.ax /s
regsvr32 mpg4ds32.ax /s
regsvr32 voxmsdec.ax /s
regsvr32 danim.dll /s
regsvr32 Daxctle.ocx /s
regsvr32 lmrt.dll /s
regsvr32 datime.dll /s
regsvr32 dxtrans.dll /s
regsvr32 dxtmsft.dll /s
rem regsvr32 vgx.dll /s
regsvr32 WEBPOST.DLL /s
regsvr32 WPWIZDLL.DLL /s
regsvr32 POSTWPP.DLL /s
regsvr32 CRSWPP.DLL /s
regsvr32 FTPWPP.DLL /s
regsvr32 FPWPP.DLL /s
rem regsvr32 FLUPL.OCX /s
regsvr32 wshom.ocx /s
regsvr32 wshext.dll /s
regsvr32 vbscript.dll /s
regsvr32 scrrun.dll mstinit.exe /setup /s
regsvr32 msnsspc.dll /SspcCreateSspiReg /s
regsvr32 msapsspc.dll /SspcCreateSspiReg /s
regsvr32 licdll.dll /s
regsvr32 regwizc.dll /s
regsvr32 softpub.dll /s
regsvr32 IEDKCS32.DLL /s
regsvr32 MSTIME.DLL /s
regsvr32 WINTRUST.DLL /s
regsvr32 INITPKI.DLL /s
regsvr32 DSSENH.DLL /s
regsvr32 RSAENH.DLL /s
regsvr32 CRYPTDLG.DLL /s
regsvr32 Gpkcsp.dll /s
regsvr32 Sccbase.dll /s
regsvr32 Slbcsp.dll /s
If you find this article useful please leave me a comment or click on an ad to show your support.
Labels:
IE7
,
IE8
,
IE9 DLL Fix
,
Internet explorer
Monday, June 18, 2012
Stop the CAPTCHA Madness! | are you a human | the captcha alternative
Stop the CAPTCHA Madness! | are you a human | the captcha alternative:
'via Blog this'
If you find this article useful please leave me a comment or click on an ad to show your support.
'via Blog this'
If you find this article useful please leave me a comment or click on an ad to show your support.
Thursday, June 14, 2012
New Internet Explorer 7 Tax :) -
New Internet Explorer 7 Tax :) -: "Today at Kogan we've implemented the world's first "Internet Explorer 7 Tax". The new 6.8% tax comes into effect today on all products purchased from Kogan.com by anyone still insistent on using the antique browser."
'via Blog this'
If you find this article useful please leave me a comment or click on an ad to show your support.
'via Blog this'
If you find this article useful please leave me a comment or click on an ad to show your support.
Wednesday, June 13, 2012
Asus' Windows 8 tablets follow familiar Transformer theme
I was holding out for the Transformer Prime Infinity (Android) but I may hold out for this a little longer as the OS is Windows 8.
Asus' Windows 8 tablets follow familiar Transformer theme - The Tech Report:
'via Blog this'
If you find this article useful please leave me a comment or click on an ad to show your support.
Asus' Windows 8 tablets follow familiar Transformer theme - The Tech Report:
'via Blog this'
If you find this article useful please leave me a comment or click on an ad to show your support.
Subscribe to:
Posts
(
Atom
)
