ALTER DATABASE DBNAME SET TRUSTWORTHY ON GO EXEC sp_changedbowner 'sa' GO CREATE ASSEMBLY [ASSEMBLYNAME] AUTHORIZATION dbo FROM 'E:\ASSEMBLYNAME\bin\Debug\ASSEMBLYNAME.dll' WITH PERMISSION_SET = UNSAFE GO CREATE PROCEDURE [dbo].[spASSEMBLYPROCEDURE] AS EXTERNAL NAME [ASSEMBLYNAME].[StoredProcedures].[spASSEMBLYPROCEDURE] GO
Manually create assembly to MS database
PDF.js
PDF.js brings Portable Document Format (PDF) reading capabilities to your browser using web standard technologies.
pdf.js is an HTML5 technology experiment that explores building a faithful and efficient Portable Document Format (PDF) renderer without native code assistance.
pdf.js is community-driven and supported by Mozilla Labs. Our goal is to create a general-purpose, web standards-based platform for parsing and rendering PDFs, and eventually release a PDF reader extension powered by pdf.js. Integration with Firefox is a possibility if the experiment proves successful. Read more…
Making Windows Defender on-demand scan in Windows 8 / Pro
Save script below as “Defender Scan.cmd”, then put on Desktop; to scan, drag/drop files or folder into “Defender Scan.cmd”
@ECHO OFF Echo %1 "C:\Program Files\Windows Defender\MpCmdRun.exe" -Scan -ScanType 3 -File %1 PAUSE
Add Quick Launch to the “Send to” Context Menu in Windows 8
- Copy “Defender Scan.cmd” to folder “C:\Users\(user-name)\AppData\Roaming\Microsoft\Windows\SendTo“
- Right click on files/ or folder then “SendTo/Defender Scan.cmd“
more info: http://www.winhelp.us
url rewrite backslahes
#--------------------------------------------------------------------------
# Prevent double slashes // to single / -- by: KLE
RewriteCond %{REQUEST_URI} ^(.*)//(.*)$
RewriteRule . %1/%2 [R=301,L]
# Rewrite backslash '\' to fowardslash '/' -- by: KLE
RewriteCond %{REQUEST_URI} ^(.*)\\(.*)$
RewriteRule .* /404.asp?e=backslash&e1=%1&e2=%2 [R=301,NC,L]
#--------------------------------------------------------------------------
64-bit Windows 7, widnows 8 on 2006-2007 Macbook Pro
Fixing the Images:
- First you are going to need a windows box to do this. either use your existing bootcamp partition or use a Virtual machine.
- create 3 folders c:\win7iso c:\win7exe c:\win7dvd
- Download this tool and place it in c:\win7exe
http://sergiomcfly.googlepages.com/oscdimg.exe
- Copy all the files from the win7 DVD or ISO into the c:\win7iso directory.
- open a dos prompt and run the following:
c:\win7exe\oscdimg -n -m -bc:\win7iso\boot\etfsboot.com c:\win7iso c:\win7dvd\win7dvd.iso
- Then burn the c:\win7dvd\win7dvd.iso and you are good to go.
Installing Bootcamp Drivers:
- On the BootCamp CD open Drivers/Apple
- Right click on “BootCamp64.msi” -> Properties
- Go To “Compability” Tab, under “Compability Mode” check the box and select “Previous Versions of Windows”
- Now doubleclick on the “BootCamp64.msi” and install normally
Now before rebooting you need to disable the HFS driver or you will get a bluescreen.
rename c:/windows/systems32/drivers/AppleMNT.sys to something like AppleMNT_BORKED.sys



SnowTweet
Xe Dap Oi !