Windows 8: “god mode” folder

========= QUESTION ---------How do you invoke 'god mode' in Windows 8? I need access to some deeper Control Panel settings that I just can't find in Windows 8's new Settings area - how do I do this?    ========= ANSWER --------- Open the Desktop Right-click, New FolderRename the folder using the following text string: GodMode.{ED7BA470-8E54-465E-825C-99712043E01C} Double-click [...]

By |2017-12-01T23:47:27+00:00March 28th, 2013|8, Computers, Documentation, Microsoft, Windows|Comments Off on Windows 8: “god mode” folder

Windows Domain Shutdown

========= QUESTION --------- How do I remove my computer from a Windows Domain, and eventually shut the whole domain down?   ========= ANSWER --------- Setup LOCAL ADMIN account Copy user's documents off server to local c:BACKUPUSERDocuments Copy desktop, favs, etc from domain profile to same BACKUP directory Setup LOCAL user account Log off domain, logon local [...]

By |2013-02-16T07:01:05+00:00February 16th, 2013|Computers, Documentation, Microsoft, Windows|Comments Off on Windows Domain Shutdown

MSAccess: ORA-01013: user requested cancel of current operation (#1013)

========= QUESTION ---------I keep getting the following error when executing a Query against an ODBC connected database table: --- Microsoft Visual Basic Run-time error '3146': ODBC--call failed. [Oracle][OBDC][Ora]ORA-01013: user requested cancel of current operation(#1013) [Continue]  [End]  [Debug]  [Help]---   ========= ANSWER --------- The most common issue with these types of issues is database time out. Try [...]

By |2017-12-01T23:47:28+00:00February 13th, 2013|Access, Computers, Documentation, Microsoft|Comments Off on MSAccess: ORA-01013: user requested cancel of current operation (#1013)

How do I add line breaks to a field in SQL Server Management Studio

========= QUESTION ---------How do you add a line break when editing a field in a database using SQL Server Management Studio    ========= ANSWER ---------We have not found a simple way to do this using SQL Server Management Studio (SSMS) alone. Instead, you can use the free Notepad++ text editor and add your text in [...]

By |2017-12-01T23:47:28+00:00December 31st, 2012|Computers, Documentation, Microsoft, SQL|Comments Off on How do I add line breaks to a field in SQL Server Management Studio

How do I edit my local HOSTS file?

I need to edit my local HOSTS file to redirect my web requests for my web site to my development server rather than the live web server, how do I do this? WINDOWS Using Windows Explorer, browse to C:\windows\system32\drivers\etc\hosts (older versions of windows go to: C:\windows\hosts) Locate the file titled "hosts" Right-click the file, left-click [...]

By |2017-12-01T23:47:29+00:00April 12th, 2012|Apple, Computers, DNS, Documentation, Domains / DNS, Internet/Web, Mac, Microsoft, Windows|Comments Off on How do I edit my local HOSTS file?

Extract every other character from a string

========= QUESTION --------- I have a long number that I need to collect the 2nd, 4th, 6th, and 8th characters from.   ========= ANSWER ---------see EXAMPLES   ========= EXAMPLES ---------Store: Mid([SurvNum_Span],2,1) & Mid([SurvNum_Span],4,1) & Mid([SurvNum_Span],6,1) & Mid([SurvNum_Span],8,1)   ========= APPLIES TO / KEY WORDS ---------Microsoft Access VBA String Manipulation   ========= REF --------- http://ycmi.med.yale.edu/nadkarni/access_course/String_Frame.htm   [...]

By |2012-02-12T15:08:57+00:00February 12th, 2012|Access, Computers, Documentation, Microsoft, VBA|Comments Off on Extract every other character from a string

Oracle: ORA-01722: invalid number. (#1722)

========= QUESTION --------- When running a query from Microsoft Access against an Oracle table, I receive the following error and the query does not execute: ODBC--call failed. [Oracle][ODBC Oracle Driver][Oracle OCI]ORA-01722: invalid number. (#1722)   ========= ANSWER --------- You are likely doing a type conversion (from text type to number type) on a database field [...]

By |2017-12-01T23:47:29+00:00January 31st, 2012|Access, Computers, Documentation, Microsoft, Oracle|Comments Off on Oracle: ORA-01722: invalid number. (#1722)

Manage IIS7 Servers Remotely

========= QUESTION --------- Use the following steps to manage your IIS7 server or web site remotely.   ========= ANSWER --------- In Windows 7, select Programs and Features from the Control PanelClick the Turn Windows Features On or Off link in the left hand column of the Programs and Features window In the Windows Features window, [...]

By |2012-01-30T04:29:51+00:00January 30th, 2012|Computers, Documentation, IIS, Microsoft|Comments Off on Manage IIS7 Servers Remotely

How do I use Windows Explorer to FTP into my web site?

========= QUESTION --------- I need a more intuitive way to work with my FTP files, folders, and structure than I currently have with my FTP Software. Is there a way to simply use Windows Explorer to access my FTP files and folders?   ========= ANSWER --------- Open Windows Explorer (Start, Run, Explorer.exe) In the address [...]

By |2012-01-27T16:19:41+00:00January 27th, 2012|anySiteSolutions.com, Computers, Documentation, FTP, FTP, Internet/Web, Microsoft, Windows Explorer|Comments Off on How do I use Windows Explorer to FTP into my web site?

Assign a web site full trust in IIS

========= QUESTION ---------   ========= ANSWER ---------After setting up their application pool, edit advanced settings, change the user to Local System or Network Service, network service is the lowest of the trust levels, Local Service is the highest.   ========= EXAMPLES ---------   ========= APPLIES TO / KEY WORDS ---------   ========= REF ---------   [...]

By |2012-01-24T20:59:47+00:00January 24th, 2012|Computers, Documentation, Microsoft|Comments Off on Assign a web site full trust in IIS
Go to Top